-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[wasm] Re-enable ~6700 runtime tests that got disabled mistakenly #86747
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
Conversation
|
Tagging subscribers to 'arch-wasm': @lewing Issue Detailsnull
|
- These were all getting removed because it looked for the incorrect script path in case of wasm
``` 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) ```
d383458 to
cfd2073
Compare
`JIT/Performance/CodeQuality/Benchstones/MDBenchI/MDPuzzle/` dotnet#86772
|
The coreclr failure is known, and unrelated to this PR. |
|
@radical Sorry for the trouble, and thanks for making the fix (fwiw, I was on vacation so didn't see this when you requested a review) |
no worries! |
Fix running merged test wrappers for runtime tests:
Issue - there are ~6700 fewer tests running.
The reason is that all the new merged test wrappers get removed from running because they are looking for the incorrect run script in case of wasm.
This got disabled by: