| 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 getter_setter_in_lib_test: Fail # Issue 23288 | 6 getter_setter_in_lib_test: Fail # Issue 23288 |
| 7 | 7 |
| 8 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 8 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 9 async_star_await_pauses_test: Fail, Timeout # Issue 22853 | 9 async_star_await_pauses_test: Fail, Timeout # Issue 22853 |
| 10 tearoff_basic_test: Skip # Tear-off not supported | 10 tearoff_basic_test: Skip # Tear-off not supported |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 | 134 |
| 135 branch_canonicalization_test: RuntimeError # Issue 638. | 135 branch_canonicalization_test: RuntimeError # Issue 638. |
| 136 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 136 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 137 integer_division_by_zero_test: RuntimeError # Issue 8301 | 137 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 138 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 138 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| 139 number_identity2_test: RuntimeError # Issue 12596 | 139 number_identity2_test: RuntimeError # Issue 12596 |
| 140 double_int_to_string_test: RuntimeError # Issue 1533 | 140 double_int_to_string_test: RuntimeError # Issue 1533 |
| 141 mint_arithmetic_test: RuntimeError # Issue 1533 | 141 mint_arithmetic_test: RuntimeError # Issue 1533 |
| 142 left_shift_test: RuntimeError # Issue 1533 | 142 left_shift_test: RuntimeError # Issue 1533 |
| 143 regress_24283_test: RuntimeError # Issue 1533 | 143 regress_24283_test: RuntimeError # Issue 1533 |
| 144 constructor_named_arguments_test/01: CompileTimeError # Issue 5519 | 144 constructor_named_arguments_test/01: CompileTimeError # Issue 25225 |
| 145 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 | 145 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 |
| 146 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 | 146 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 |
| 147 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 | 147 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 |
| 148 metadata_test: CompileTimeError # Issue 5841 | 148 metadata_test: CompileTimeError # Issue 5841 |
| 149 infinity_test: RuntimeError # Issue 4984 | 149 infinity_test: RuntimeError # Issue 4984 |
| 150 mixin_mixin2_test: RuntimeError # Issue 13109. | 150 mixin_mixin2_test: RuntimeError # Issue 13109. |
| 151 mixin_mixin3_test: RuntimeError # Issue 13109. | 151 mixin_mixin3_test: RuntimeError # Issue 13109. |
| 152 mixin_mixin7_test: RuntimeError # Issue 13109. | 152 mixin_mixin7_test: RuntimeError # Issue 13109. |
| 153 mixin_regress_13688_test: RuntimeError # Issue 13109. | 153 mixin_regress_13688_test: RuntimeError # Issue 13109. |
| 154 modulo_test: RuntimeError # Issue 15246 | 154 modulo_test: RuntimeError # Issue 15246 |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 347 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 348 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 348 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 349 type_variable_nested_test: RuntimeError # Please triage this failure. | 349 type_variable_nested_test: RuntimeError # Please triage this failure. |
| 350 | 350 |
| 351 [ $compiler == dart2js && $cps_ir && $host_checked ] | 351 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 352 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 352 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 353 async_throw_in_catch_test/none: Crash # Issue 24485 | 353 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 354 execute_finally9_test: Crash # Issue 24485 | 354 execute_finally9_test: Crash # Issue 24485 |
| 355 regress_21795_test: Crash # Issue 24485 | 355 regress_21795_test: Crash # Issue 24485 |
| 356 regress_23537_test: Crash # Issue 24485 | 356 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |