| 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 deferred_not_loaded_check_test: Fail # Issue 27577 | 6 deferred_not_loaded_check_test: Fail # Issue 27577 |
| 7 getter_setter_in_lib_test: Fail # Issue 23288 | 7 getter_setter_in_lib_test: Fail # Issue 23288 |
| 8 method_name_test: Fail # issue 25574 | 8 method_name_test: Fail # issue 25574 |
| 9 setter4_test: CompileTimeError # issue 13639 | 9 setter4_test: CompileTimeError # issue 13639 |
| 10 | 10 |
| 11 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 11 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 12 tearoff_basic_test: Skip # Tear-off not supported | 12 tearoff_basic_test: Skip # Tear-off not supported |
| 13 tearoff_constructor_basic_test: Skip # Tear-off not supported | 13 tearoff_constructor_basic_test: Skip # Tear-off not supported |
| 14 | 14 |
| 15 try_catch_on_syntax_test/10: Fail # Issue 19823 | 15 try_catch_on_syntax_test/10: Fail # Issue 19823 |
| 16 try_catch_on_syntax_test/11: Fail # Issue 19823 | 16 try_catch_on_syntax_test/11: Fail # Issue 19823 |
| 17 | 17 |
| 18 deep_nesting1_negative_test: Crash # Issue 25557 | 18 deep_nesting1_negative_test: Crash # Issue 25557 |
| 19 deep_nesting2_negative_test: Crash # Issue 25557 | 19 deep_nesting2_negative_test: Crash # Issue 25557 |
| 20 | 20 |
| 21 call_function_apply_test: RuntimeError # Issue 23873 | 21 call_function_apply_test: RuntimeError # Issue 23873 |
| 22 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 | 22 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 |
| 23 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 | 23 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 |
| 24 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 | 24 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 |
| 25 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 | 25 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 |
| 26 mixin_of_mixin_test: CompileTimeError # Issue 23773 | 26 mixin_of_mixin_test: CompileTimeError # Issue 23773 |
| 27 mixin_illegal_syntax_test/00: MissingCompileTimeError # Issue 14410 |
| 27 | 28 |
| 28 # The following tests are supposed to fail. | 29 # The following tests are supposed to fail. |
| 29 # In testing-mode, dart2js supports all dart:X libraries (because it | 30 # In testing-mode, dart2js supports all dart:X libraries (because it |
| 30 # uses '--categories=all'). | 31 # uses '--categories=all'). |
| 31 library_env_test/has_no_html_support: RuntimeError, OK | 32 library_env_test/has_no_html_support: RuntimeError, OK |
| 32 library_env_test/has_no_io_support: RuntimeError, OK | 33 library_env_test/has_no_io_support: RuntimeError, OK |
| 33 library_env_test/has_no_mirror_support: RuntimeError, OK | 34 library_env_test/has_no_mirror_support: RuntimeError, OK |
| 34 | 35 |
| 35 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 36 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
| 36 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 37 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
| (...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 *: Skip # `assert` not implemented | 351 *: Skip # `assert` not implemented |
| 351 | 352 |
| 352 [ $compiler == dart2js && $host_checked ] | 353 [ $compiler == dart2js && $host_checked ] |
| 353 regress_26855_test/1: Crash # Issue 26867 | 354 regress_26855_test/1: Crash # Issue 26867 |
| 354 regress_26855_test/2: Crash # Issue 26867 | 355 regress_26855_test/2: Crash # Issue 26867 |
| 355 regress_26855_test/3: Crash # Issue 26867 | 356 regress_26855_test/3: Crash # Issue 26867 |
| 356 regress_26855_test/4: Crash # Issue 26867 | 357 regress_26855_test/4: Crash # Issue 26867 |
| 357 | 358 |
| 358 [ $compiler != dart2analyzer] | 359 [ $compiler != dart2analyzer] |
| 359 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status | 360 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status |
| OLD | NEW |