| 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 enum_test: Fail # Issue 28340 | 7 enum_test: Fail # Issue 28340 |
| 8 regress_28341_test: Fail # Issue 28340 | 8 regress_28341_test: Fail # Issue 28340 |
| 9 regress_29349_test: CompileTimeError # Issue 29745 | 9 regress_29349_test: CompileTimeError # Issue 29745 |
| 10 regress_29481_test: Crash # Issue 29754 | 10 regress_29481_test: Crash # Issue 29754 |
| (...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 super_operator_index_test/04: Crash # Issue 27394 | 493 super_operator_index_test/04: Crash # Issue 27394 |
| 494 super_operator_index_test/05: Crash # Issue 27394 | 494 super_operator_index_test/05: Crash # Issue 27394 |
| 495 super_operator_index_test/06: Crash # Issue 27394 | 495 super_operator_index_test/06: Crash # Issue 27394 |
| 496 super_operator_index_test/07: Crash # Issue 27394 | 496 super_operator_index_test/07: Crash # Issue 27394 |
| 497 super_operator_test: Crash # Issue 27394 | 497 super_operator_test: Crash # Issue 27394 |
| 498 super_setter_interceptor_test: RuntimeError # Issue 27394 | 498 super_setter_interceptor_test: RuntimeError # Issue 27394 |
| 499 this_conditional_operator_test/01: Crash # Issue 27394 | 499 this_conditional_operator_test/01: Crash # Issue 27394 |
| 500 try_catch_syntax_test/13: Crash # Issue 27394 | 500 try_catch_syntax_test/13: Crash # Issue 27394 |
| 501 try_catch_syntax_test/14: Crash # Issue 27394 | 501 try_catch_syntax_test/14: Crash # Issue 27394 |
| 502 try_catch_syntax_test/15: Crash # Issue 27394 | 502 try_catch_syntax_test/15: Crash # Issue 27394 |
| 503 generalized_void_syntax_test: Crash # Issue #30176 |
| 503 | 504 |
| 504 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] | 505 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] |
| 505 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394 | 506 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394 |
| 506 accessor_conflict_import2_test: Crash # Issue 27394 | 507 accessor_conflict_import2_test: Crash # Issue 27394 |
| 507 accessor_conflict_import_prefixed2_test: Crash # Issue 27394 | 508 accessor_conflict_import_prefixed2_test: Crash # Issue 27394 |
| 508 accessor_conflict_import_prefixed_test: Crash # Issue 27394 | 509 accessor_conflict_import_prefixed_test: Crash # Issue 27394 |
| 509 accessor_conflict_import_test: Crash # Issue 27394 | 510 accessor_conflict_import_test: Crash # Issue 27394 |
| 510 final_super_field_set_test/01: RuntimeError # Issue 27394 | 511 final_super_field_set_test/01: RuntimeError # Issue 27394 |
| 511 function_type/function_type14_test: Crash # Issue 27394 | 512 function_type/function_type14_test: Crash # Issue 27394 |
| 512 function_type/function_type15_test: Crash # Issue 27394 | 513 function_type/function_type15_test: Crash # Issue 27394 |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 deferred_global_test: Crash # Issue 27394 | 575 deferred_global_test: Crash # Issue 27394 |
| 575 factory6_test/00: Crash # Issue 27394 | 576 factory6_test/00: Crash # Issue 27394 |
| 576 factory_redirection_test/01: Crash # Issue 27394 | 577 factory_redirection_test/01: Crash # Issue 27394 |
| 577 factory_redirection_test/02: Crash # Issue 27394 | 578 factory_redirection_test/02: Crash # Issue 27394 |
| 578 factory_redirection_test/03: Crash # Issue 27394 | 579 factory_redirection_test/03: Crash # Issue 27394 |
| 579 named_parameters_test/01: Crash # Issue 27394 | 580 named_parameters_test/01: Crash # Issue 27394 |
| 580 named_parameters_test/03: Crash # Issue 27394 | 581 named_parameters_test/03: Crash # Issue 27394 |
| 581 named_parameters_test/05: Crash # Issue 27394 | 582 named_parameters_test/05: Crash # Issue 27394 |
| 582 named_parameters_test/07: Crash # Issue 27394 | 583 named_parameters_test/07: Crash # Issue 27394 |
| 583 named_parameters_test/09: Crash # Issue 27394 | 584 named_parameters_test/09: Crash # Issue 27394 |
| OLD | NEW |