-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-VM-threading-monodisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issue
Milestone
Description
Failing after enabling all MT library tests (#91536). When we comment out/disable all tests in System.Threading.Tasks.Dataflow.Tests.csproj
and run the project, we get an error:
Assertion at /workspaces/runtime/src/mono/mono/metadata/assembly.c:2718, condition `<disabled>' not met
at Ut (http://127.0.0.1:38965/_framework/dotnet.runtime.js:3:13391)
at Lu (http://127.0.0.1:38965/_framework/dotnet.runtime.js:3:202963)
at wasm_trace_logger (http://127.0.0.1:38965/_framework/dotnet.native.wasm:wasm-function[140]:0x13c7f)
at eglib_log_adapter (http://127.0.0.1:38965/_framework/dotnet.native.wasm:wasm-function[684]:0x49e57)
at monoeg_g_logv_nofree (http://127.0.0.1:38965/_framework/dotnet.native.wasm:wasm-function[600]:0x467e3)
at monoeg_assertion_message (http://127.0.0.1:38965/_framework/dotnet.native.wasm:wasm-function[604]:0x46904)
at mono_assertion_message (http://127.0.0.1:38965/_framework/dotnet.native.wasm:wasm-function[606]:0x46947)
at mono_assertion_message_disabled (http://127.0.0.1:38965/_framework/dotnet.native.wasm:wasm-function[605]:0x4691a)
at mono_wasm_load_runtime (http://127.0.0.1:38965/_framework/dotnet.native.wasm:wasm-function[136]:0x11adf)
at Module._mono_wasm_load_runtime (http://127.0.0.1:38965/_framework/dotnet.native.js:8:142412)
The lib tests project got disabled.
Metadata
Metadata
Assignees
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-VM-threading-monodisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issue