| OLD | NEW |
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 == dartk || $compiler == dartkp ] | 5 [ $compiler == dartk || $compiler == dartkp ] |
| 6 abstract_beats_arguments_test: RuntimeError | 6 abstract_beats_arguments_test: RuntimeError |
| 7 abstract_runtime_error_test/01: RuntimeError | 7 abstract_runtime_error_test/01: RuntimeError |
| 8 abstract_runtime_error_test/02: RuntimeError | 8 abstract_runtime_error_test/02: RuntimeError |
| 9 accessor_conflict_export2_test: RuntimeError | 9 accessor_conflict_export2_test: RuntimeError |
| 10 accessor_conflict_export_test: RuntimeError | 10 accessor_conflict_export_test: RuntimeError |
| (...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 super_no_such_method2_test/01: RuntimeError | 475 super_no_such_method2_test/01: RuntimeError |
| 476 super_no_such_method3_test/01: RuntimeError | 476 super_no_such_method3_test/01: RuntimeError |
| 477 super_no_such_method4_test/01: RuntimeError | 477 super_no_such_method4_test/01: RuntimeError |
| 478 super_no_such_method5_test/01: RuntimeError | 478 super_no_such_method5_test/01: RuntimeError |
| 479 switch1_negative_test: Fail | 479 switch1_negative_test: Fail |
| 480 switch_bad_case_test/01: MissingCompileTimeError | 480 switch_bad_case_test/01: MissingCompileTimeError |
| 481 switch_bad_case_test/02: MissingCompileTimeError | 481 switch_bad_case_test/02: MissingCompileTimeError |
| 482 switch_case_test/00: MissingCompileTimeError | 482 switch_case_test/00: MissingCompileTimeError |
| 483 switch_case_test/01: MissingCompileTimeError | 483 switch_case_test/01: MissingCompileTimeError |
| 484 switch_case_test/02: MissingCompileTimeError | 484 switch_case_test/02: MissingCompileTimeError |
| 485 symbol_literal_test/01: CompileTimeError | |
| 486 symbol_literal_test/none: CompileTimeError | |
| 487 syntax_test/02: MissingCompileTimeError | 485 syntax_test/02: MissingCompileTimeError |
| 488 syntax_test/03: MissingCompileTimeError | 486 syntax_test/03: MissingCompileTimeError |
| 489 syntax_test/27: MissingCompileTimeError | 487 syntax_test/27: MissingCompileTimeError |
| 490 this_conditional_operator_test/01: MissingCompileTimeError | 488 this_conditional_operator_test/01: MissingCompileTimeError |
| 491 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 | 489 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 |
| 492 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 | 490 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 |
| 493 try_catch_syntax_test/05: MissingCompileTimeError | 491 try_catch_syntax_test/05: MissingCompileTimeError |
| 494 try_catch_syntax_test/07: MissingCompileTimeError | 492 try_catch_syntax_test/07: MissingCompileTimeError |
| 495 try_catch_syntax_test/09: MissingCompileTimeError | 493 try_catch_syntax_test/09: MissingCompileTimeError |
| 496 try_catch_syntax_test/10: MissingCompileTimeError | 494 try_catch_syntax_test/10: MissingCompileTimeError |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 try_catch_syntax_test/05: Crash | 582 try_catch_syntax_test/05: Crash |
| 585 | 583 |
| 586 # dartk: precompilation failures (debug) | 584 # dartk: precompilation failures (debug) |
| 587 [ $compiler == dartkp && $mode == debug ] | 585 [ $compiler == dartkp && $mode == debug ] |
| 588 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 586 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 589 external_test/13: Crash | 587 external_test/13: Crash |
| 590 final_syntax_test/09: Crash | 588 final_syntax_test/09: Crash |
| 591 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 589 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 592 regress_22445_test: Crash | 590 regress_22445_test: Crash |
| 593 regress_23498_test: Crash | 591 regress_23498_test: Crash |
| OLD | NEW |