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][aot] Disable (again) Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests failing due to OOM (#61323)
* [wasm] Disable tests failing due to OOM
Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests
#61339
* [wasm] Use special exitcodes when AOT test build fails, and when it gets oom-killed
Co-authored-by: Ankit Jain <[email protected]>
Copy file name to clipboardExpand all lines: src/libraries/tests.proj
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@
14
14
</PropertyGroup>
15
15
16
16
<ItemGroupCondition="'$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true' and '$(RunAOTCompilation)' == 'true'">
17
+
<!-- Exceeds VM resources in CI on compilation: https://github.com/dotnet/runtime/issues/61339 -->
0 commit comments