| 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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 switch_bad_case_test/02: MissingCompileTimeError | 504 switch_bad_case_test/02: MissingCompileTimeError |
| 505 switch_case_test/00: MissingCompileTimeError | 505 switch_case_test/00: MissingCompileTimeError |
| 506 switch_case_test/01: MissingCompileTimeError | 506 switch_case_test/01: MissingCompileTimeError |
| 507 switch_case_test/02: MissingCompileTimeError | 507 switch_case_test/02: MissingCompileTimeError |
| 508 syntax_test/02: MissingCompileTimeError | 508 syntax_test/02: MissingCompileTimeError |
| 509 syntax_test/03: MissingCompileTimeError | 509 syntax_test/03: MissingCompileTimeError |
| 510 syntax_test/27: MissingCompileTimeError | 510 syntax_test/27: MissingCompileTimeError |
| 511 this_conditional_operator_test/01: MissingCompileTimeError | 511 this_conditional_operator_test/01: MissingCompileTimeError |
| 512 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 | 512 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 |
| 513 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 | 513 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 |
| 514 try_catch_syntax_test/01: MissingCompileTimeError | |
| 515 try_catch_syntax_test/05: MissingCompileTimeError | 514 try_catch_syntax_test/05: MissingCompileTimeError |
| 516 try_catch_syntax_test/07: MissingCompileTimeError | 515 try_catch_syntax_test/07: MissingCompileTimeError |
| 517 try_catch_syntax_test/09: MissingCompileTimeError | 516 try_catch_syntax_test/09: MissingCompileTimeError |
| 518 try_catch_syntax_test/10: MissingCompileTimeError | 517 try_catch_syntax_test/10: MissingCompileTimeError |
| 519 try_catch_syntax_test/11: MissingCompileTimeError | 518 try_catch_syntax_test/11: MissingCompileTimeError |
| 520 try_catch_syntax_test/12: MissingCompileTimeError | 519 try_catch_syntax_test/12: MissingCompileTimeError |
| 521 try_catch_syntax_test/16: Crash | 520 try_catch_syntax_test/16: Crash |
| 522 try_catch_syntax_test/17: Crash | 521 try_catch_syntax_test/17: Crash |
| 523 type_variable_conflict2_test/01: RuntimeError | 522 type_variable_conflict2_test/01: RuntimeError |
| 524 type_variable_conflict_test/01: MissingCompileTimeError | 523 type_variable_conflict_test/01: MissingCompileTimeError |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 try_catch_syntax_test/05: Crash | 609 try_catch_syntax_test/05: Crash |
| 611 | 610 |
| 612 # dartk: precompilation failures (debug) | 611 # dartk: precompilation failures (debug) |
| 613 [ $compiler == dartkp && $mode == debug ] | 612 [ $compiler == dartkp && $mode == debug ] |
| 614 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 613 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 615 external_test/13: Crash | 614 external_test/13: Crash |
| 616 final_syntax_test/09: Crash | 615 final_syntax_test/09: Crash |
| 617 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 616 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 618 regress_22445_test: Crash | 617 regress_22445_test: Crash |
| 619 regress_23498_test: Crash | 618 regress_23498_test: Crash |
| OLD | NEW |