| 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 switch1_negative_test: Fail | 446 switch1_negative_test: Fail |
| 447 switch_bad_case_test/01: MissingCompileTimeError | 447 switch_bad_case_test/01: MissingCompileTimeError |
| 448 switch_bad_case_test/02: MissingCompileTimeError | 448 switch_bad_case_test/02: MissingCompileTimeError |
| 449 switch_case_test/00: MissingCompileTimeError | 449 switch_case_test/00: MissingCompileTimeError |
| 450 switch_case_test/01: MissingCompileTimeError | 450 switch_case_test/01: MissingCompileTimeError |
| 451 switch_case_test/02: MissingCompileTimeError | 451 switch_case_test/02: MissingCompileTimeError |
| 452 syntax_test/02: MissingCompileTimeError | 452 syntax_test/02: MissingCompileTimeError |
| 453 syntax_test/03: MissingCompileTimeError | 453 syntax_test/03: MissingCompileTimeError |
| 454 syntax_test/27: MissingCompileTimeError | 454 syntax_test/27: MissingCompileTimeError |
| 455 this_conditional_operator_test/01: MissingCompileTimeError | 455 this_conditional_operator_test/01: MissingCompileTimeError |
| 456 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 | |
| 457 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 | |
| 458 try_catch_syntax_test/05: MissingCompileTimeError | 456 try_catch_syntax_test/05: MissingCompileTimeError |
| 459 try_catch_syntax_test/07: MissingCompileTimeError | 457 try_catch_syntax_test/07: MissingCompileTimeError |
| 460 try_catch_syntax_test/09: MissingCompileTimeError | 458 try_catch_syntax_test/09: MissingCompileTimeError |
| 461 try_catch_syntax_test/10: MissingCompileTimeError | 459 try_catch_syntax_test/10: MissingCompileTimeError |
| 462 try_catch_syntax_test/11: MissingCompileTimeError | 460 try_catch_syntax_test/11: MissingCompileTimeError |
| 463 try_catch_syntax_test/12: MissingCompileTimeError | 461 try_catch_syntax_test/12: MissingCompileTimeError |
| 464 try_catch_syntax_test/16: Crash | 462 try_catch_syntax_test/16: Crash |
| 465 try_catch_syntax_test/17: Crash | 463 try_catch_syntax_test/17: Crash |
| 466 type_variable_conflict2_test/01: RuntimeError | 464 type_variable_conflict2_test/01: RuntimeError |
| 467 type_variable_conflict_test/01: MissingCompileTimeError | 465 type_variable_conflict_test/01: MissingCompileTimeError |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 try_catch_syntax_test/05: Crash | 547 try_catch_syntax_test/05: Crash |
| 550 | 548 |
| 551 # dartk: precompilation failures (debug) | 549 # dartk: precompilation failures (debug) |
| 552 [ $compiler == dartkp && $mode == debug ] | 550 [ $compiler == dartkp && $mode == debug ] |
| 553 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 551 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 554 external_test/13: Crash | 552 external_test/13: Crash |
| 555 final_syntax_test/09: Crash | 553 final_syntax_test/09: Crash |
| 556 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 554 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 557 regress_22445_test: Crash | 555 regress_22445_test: Crash |
| 558 regress_23498_test: Crash | 556 regress_23498_test: Crash |
| OLD | NEW |