-
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
dart2js: doesn't report expected compile-time errors #5519
Comments
Added this to the Later milestone. |
Karl, it would be great if you could investigate these. Set owner to @karlklose. |
All references to this bug has been "triaged" away. Set owner to @peter-ahe-google. |
This bug is still referenced from language_dart2js.status. Added Triaged label. |
Removed this from the Later milestone. |
Added this to the M2 milestone. |
Added TriageForM5 label. |
Removed TriageForM5 label. |
Test language/new_expression_type_args_test/00 is also failing. |
Checked the language/language_dart2js.status, and currently the following tests are referring to this issue: For dart2js: For dart2dart: |
With recent updates (4 moved to separate issue numbers) this is now down to: For dart2js: For dart2dart: |
Removed Priority-Medium label. |
Marked this as being blocked by #5825. |
Marked this as being blocked by #5852. |
Marked this as being blocked by #11346. |
Marked this as being blocked by #11174. |
Marked this as being blocked by #6708. |
Marked this as being blocked by #7284. |
seems that all these has been fixed except one case, where we are reporting an error that is too strong. I'm closing this bug and created #25225 to track that. |
The following tests are failing after changing test.dart to distinguish between compile-time and runtime errors:
co19/Language/11_Statements/14_Throw_A03_t01: fail
co19/Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: fail
co19/Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: fail
language/bad_constructor_test/04: fail
language/bad_constructor_test/05: fail
language/bad_constructor_test/06: fail
language/constructor_named_arguments_test/01: fail
language/external_test/10: fail
language/getter_no_setter2_test/01: fail
language/getter_no_setter_test/01: fail
language/illegal_invocation_test/03: fail
language/isnot_malformed_type_test/01: fail
language/new_expression_type_args_test/01: fail
language/not_enough_positional_arguments_test/01: fail
language/not_enough_positional_arguments_test/02: fail
language/optional_named_parameters_test/01: fail
language/optional_named_parameters_test/03: fail
language/optional_named_parameters_test/05: fail
language/optional_named_parameters_test/07: fail
language/optional_named_parameters_test/09: fail
language/setter_no_getter_call_test/01: fail
language/setter_no_getter_test/01: fail
I suspect some of these tests are incorrect (due to relaxed semantics in Dart Programming Language Specification 0.11).
More investigation is needed.
The text was updated successfully, but these errors were encountered: