[wasm] Re-enable ~6700 runtime tests that got disabled mistakenly (#86747)
authorAnkit Jain <radical@gmail.com>
Fri, 26 May 2023 03:55:25 +0000 (23:55 -0400)
committerGitHub <noreply@github.com>
Fri, 26 May 2023 03:55:25 +0000 (23:55 -0400)
commit4f11352a3f3ad08e25fc0c864d7862acd23b635f
treed893c2a2e2e702a2b0adad4d4df9ecd81fb02f52
parent12f4ed6189486597352a5264bdc69a08d172d8ba
[wasm] Re-enable ~6700 runtime tests that got disabled mistakenly (#86747)

* [wasm] Fix running merged test wrappers in runtime tests

- These were all getting removed because it looked for the incorrect
  script path in case of wasm

* [wasm] Disable a multithreaded runtime test

```
Operation is not supported on this platform.
   at System.Threading.Thread.ThrowIfNoThreadStart(Boolean internalThread)
   at System.Threading.Thread.Start(Boolean captureContext, Boolean internalThread)
   at System.Threading.Thread.Start()
   at MutualThdRecur_fptr.main()
   at Program.<>c__DisplayClass0_0.<<Main>$>g__TestExecutor29|30(TestFilter filter, StreamWriter tempLogSw, StreamWriter statsCsvSw)
```

* [wasm] Disable a failing test in JIT.Performance

`JIT/Performance/CodeQuality/Benchstones/MDBenchI/MDPuzzle/`
https://github.com/dotnet/runtime/issues/86772

* [wasm] Disable all JIT.Performance tests for now
src/tests/Common/helixpublishwitharcade.proj
src/tests/issues.targets