-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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] System.Runtime.Tests exiting silently on main #83443
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsWhen I do a clean build on commits 2b185ac, 3816ed1 or a78f9bd, System.Runtime.Tests silently exits with an exit code of 0 (well, to be precise, v8 exits) during execution (not immediately after starting the test run, it's part way in somewhere). The output looks like this: like so:
I'm able to successfully run browser-bench and dotnet/performance benchmarks on current main so it's not completely broken, but something seems seriously wrong if tests are able to "succeed" when crashing. Historically our infra has been good about always exiting with a nonzero exit code when something goes wrong. I thought it might be v8, so I updated my previous build of v8 to latest using jsvu and saw no difference. When changing commits I deleted .dotnet and artifacts, re-provisioned emsdk, and pkill -9'd dotnet. Does not appear to reproduce if I check out 8d9ca3f, so it might be broken by #81215 ?
|
I run System.Runtime.Tests with this command line: |
Tagging subscribers to this area: @dotnet/area-system-runtime Issue DetailsWhen I do a clean build on commits 2b185ac, 3816ed1 or a78f9bd, System.Runtime.Tests silently exits with an exit code of 0 (well, to be precise, v8 exits) during execution (not immediately after starting the test run, it's part way in somewhere). The output looks like this: like so:
I'm able to successfully run browser-bench and dotnet/performance benchmarks on current main so it's not completely broken, but something seems seriously wrong if tests are able to "succeed" when crashing. Historically our infra has been good about always exiting with a nonzero exit code when something goes wrong. I thought it might be v8, so I updated my previous build of v8 to latest using jsvu and saw no difference. When changing commits I deleted .dotnet and artifacts, re-provisioned emsdk, and pkill -9'd dotnet. Does not appear to reproduce if I check out 8d9ca3f, so it might be broken by #81215 ?
|
This appears to be https://bugs.chromium.org/p/v8/issues/detail?id=13823 somehow |
When I do a clean build on commits 2b185ac, 3816ed1 or a78f9bd, System.Runtime.Tests silently exits with an exit code of 0 (well, to be precise, v8 exits) during execution (not immediately after starting the test run, it's part way in somewhere). The output looks like this:
like so:
I'm able to successfully run browser-bench and dotnet/performance benchmarks on current main so it's not completely broken, but something seems seriously wrong if tests are able to "succeed" when crashing. Historically our infra has been good about always exiting with a nonzero exit code when something goes wrong.
I thought it might be v8, so I updated my previous build of v8 to latest using jsvu and saw no difference.
When changing commits I deleted .dotnet and artifacts, re-provisioned emsdk, and pkill -9'd dotnet.
Does not appear to reproduce if I check out 8d9ca3f, so it might be broken by #81215 ?
The text was updated successfully, but these errors were encountered: