| 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 | |
| 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | |
| 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | |
| 9 getter_setter_in_lib_test: Fail # Issue 23288 | 6 getter_setter_in_lib_test: Fail # Issue 23288 |
| 10 | 7 |
| 11 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 8 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 12 async_star_await_pauses_test: Fail, Timeout # Issue 22853 | 9 async_star_await_pauses_test: Fail, Timeout # Issue 22853 |
| 13 tearoff_basic_test: Skip # Tear-off not supported | 10 tearoff_basic_test: Skip # Tear-off not supported |
| 14 tearoff_constructor_basic_test: Skip # Tear-off not supported | 11 tearoff_constructor_basic_test: Skip # Tear-off not supported |
| 15 | 12 |
| 16 try_catch_on_syntax_test/10: Fail # Issue 19823 | 13 try_catch_on_syntax_test/10: Fail # Issue 19823 |
| 17 try_catch_on_syntax_test/11: Fail # Issue 19823 | 14 try_catch_on_syntax_test/11: Fail # Issue 19823 |
| 18 | 15 |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 mixin_mixin2_test: Fail # Issue 12605 | 121 mixin_mixin2_test: Fail # Issue 12605 |
| 125 mixin_mixin3_test: Fail # Issue 12605 | 122 mixin_mixin3_test: Fail # Issue 12605 |
| 126 mixin_mixin4_test: Fail # Issue 12605 | 123 mixin_mixin4_test: Fail # Issue 12605 |
| 127 mixin_mixin5_test: Fail # Issue 12605 | 124 mixin_mixin5_test: Fail # Issue 12605 |
| 128 mixin_mixin6_test: Fail # Issue 12605 | 125 mixin_mixin6_test: Fail # Issue 12605 |
| 129 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 126 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
| 130 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 127 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
| 131 symbol_conflict_test: RuntimeError # Issue 23857 | 128 symbol_conflict_test: RuntimeError # Issue 23857 |
| 132 | 129 |
| 133 [ $compiler == dart2js ] | 130 [ $compiler == dart2js ] |
| 134 async_await_syntax_test/a05h: Fail # 23716 | |
| 135 async_await_syntax_test/c11a: Fail # 23716 | |
| 136 async_await_syntax_test/c11b: Fail # 23716 | |
| 137 | |
| 138 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js | 131 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js |
| 139 | 132 |
| 140 type_variable_conflict2_test/01: RuntimeError # Issue 19725 | 133 type_variable_conflict2_test/01: RuntimeError # Issue 19725 |
| 141 | 134 |
| 142 branch_canonicalization_test: RuntimeError # Issue 638. | 135 branch_canonicalization_test: RuntimeError # Issue 638. |
| 143 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 136 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 144 integer_division_by_zero_test: RuntimeError # Issue 8301 | 137 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 145 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 138 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| 146 number_identity2_test: RuntimeError # Issue 12596 | 139 number_identity2_test: RuntimeError # Issue 12596 |
| 147 double_int_to_string_test: RuntimeError # Issue 1533 | 140 double_int_to_string_test: RuntimeError # Issue 1533 |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 347 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 355 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 348 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 356 type_variable_nested_test: RuntimeError # Please triage this failure. | 349 type_variable_nested_test: RuntimeError # Please triage this failure. |
| 357 | 350 |
| 358 [ $compiler == dart2js && $cps_ir && $host_checked ] | 351 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 359 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 352 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 360 async_throw_in_catch_test/none: Crash # Issue 24485 | 353 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 361 execute_finally9_test: Crash # Issue 24485 | 354 execute_finally9_test: Crash # Issue 24485 |
| 362 regress_21795_test: Crash # Issue 24485 | 355 regress_21795_test: Crash # Issue 24485 |
| 363 regress_23537_test: Crash # Issue 24485 | 356 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |