You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[wasm] Disable aot tests failing due to OOM (#65413)
* [wasm] Disable aot tests failing due to OOM
- #65356 - OOM while linking
`System.Text.Json.SourceGeneration.Roslyn3.11.Tests`
- #65411 - possible OOM when
compiling `System.Text.Json.SourceGeneration.Roslyn4.0.Tests.dll.bc` -> `.o`
`System.Text.Json.SourceGeneration.Roslyn4.0.Tests`
- #61524 - OOM while linking
`System.Text.Json.Tests`
* Disable System.Collections.Immutable.Tests due to #65335
Copy file name to clipboardExpand all lines: src/libraries/tests.proj
+12
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,15 @@
33
33
<ItemGroupCondition="'$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true' and '$(RunAOTCompilation)' == 'true' and '$(BrowserHost)' == 'Windows'">
0 commit comments