| 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 arg_param_trailing_comma_test/107: MissingCompileTimeError | 6 await_for_test: RuntimeError # Kernel Issue 29192 |
| 7 await_for_test: RuntimeError | |
| 8 bad_constructor_test/05: CompileTimeError | 7 bad_constructor_test/05: CompileTimeError |
| 9 bad_initializer1_negative_test: Crash | 8 bad_initializer1_negative_test: Crash |
| 10 bad_raw_string_negative_test: Fail | 9 bad_raw_string_negative_test: Fail |
| 11 body_less_constructor_wrong_arg_negative_test: Crash | 10 body_less_constructor_wrong_arg_negative_test: Crash |
| 12 built_in_identifier_test/01: CompileTimeError | 11 built_in_identifier_test/01: CompileTimeError |
| 13 call_nonexistent_static_test/01: CompileTimeError | 12 call_nonexistent_static_test/01: CompileTimeError |
| 14 call_nonexistent_static_test/04: CompileTimeError | 13 call_nonexistent_static_test/04: CompileTimeError |
| 15 call_nonexistent_static_test/06: CompileTimeError | 14 call_nonexistent_static_test/06: CompileTimeError |
| 16 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 | 15 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 |
| 17 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 | 16 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 |
| (...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 try_catch_syntax_test/05: Crash | 526 try_catch_syntax_test/05: Crash |
| 528 | 527 |
| 529 # dartk: precompilation failures (debug) | 528 # dartk: precompilation failures (debug) |
| 530 [ $compiler == dartkp && $mode == debug ] | 529 [ $compiler == dartkp && $mode == debug ] |
| 531 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 530 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 532 external_test/13: Crash | 531 external_test/13: Crash |
| 533 final_syntax_test/09: Crash | 532 final_syntax_test/09: Crash |
| 534 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 533 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 535 regress_22445_test: Crash | 534 regress_22445_test: Crash |
| 536 regress_23498_test: Crash | 535 regress_23498_test: Crash |
| OLD | NEW |