-
Notifications
You must be signed in to change notification settings - Fork 1.7k
unhandledExceptionCallback to spawnFunction is ignored. #9012
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
Comments
Failing test: global_error_handler_test Note: with the following patch the test succeeds 50% of the time for me: @@ -21,6 +21,7 @@ void startTest(SendPort finishPort, replyPort) {
|
Also see issue #9024. |
Issue #9024 is a reminder to enable a test, when this issue (9012) is resolved. |
Added this to the Later milestone. |
Added TriageForM5 label. |
Removed TriageForM5 label. |
Removed this from the Later milestone. |
Removed Oldschool-Milestone-Later label. |
Added AssumedStale label. |
With https://code.google.com/p/dart/source/detail?r=16186 the spawnFunction received an extra argument: the unhandledExceptionCallback.
It is supposed to be called for unhandled exceptions.
Dart2js currently just ignores it.
The text was updated successfully, but these errors were encountered: