Skip to content
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

[MT][browser] System.Threading.Tasks.Dataflow and System.Threading.Channels fail #91593

Closed
ilonatommy opened this issue Sep 5, 2023 · 2 comments · Fixed by #94466
Closed
Assignees
Labels
arch-wasm WebAssembly architecture area-VM-threading-mono disabled-test The test is disabled in source code against the issue
Milestone

Comments

@ilonatommy
Copy link
Member

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.

@ilonatommy ilonatommy added arch-wasm WebAssembly architecture disabled-test The test is disabled in source code against the issue area-Build-mono area-VM-threading-mono labels Sep 5, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 5, 2023
@ghost
Copy link

ghost commented Sep 5, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

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.

Author: ilonatommy
Assignees: -
Labels:

arch-wasm, disabled-test, area-Build-mono, area-VM-threading-mono

Milestone: -

@ilonatommy ilonatommy changed the title [MT][browser] System.Threading.Tasks.Dataflow fail [MT][browser] System.Threading.Tasks.Dataflow and System.Threading.Channels fail Sep 5, 2023
@lewing lewing added this to the 9.0.0 milestone Sep 5, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Sep 5, 2023
@pavelsavara pavelsavara self-assigned this Nov 8, 2023
@pavelsavara
Copy link
Member

testing again in #94466

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Nov 8, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Nov 9, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-VM-threading-mono disabled-test The test is disabled in source code against the issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants