-
Couldn't load subscription status.
- Fork 5.2k
[wasm][coreclr] Enable working parts of the interpreter test #120668
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
[wasm][coreclr] Enable working parts of the interpreter test #120668
Conversation
And annotate rest with the active issue comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enables the interpreter test to run on WebAssembly (WASM) by removing the early exit condition that previously disabled all tests on WASM. It selectively enables working parts of the test while conditionally skipping specific test sections that are known to fail on WASM due to active runtime issues.
- Removed the WASM early exit that prevented all interpreter tests from running
- Added conditional WASM exclusions for specific failing test sections
- Referenced active GitHub issues for each excluded section to track the problems
|
Tagging subscribers to this area: @hoyosjs |
|
this depends on #120665 |
|
Current output: |
And annotate rest with the active issue comments