-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wasm] Disable aot tests failing due to OOM #65413
Conversation
- dotnet#65356 - OOM while linking `System.Text.Json.SourceGeneration.Roslyn3.11.Tests` - dotnet#65411 - possible OOM when compiling `System.Text.Json.SourceGeneration.Roslyn4.0.Tests.dll.bc` -> `.o` `System.Text.Json.SourceGeneration.Roslyn4.0.Tests` - dotnet#61524 - OOM while linking `System.Text.Json.Tests`
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
Failures are unrelated:
|
Unrelated linker tests are failing with:
|
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1954288145 |
@steveisok backporting to release/6.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: [wasm] Disable aot tests failing due to OOM
Using index info to reconstruct a base tree...
M src/libraries/tests.proj
Falling back to patching base and 3-way merge...
Auto-merging src/libraries/tests.proj
CONFLICT (content): Merge conflict in src/libraries/tests.proj
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 [wasm] Disable aot tests failing due to OOM
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
…configuration Partial backport of dotnet#65413 dotnet#61524 - OOM while linking `System.Text.Json.Tests`
[wasm][aot] Fails to compile
.bc
to.o
forSystem.Text.Json.SourceGeneration.Roslyn3.11.Tests.dll.bc
due toSIGKILL (-9)
#65356 - OOM while linkingSystem.Text.Json.SourceGeneration.Roslyn3.11.Tests
[wasm][aot] Fails to compile
.bc
to.o
forSystem.Text.Json.SourceGeneration.Roslyn4.0.Tests.dll.bc
due toSIGKILL (-9)
#65411 - possible OOM whencompiling
System.Text.Json.SourceGeneration.Roslyn4.0.Tests.dll.bc
->.o
System.Text.Json.SourceGeneration.Roslyn4.0.Tests
[wasm][aot]
System.Text.Json
tests fail while linking due to OOM #61524 - OOM while linkingSystem.Text.Json.Tests
Also, disable
System.Collections.Immutable.Tests
failing due to #65335