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