| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 ref_before_declaration_test/06: MissingCompileTimeError | 115 ref_before_declaration_test/06: MissingCompileTimeError |
| 116 | 116 |
| 117 regress_22976_test/01: CompileTimeError # Issue 23132 | 117 regress_22976_test/01: CompileTimeError # Issue 23132 |
| 118 regress_22976_test/02: CompileTimeError # Issue 23132 | 118 regress_22976_test/02: CompileTimeError # Issue 23132 |
| 119 | 119 |
| 120 if_null_assignment_behavior_test/13: Crash # Issue 23491 | 120 if_null_assignment_behavior_test/13: Crash # Issue 23491 |
| 121 if_null_assignment_behavior_test/14: Crash # Issue 23491 | 121 if_null_assignment_behavior_test/14: Crash # Issue 23491 |
| 122 nullaware_opt_test: Fail # Fails at e?.f ??= 200; | 122 nullaware_opt_test: Fail # Fails at e?.f ??= 200; |
| 123 | 123 |
| 124 if_null_assignment_behavior_test/29: Crash # Issue 23611 | 124 if_null_assignment_behavior_test/29: Crash # Issue 23611 |
| 125 if_null_assignment_behavior_test/30: Crash # Issue 23611 | |
| 126 prefix_assignment_test/01: Crash # Issue 23611 | 125 prefix_assignment_test/01: Crash # Issue 23611 |
| 127 prefix_assignment_test/02: Crash # Issue 23611 | 126 prefix_assignment_test/02: Crash # Issue 23611 |
| 128 prefix_identifier_reference_test/04: Crash # Issue 23611 | |
| 129 prefix_identifier_reference_test/05: Crash # Issue 23611 | 127 prefix_identifier_reference_test/05: Crash # Issue 23611 |
| 130 | 128 |
| 131 const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618 | 129 const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618 |
| 132 const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618 | 130 const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618 |
| 133 | 131 |
| 134 # VM specific tests that should not be run by dart2js. | 132 # VM specific tests that should not be run by dart2js. |
| 135 vm/*: Skip # Issue 12699 | 133 vm/*: Skip # Issue 12699 |
| 136 | 134 |
| 137 multiline_newline_test/01: CompileTimeError # Issue 23888 | 135 multiline_newline_test/01: CompileTimeError # Issue 23888 |
| 138 multiline_newline_test/02: CompileTimeError # Issue 23888 | 136 multiline_newline_test/02: CompileTimeError # Issue 23888 |
| (...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 type_parameter_test/06: Crash # Invalid argument(s) | 562 type_parameter_test/06: Crash # Invalid argument(s) |
| 565 type_parameter_test/none: Crash # Invalid argument(s) | 563 type_parameter_test/none: Crash # Invalid argument(s) |
| 566 type_variable_closure2_test: RuntimeError # Please triage this failure. | 564 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 567 type_variable_closure_test: Crash # Invalid argument(s) | 565 type_variable_closure_test: Crash # Invalid argument(s) |
| 568 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 566 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 569 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 567 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 570 type_variable_nested_test: RuntimeError # Please triage this failure. | 568 type_variable_nested_test: RuntimeError # Please triage this failure. |
| 571 | 569 |
| 572 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ] | 570 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ] |
| 573 issue23244_test: RuntimeError # 23244 | 571 issue23244_test: RuntimeError # 23244 |
| OLD | NEW |