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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 async_test/constructor3: MissingCompileTimeError | 49 async_test/constructor3: MissingCompileTimeError |
50 async_test/setter1: MissingCompileTimeError | 50 async_test/setter1: MissingCompileTimeError |
51 await_backwards_compatibility_test/await1: MissingCompileTimeError | 51 await_backwards_compatibility_test/await1: MissingCompileTimeError |
52 await_for_test: Crash, Fail | 52 await_for_test: Crash, Fail |
53 await_test: RuntimeError | 53 await_test: RuntimeError |
54 bad_constructor_test/05: CompileTimeError | 54 bad_constructor_test/05: CompileTimeError |
55 bad_initializer1_negative_test: Crash | 55 bad_initializer1_negative_test: Crash |
56 bad_raw_string_negative_test: Fail | 56 bad_raw_string_negative_test: Fail |
57 black_listed_test/13: MissingCompileTimeError | 57 black_listed_test/13: MissingCompileTimeError |
58 body_less_constructor_wrong_arg_negative_test: Crash | 58 body_less_constructor_wrong_arg_negative_test: Crash |
59 built_in_identifier_illegal_test/01: MissingCompileTimeError | |
60 built_in_identifier_illegal_test/04: MissingCompileTimeError | |
61 built_in_identifier_illegal_test/05: MissingCompileTimeError | |
62 built_in_identifier_illegal_test/06: MissingCompileTimeError | |
63 built_in_identifier_illegal_test/07: MissingCompileTimeError | |
64 built_in_identifier_illegal_test/08: MissingCompileTimeError | |
65 built_in_identifier_illegal_test/10: MissingCompileTimeError | |
66 built_in_identifier_illegal_test/12: MissingCompileTimeError | |
67 built_in_identifier_illegal_test/13: MissingCompileTimeError | |
68 built_in_identifier_illegal_test/15: MissingCompileTimeError | |
69 built_in_identifier_illegal_test/16: MissingCompileTimeError | |
70 built_in_identifier_illegal_test/17: MissingCompileTimeError | |
71 built_in_identifier_illegal_test/18: MissingCompileTimeError | |
72 built_in_identifier_illegal_test/19: MissingCompileTimeError | |
73 built_in_identifier_illegal_test/20: MissingCompileTimeError | |
74 built_in_identifier_test/01: CompileTimeError | 59 built_in_identifier_test/01: CompileTimeError |
75 call_nonexistent_static_test/01: CompileTimeError | 60 call_nonexistent_static_test/01: CompileTimeError |
76 call_nonexistent_static_test/04: CompileTimeError | 61 call_nonexistent_static_test/04: CompileTimeError |
77 call_nonexistent_static_test/06: CompileTimeError | 62 call_nonexistent_static_test/06: CompileTimeError |
78 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 | 63 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 |
79 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 | 64 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 |
80 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335 | 65 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335 |
81 class_cycle2_test/01: MissingCompileTimeError | 66 class_cycle2_test/01: MissingCompileTimeError |
82 class_cycle2_test/02: MissingCompileTimeError | 67 class_cycle2_test/02: MissingCompileTimeError |
83 class_cycle_test/00: MissingCompileTimeError | 68 class_cycle_test/00: MissingCompileTimeError |
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
706 setter_declaration_negative_test: Crash | 691 setter_declaration_negative_test: Crash |
707 try_catch_syntax_test/05: Crash | 692 try_catch_syntax_test/05: Crash |
708 vm/closure_memory_retention_test: Skip # Hits OOM | 693 vm/closure_memory_retention_test: Skip # Hits OOM |
709 | 694 |
710 # dartk: precompilation failures (debug) | 695 # dartk: precompilation failures (debug) |
711 [ $compiler == dartkp && $mode == debug ] | 696 [ $compiler == dartkp && $mode == debug ] |
712 external_test/13: Crash | 697 external_test/13: Crash |
713 final_syntax_test/09: Crash | 698 final_syntax_test/09: Crash |
714 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 699 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
715 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 700 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
OLD | NEW |