Skip to content
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

Crashes hidden as compile-time errors #15237

Closed
johnniwinther opened this issue Nov 21, 2013 · 1 comment
Closed

Crashes hidden as compile-time errors #15237

johnniwinther opened this issue Nov 21, 2013 · 1 comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js

Comments

@johnniwinther
Copy link
Member

Crashes in the compiler are sometimes hidden as compile-time errors.

Affected language tests:
function_type_alias9_test/00
string_interpolation9_test/11
string_interpolation9_test/12
string_interpolation9_test/13
string_interpolation9_test/16
string_interpolation9_test/17
string_interpolation9_test/18
cyclic_typedef_test/07 (checked mode)

Affected co19 tests:
Language/12_Expressions/05_Strings_A02_t02
Language/12_Expressions/05_Strings_A02_t03
Language/12_Expressions/05_Strings_A02_t04
Language/12_Expressions/05_Strings_A02_t05
Language/12_Expressions/05_Strings_A02_t06
Language/12_Expressions/05_Strings_A02_t07
Language/12_Expressions/05_Strings_A02_t08
Language/12_Expressions/05_Strings_A02_t09
Language/12_Expressions/05_Strings_A02_t10
Language/12_Expressions/05_Strings_A02_t11
Language/12_Expressions/05_Strings_A02_t12
Language/12_Expressions/05_Strings_A02_t13
Language/12_Expressions/05_Strings_A02_t14
Language/12_Expressions/05_Strings_A02_t15
Language/12_Expressions/05_Strings_A02_t16
Language/12_Expressions/05_Strings_A02_t17
Language/12_Expressions/05_Strings_A02_t18
Language/12_Expressions/05_Strings_A02_t19
Language/12_Expressions/05_Strings_A02_t20
Language/12_Expressions/05_Strings_A02_t21
Language/12_Expressions/05_Strings_A02_t22
Language/12_Expressions/05_Strings_A02_t23
Language/12_Expressions/05_Strings_A02_t24
Language/12_Expressions/05_Strings_A02_t25
Language/12_Expressions/05_Strings_A02_t28
Language/12_Expressions/05_Strings_A02_t29
Language/12_Expressions/05_Strings_A02_t32
Language/12_Expressions/05_Strings_A02_t32
Language/12_Expressions/05_Strings_A02_t33
Language/12_Expressions/05_Strings_A02_t34
Language/12_Expressions/05_Strings_A02_t36
Language/12_Expressions/05_Strings_A02_t38
Language/12_Expressions/05_Strings_A02_t40
Language/12_Expressions/05_Strings_A02_t42
Language/12_Expressions/05_Strings_A02_t44
Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t05
Language/13_Statements/05_If_A01_t04 (host-checked)
Language/13_Statements/07_While_A01_t01 (host-checked)
Language/13_Statements/08_Do_A01_t03 (host-checked)
Language/13_Statements/09_Switch_A01_t04 (host-checked)
Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A15_t06 (host-checked)
Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A22_t06 (host-checked)
Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A29_t06 (host-checked)

@johnniwinther
Copy link
Member Author

These are revealed by this CL: https://codereview.chromium.org/80793002/

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js
Projects
None yet
Development

No branches or pull requests

3 participants