| 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 deferred_not_loaded_check_test: Fail # Issue 27577 | 9 deferred_not_loaded_check_test: Fail # Issue 27577 |
| 9 getter_setter_in_lib_test: Fail # Issue 23288 | 10 getter_setter_in_lib_test: Fail # Issue 23288 |
| 10 method_name_test: Fail # issue 25574 | 11 method_name_test: Fail # issue 25574 |
| 11 setter4_test: CompileTimeError # issue 13639 | 12 setter4_test: CompileTimeError # issue 13639 |
| 12 | 13 |
| 13 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 14 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 14 | 15 |
| 15 try_catch_on_syntax_test/10: Fail # Issue 19823 | 16 try_catch_on_syntax_test/10: Fail # Issue 19823 |
| 16 try_catch_on_syntax_test/11: Fail # Issue 19823 | 17 try_catch_on_syntax_test/11: Fail # Issue 19823 |
| 17 | 18 |
| (...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 factory_redirection_test/02: Crash # Issue 27394 | 602 factory_redirection_test/02: Crash # Issue 27394 |
| 602 factory_redirection_test/03: Crash # Issue 27394 | 603 factory_redirection_test/03: Crash # Issue 27394 |
| 603 mixin_cyclic_test/02: Crash # Issue 27394 | 604 mixin_cyclic_test/02: Crash # Issue 27394 |
| 604 mixin_illegal_cycles_test/01: Crash # Issue 27394 | 605 mixin_illegal_cycles_test/01: Crash # Issue 27394 |
| 605 mixin_illegal_cycles_test/05: Crash # Issue 27394 | 606 mixin_illegal_cycles_test/05: Crash # Issue 27394 |
| 606 named_parameters_test/01: Crash # Issue 27394 | 607 named_parameters_test/01: Crash # Issue 27394 |
| 607 named_parameters_test/03: Crash # Issue 27394 | 608 named_parameters_test/03: Crash # Issue 27394 |
| 608 named_parameters_test/05: Crash # Issue 27394 | 609 named_parameters_test/05: Crash # Issue 27394 |
| 609 named_parameters_test/07: Crash # Issue 27394 | 610 named_parameters_test/07: Crash # Issue 27394 |
| 610 named_parameters_test/09: Crash # Issue 27394 | 611 named_parameters_test/09: Crash # Issue 27394 |
| OLD | NEW |