| 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 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 6 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
| 7 assertion_initializer_const_function_test/01: Fail, Crash # Issue 30038 |
| 8 assertion_initializer_const_function_error_test/01: Fail, Crash # Issue 30038 |
| 9 assertion_initializer_test: Fail, Crash # Issue 30038 |
| 10 assertion_initializer_const_error2_test/cc01: Fail, Crash # Issue 30038 |
| 11 assertion_initializer_const_error2_test/cc02: Fail, Crash # Issue 30038 |
| 12 assertion_initializer_const_error2_test/cc03: Fail, Crash # Issue 30038 |
| 13 assertion_initializer_const_error2_test/cc04: Fail, Crash # Issue 30038 |
| 14 assertion_initializer_const_error2_test/cc05: Fail, Crash # Issue 30038 |
| 15 assertion_initializer_const_error2_test/cc06: Fail, Crash # Issue 30038 |
| 16 assertion_initializer_const_error2_test/cc07: Fail, Crash # Issue 30038 |
| 17 assertion_initializer_const_error2_test/cc08: Fail, Crash # Issue 30038 |
| 18 assertion_initializer_const_error2_test/cc09: Fail, Crash # Issue 30038 |
| 7 enum_test: Fail # Issue 28340 | 19 enum_test: Fail # Issue 28340 |
| 8 regress_28341_test: Fail # Issue 28340 | 20 regress_28341_test: Fail # Issue 28340 |
| 9 regress_29349_test: CompileTimeError # Issue 29745 | 21 regress_29349_test: CompileTimeError # Issue 29745 |
| 10 regress_29481_test: Crash # Issue 29754 | 22 regress_29481_test: Crash # Issue 29754 |
| 11 deferred_not_loaded_check_test: Fail # Issue 27577 | 23 deferred_not_loaded_check_test: Fail # Issue 27577 |
| 12 getter_setter_in_lib_test: Fail # Issue 23288 | 24 getter_setter_in_lib_test: Fail # Issue 23288 |
| 13 method_name_test: Fail # issue 25574 | 25 method_name_test: Fail # issue 25574 |
| 14 setter4_test: CompileTimeError # issue 13639 | 26 setter4_test: CompileTimeError # issue 13639 |
| 15 | 27 |
| 16 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 28 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| (...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 deferred_global_test: Crash # Issue 27394 | 576 deferred_global_test: Crash # Issue 27394 |
| 565 factory6_test/00: Crash # Issue 27394 | 577 factory6_test/00: Crash # Issue 27394 |
| 566 factory_redirection_test/01: Crash # Issue 27394 | 578 factory_redirection_test/01: Crash # Issue 27394 |
| 567 factory_redirection_test/02: Crash # Issue 27394 | 579 factory_redirection_test/02: Crash # Issue 27394 |
| 568 factory_redirection_test/03: Crash # Issue 27394 | 580 factory_redirection_test/03: Crash # Issue 27394 |
| 569 named_parameters_test/01: Crash # Issue 27394 | 581 named_parameters_test/01: Crash # Issue 27394 |
| 570 named_parameters_test/03: Crash # Issue 27394 | 582 named_parameters_test/03: Crash # Issue 27394 |
| 571 named_parameters_test/05: Crash # Issue 27394 | 583 named_parameters_test/05: Crash # Issue 27394 |
| 572 named_parameters_test/07: Crash # Issue 27394 | 584 named_parameters_test/07: Crash # Issue 27394 |
| 573 named_parameters_test/09: Crash # Issue 27394 | 585 named_parameters_test/09: Crash # Issue 27394 |
| OLD | NEW |