| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 9 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
| 10 | 10 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 ref_before_declaration_test/03: MissingCompileTimeError | 55 ref_before_declaration_test/03: MissingCompileTimeError |
| 56 ref_before_declaration_test/04: MissingCompileTimeError | 56 ref_before_declaration_test/04: MissingCompileTimeError |
| 57 ref_before_declaration_test/05: MissingCompileTimeError | 57 ref_before_declaration_test/05: MissingCompileTimeError |
| 58 ref_before_declaration_test/06: MissingCompileTimeError | 58 ref_before_declaration_test/06: MissingCompileTimeError |
| 59 | 59 |
| 60 regress_22976_test/01: CompileTimeError # Issue 23132 | 60 regress_22976_test/01: CompileTimeError # Issue 23132 |
| 61 regress_22976_test/02: CompileTimeError # Issue 23132 | 61 regress_22976_test/02: CompileTimeError # Issue 23132 |
| 62 | 62 |
| 63 if_null_assignment_behavior_test/13: Crash # Issue 23491 | 63 if_null_assignment_behavior_test/13: Crash # Issue 23491 |
| 64 if_null_assignment_behavior_test/14: Crash # Issue 23491 | 64 if_null_assignment_behavior_test/14: Crash # Issue 23491 |
| 65 nullaware_opt_test: Fail # Fails at e?.f ??= 200; |
| 65 | 66 |
| 66 conditional_method_invocation_test/11: MissingCompileTimeError # Issue 23611 | 67 conditional_method_invocation_test/11: MissingCompileTimeError # Issue 23611 |
| 67 conditional_property_access_test/09: MissingCompileTimeError # Issue 23611 | 68 conditional_property_access_test/09: MissingCompileTimeError # Issue 23611 |
| 68 conditional_property_assignment_test/20: MissingCompileTimeError # Issue 23611 | 69 conditional_property_assignment_test/20: MissingCompileTimeError # Issue 23611 |
| 69 conditional_property_assignment_test/21: MissingCompileTimeError # Issue 23611 | 70 conditional_property_assignment_test/21: MissingCompileTimeError # Issue 23611 |
| 70 conditional_property_assignment_test/22: MissingCompileTimeError # Issue 23611 | 71 conditional_property_assignment_test/22: MissingCompileTimeError # Issue 23611 |
| 71 if_null_assignment_behavior_test/29: Crash # Issue 23611 | 72 if_null_assignment_behavior_test/29: Crash # Issue 23611 |
| 72 if_null_assignment_behavior_test/30: Crash # Issue 23611 | 73 if_null_assignment_behavior_test/30: Crash # Issue 23611 |
| 73 prefix_assignment_test/01: Crash # Issue 23611 | 74 prefix_assignment_test/01: Crash # Issue 23611 |
| 74 prefix_assignment_test/02: Crash # Issue 23611 | 75 prefix_assignment_test/02: Crash # Issue 23611 |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 type_parameter_test/04: Crash # Invalid argument(s) | 578 type_parameter_test/04: Crash # Invalid argument(s) |
| 578 type_parameter_test/05: Crash # Invalid argument(s) | 579 type_parameter_test/05: Crash # Invalid argument(s) |
| 579 type_parameter_test/06: Crash # Invalid argument(s) | 580 type_parameter_test/06: Crash # Invalid argument(s) |
| 580 type_parameter_test/none: Crash # Invalid argument(s) | 581 type_parameter_test/none: Crash # Invalid argument(s) |
| 581 type_variable_closure2_test: RuntimeError # Please triage this failure. | 582 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 582 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. | 583 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. |
| 583 typevariable_substitution2_test/01: Crash # Internal Error: No default construct
or available. | 584 typevariable_substitution2_test/01: Crash # Internal Error: No default construct
or available. |
| 584 typevariable_substitution2_test/02: Crash # Internal Error: No default construct
or available. | 585 typevariable_substitution2_test/02: Crash # Internal Error: No default construct
or available. |
| 585 typevariable_substitution2_test/none: Crash # Internal Error: No default constru
ctor available. | 586 typevariable_substitution2_test/none: Crash # Internal Error: No default constru
ctor available. |
| 586 void_type_test: Crash # (switch (n){case 0:x... Unhandled node | 587 void_type_test: Crash # (switch (n){case 0:x... Unhandled node |
| OLD | NEW |