| 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 symbol_conflict_test: RuntimeError # Issue 23857 | 141 symbol_conflict_test: RuntimeError # Issue 23857 |
| 142 | 142 |
| 143 [ $compiler == dart2js ] | 143 [ $compiler == dart2js ] |
| 144 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js | 144 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js |
| 145 | 145 |
| 146 type_variable_conflict2_test/01: RuntimeError # Issue 19725 | 146 type_variable_conflict2_test/01: RuntimeError # Issue 19725 |
| 147 | 147 |
| 148 branch_canonicalization_test: RuntimeError # Issue 638. | 148 branch_canonicalization_test: RuntimeError # Issue 638. |
| 149 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 149 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 150 integer_division_by_zero_test: RuntimeError # Issue 8301 | 150 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 151 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | |
| 152 number_identity2_test: RuntimeError # Issue 12596 | 151 number_identity2_test: RuntimeError # Issue 12596 |
| 153 double_int_to_string_test: RuntimeError # Issue 1533 | 152 double_int_to_string_test: RuntimeError # Issue 1533 |
| 154 mint_arithmetic_test: RuntimeError # Issue 1533 | 153 mint_arithmetic_test: RuntimeError # Issue 1533 |
| 155 left_shift_test: RuntimeError # Issue 1533 | 154 left_shift_test: RuntimeError # Issue 1533 |
| 156 regress_24283_test: RuntimeError # Issue 1533 | 155 regress_24283_test: RuntimeError # Issue 1533 |
| 157 constructor_named_arguments_test/01: CompileTimeError # Issue 25225 | 156 constructor_named_arguments_test/01: CompileTimeError # Issue 25225 |
| 158 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 | 157 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 |
| 159 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 | 158 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 |
| 160 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 | 159 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 |
| 161 metadata_test: CompileTimeError # Issue 5841 | 160 metadata_test: CompileTimeError # Issue 5841 |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 | 314 |
| 316 [ $compiler == dart2js && $cps_ir && $host_checked == false ] | 315 [ $compiler == dart2js && $cps_ir && $host_checked == false ] |
| 317 regress_21795_test: Pass, RuntimeError # Due to inlining? | 316 regress_21795_test: Pass, RuntimeError # Due to inlining? |
| 318 | 317 |
| 319 [ $compiler == dart2js && $cps_ir && $host_checked ] | 318 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 320 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 319 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 321 async_throw_in_catch_test/none: Crash # Issue 24485 | 320 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 322 execute_finally9_test: Crash # Issue 24485 | 321 execute_finally9_test: Crash # Issue 24485 |
| 323 regress_21795_test: Crash # Issue 24485 | 322 regress_21795_test: Crash # Issue 24485 |
| 324 regress_23537_test: Crash # Issue 24485 | 323 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |