[wasm][debugger] Disable failing multithreading debugger tests (#86501)
authorIlona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
Tue, 6 Jun 2023 03:59:43 +0000 (05:59 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2023 03:59:43 +0000 (23:59 -0400)
commite96321db982c3add192381f6ea4ff0a999ee1410
tree57356e9b8f8d6cb673b16be305e99652fe8b8d65
parent268962e022cd66180eea2c2b90ad278dec9e74eb
[wasm][debugger] Disable failing multithreading debugger tests (#86501)

* Block for multithreading.

* Another failing test.

* category - case matters.

* Cleanup.

* "Result reported for unknown test case" fix. Cannot be lazy.

* Debugger has its own treading feature discovery.

* Prevent trait filter from being overwritten.

* Applied @radical's review, reverted `TEST_FILTER` removal with changes fixing the issue.

* Makefiles - full revert, fix should be in msbuild.

* Failing frequently.

* Fleaky tests.

* Now this one failed - block.

* 10 min still timeouts, set to 15.

* Revert "10 min still timeouts, set to 15."

This reverts commit 2e008d40b3006e464f3c70030e0de637d17dc426.
src/mono/wasi/Makefile
src/mono/wasm/Makefile
src/mono/wasm/debugger/DebuggerTestSuite/AssignmentTests.cs
src/mono/wasm/debugger/DebuggerTestSuite/AsyncTests.cs
src/mono/wasm/debugger/DebuggerTestSuite/BreakpointTests.cs
src/mono/wasm/debugger/DebuggerTestSuite/GetPropertiesTests.cs
src/mono/wasm/debugger/DebuggerTestSuite/SetNextIpTests.cs
src/mono/wasm/debugger/DebuggerTestSuite/SteppingTests.cs
src/mono/wasm/debugger/Wasm.Debugger.Tests/wasm.helix.targets