| 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 method_name_test: Fail # issue 25574 | 7 method_name_test: Fail # issue 25574 |
| 8 setter4_test: CompileTimeError # issue 13639 | 8 setter4_test: CompileTimeError # issue 13639 |
| 9 | 9 |
| 10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 11 tearoff_basic_test: Skip # Tear-off not supported | 11 tearoff_basic_test: Skip # Tear-off not supported |
| 12 tearoff_constructor_basic_test: Skip # Tear-off not supported | 12 tearoff_constructor_basic_test: Skip # Tear-off not supported |
| 13 | 13 |
| 14 try_catch_on_syntax_test/10: Fail # Issue 19823 | 14 try_catch_on_syntax_test/10: Fail # Issue 19823 |
| 15 try_catch_on_syntax_test/11: Fail # Issue 19823 | 15 try_catch_on_syntax_test/11: Fail # Issue 19823 |
| 16 | 16 |
| 17 deep_nesting1_negative_test: Crash # Issue 25557 | 17 deep_nesting1_negative_test: Crash # Issue 25557 |
| 18 deep_nesting2_negative_test: Crash # Issue 25557 | 18 deep_nesting2_negative_test: Crash # Issue 25557 |
| 19 | 19 |
| 20 regress_18713_test: Fail # Issue 26743 | |
| 21 | |
| 22 call_function_apply_test: RuntimeError # Issue 23873 | 20 call_function_apply_test: RuntimeError # Issue 23873 |
| 23 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 | 21 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 |
| 24 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 | 22 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 |
| 25 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 | 23 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 |
| 26 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 | 24 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 |
| 27 mixin_of_mixin_test: CompileTimeError # Issue 23773 | 25 mixin_of_mixin_test: CompileTimeError # Issue 23773 |
| 28 | 26 |
| 29 # The following tests are supposed to fail. | 27 # The following tests are supposed to fail. |
| 30 # In testing-mode, dart2js supports all dart:X libraries (because it | 28 # In testing-mode, dart2js supports all dart:X libraries (because it |
| 31 # uses '--categories=all'). | 29 # uses '--categories=all'). |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 left_shift_test: RuntimeError # Issue 1533 | 215 left_shift_test: RuntimeError # Issue 1533 |
| 218 regress_24283_test: RuntimeError # Issue 1533 | 216 regress_24283_test: RuntimeError # Issue 1533 |
| 219 constructor_named_arguments_test/01: CompileTimeError # Issue 25225 | 217 constructor_named_arguments_test/01: CompileTimeError # Issue 25225 |
| 220 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 | 218 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 |
| 221 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 | 219 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 |
| 222 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 | 220 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 |
| 223 metadata_test: CompileTimeError # Issue 5841 | 221 metadata_test: CompileTimeError # Issue 5841 |
| 224 infinity_test: RuntimeError # Issue 4984 | 222 infinity_test: RuntimeError # Issue 4984 |
| 225 mixin_mixin2_test: RuntimeError # Issue 13109. | 223 mixin_mixin2_test: RuntimeError # Issue 13109. |
| 226 mixin_mixin3_test: RuntimeError # Issue 13109. | 224 mixin_mixin3_test: RuntimeError # Issue 13109. |
| 227 mixin_mixin7_test: RuntimeError # Issue 13109. | |
| 228 mixin_regress_13688_test: RuntimeError # Issue 13109. | |
| 229 modulo_test: RuntimeError # Issue 15246 | 225 modulo_test: RuntimeError # Issue 15246 |
| 230 truncdiv_test: RuntimeError # Issue 15246 | 226 truncdiv_test: RuntimeError # Issue 15246 |
| 231 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). | 227 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). |
| 232 generic_closure_test: RuntimeError # Issue 12605 | 228 generic_closure_test: RuntimeError # Issue 12605 |
| 233 const_switch_test/02: RuntimeError # Issue 17960 | 229 const_switch_test/02: RuntimeError # Issue 17960 |
| 234 const_switch_test/04: RuntimeError # Issue 17960 | 230 const_switch_test/04: RuntimeError # Issue 17960 |
| 235 | 231 |
| 236 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009 | 232 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009 |
| 237 const_dynamic_type_literal_test/03: CompileTimeError # Issue 23009 | 233 const_dynamic_type_literal_test/03: CompileTimeError # Issue 23009 |
| 238 | 234 |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 try_finally_regress_25333_test: Crash # Issue 24485 | 354 try_finally_regress_25333_test: Crash # Issue 24485 |
| 359 | 355 |
| 360 [ $compiler == dart2js && $cps_ir && $checked ] | 356 [ $compiler == dart2js && $cps_ir && $checked ] |
| 361 *: Skip # `assert` not implemented | 357 *: Skip # `assert` not implemented |
| 362 | 358 |
| 363 [ $compiler == dart2js && $host_checked ] | 359 [ $compiler == dart2js && $host_checked ] |
| 364 regress_26855_test/1: Crash # Issue 26867 | 360 regress_26855_test/1: Crash # Issue 26867 |
| 365 regress_26855_test/2: Crash # Issue 26867 | 361 regress_26855_test/2: Crash # Issue 26867 |
| 366 regress_26855_test/3: Crash # Issue 26867 | 362 regress_26855_test/3: Crash # Issue 26867 |
| 367 regress_26855_test/4: Crash # Issue 26867 | 363 regress_26855_test/4: Crash # Issue 26867 |
| OLD | NEW |