-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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][aot] sig->call_convention != MONO_CALL_VARARG
assertion forSystem.Runtime.Tests.dll
#51960
Labels
arch-wasm
WebAssembly architecture
area-Codegen-AOT-mono
disabled-test
The test is disabled in source code against the issue
untriaged
New issue has not been triaged by the area owner
wasm-aot-test
WebAssembly AOT Test
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
The binlog should have details on why this failed. |
From the binlog:
|
System.Runtime.Tests.dll
condition
sig->call_convention != MONO_CALL_VARARG' assertion for
System.Runtime.Tests.dll`
@vargaz is this something we should declare as unsupported on wasm? |
condition
sig->call_convention != MONO_CALL_VARARG' assertion for
System.Runtime.Tests.dll`sig->call_convention != MONO_CALL_VARARG
assertion forSystem.Runtime.Tests.dll
vargaz
added a commit
to vargaz/runtime
that referenced
this issue
May 6, 2021
…g conventions. Fixes dotnet#51960.
radical
added a commit
to radical/runtime
that referenced
this issue
May 6, 2021
The earlier one (dotnet#51960) was fixed. New: dotnet#52393
lewing
pushed a commit
that referenced
this issue
May 7, 2021
* [wasm][aot] System.Runtime.Tests failing with a different issue now The earlier one (#51960) was fixed. New: #52393 * Enable Common.Tests test tracked in #50955, already fixed on main * [wasm] System.Reflection.Tests - update to track change from crash to a .. test failure. Issue: #51673 * Re-enable System.Collections.Tests, issue: #51037 * Disable Microsoft.Extensions.Logging.Generators, and System.IO.Pipelines Issue: #52384 Issue: #50959 * Enable two System.Reflection.Metadata* tests Issue: #51958 * Fix path for Microsoft.Extensions.Logging.Generators.Tests
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
arch-wasm
WebAssembly architecture
area-Codegen-AOT-mono
disabled-test
The test is disabled in source code against the issue
untriaged
New issue has not been triaged by the area owner
wasm-aot-test
WebAssembly AOT Test
System.Runtime.Tests
The text was updated successfully, but these errors were encountered: