| 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 enum_test: Fail # Issue 28340 | 6 enum_test: Fail # Issue 28340 |
| 7 regress_28341_test: Fail # Issue 28340 | 7 regress_28341_test: Fail # Issue 28340 |
| 8 regress_29349_test: CompileTimeError # Issue 29745 | 8 regress_29349_test: CompileTimeError # Issue 29745 |
| 9 regress_29481_test: Crash # Issue 29754 | 9 regress_29481_test: Crash # Issue 29754 |
| 10 deferred_not_loaded_check_test: Fail # Issue 27577 | 10 deferred_not_loaded_check_test: Fail # Issue 27577 |
| 11 getter_setter_in_lib_test: Fail # Issue 23288 | 11 getter_setter_in_lib_test: Fail # Issue 23288 |
| 12 method_name_test: Fail # issue 25574 | 12 method_name_test: Fail # issue 25574 |
| 13 setter4_test: CompileTimeError # issue 13639 | 13 setter4_test: CompileTimeError # issue 13639 |
| 14 | 14 |
| 15 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 15 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 16 | 16 |
| 17 try_catch_on_syntax_test/10: Fail # Issue 19823 | 17 try_catch_on_syntax_test/10: Fail # Issue 19823 |
| 18 try_catch_on_syntax_test/11: Fail # Issue 19823 | 18 try_catch_on_syntax_test/11: Fail # Issue 19823 |
| 19 | 19 |
| 20 call_function_apply_test: RuntimeError # Issue 23873 | 20 call_function_apply_test: RuntimeError # Issue 23873 |
| 21 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 | 21 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 |
| 22 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 | 22 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 |
| 23 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 | 23 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 |
| 24 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 | 24 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 |
| 25 mixin_of_mixin_test: CompileTimeError # Issue 23773 | 25 mixin_of_mixin_test: CompileTimeError # Issue 23773 |
| 26 | 26 |
| 27 final_attempt_reinitialization_test.dart: Skip # Issue 29659 |
| 28 |
| 27 # The following tests are supposed to fail. | 29 # The following tests are supposed to fail. |
| 28 # In testing-mode, dart2js supports all dart:X libraries (because it | 30 # In testing-mode, dart2js supports all dart:X libraries (because it |
| 29 # uses '--categories=all'). | 31 # uses '--categories=all'). |
| 30 library_env_test/has_no_html_support: RuntimeError, OK | 32 library_env_test/has_no_html_support: RuntimeError, OK |
| 31 library_env_test/has_no_io_support: RuntimeError, OK | 33 library_env_test/has_no_io_support: RuntimeError, OK |
| 32 library_env_test/has_no_mirror_support: RuntimeError, OK | 34 library_env_test/has_no_mirror_support: RuntimeError, OK |
| 33 | 35 |
| 34 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 36 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
| 35 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 37 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
| 36 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | 38 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
| (...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 582 deferred_global_test: Crash # Issue 27394 | 584 deferred_global_test: Crash # Issue 27394 |
| 583 factory6_test/00: Crash # Issue 27394 | 585 factory6_test/00: Crash # Issue 27394 |
| 584 factory_redirection_test/01: Crash # Issue 27394 | 586 factory_redirection_test/01: Crash # Issue 27394 |
| 585 factory_redirection_test/02: Crash # Issue 27394 | 587 factory_redirection_test/02: Crash # Issue 27394 |
| 586 factory_redirection_test/03: Crash # Issue 27394 | 588 factory_redirection_test/03: Crash # Issue 27394 |
| 587 named_parameters_test/01: Crash # Issue 27394 | 589 named_parameters_test/01: Crash # Issue 27394 |
| 588 named_parameters_test/03: Crash # Issue 27394 | 590 named_parameters_test/03: Crash # Issue 27394 |
| 589 named_parameters_test/05: Crash # Issue 27394 | 591 named_parameters_test/05: Crash # Issue 27394 |
| 590 named_parameters_test/07: Crash # Issue 27394 | 592 named_parameters_test/07: Crash # Issue 27394 |
| 591 named_parameters_test/09: Crash # Issue 27394 | 593 named_parameters_test/09: Crash # Issue 27394 |
| OLD | NEW |