-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
New failures (compared to Chrome) when enabling Dart2Wasm testing on Firefox #54140
Comments
Probably minor things. /cc @osa1 |
The ones about the stack traces are because of different When throwing an exception we get the stack trace with
and this in Chrome:
The first line "Error" doesn't exist in Firefox, so when we drop the first 3 lines to show the stack trace of the I'm not sure how to fix yet, but it seems a bit strange that Chrome generates the "Error" in string representation of a stack trace. I wonder if this is something we can change in Chrome. |
co19/Language/Functions/element_type_A02_t03 (and probably other element_type tests) are actually failing with Chrome and d8 as well, but I think there's a problem somewhere in the test runner, it doesn't realize that the test is failing. In Chrome, after printing the test failure, in the console there doesn't seem to be uncaught exceptions reported. In Firefox it shows an uncaught exception, which is probably why it's correctly marking the test as failing. |
Fix for stack traces: https://dart-review.googlesource.com/c/sdk/+/338000 |
The problem is that the exception that reports a test failure is sometimes thrown not from Related issue: #52561 |
See also #54159 |
After fixes in co19 and dart2wasm stack traces on Firefox, currently these tests from the original list are still failing:
However these tests are now failing with d8 and Chrome as well, so Firefox specific issues seem to be resolved. |
The tests
are failing on configurations
The typed data tests are seemingly flaky:
The text was updated successfully, but these errors were encountered: