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 # These tests currently take too long. Remove when they are fixed. | 5 # These tests currently take too long. Remove when they are fixed. |
6 [ $compiler == dartk ] | 6 [ $compiler == dartk ] |
7 large_class_declaration_test: Skip | 7 large_class_declaration_test: Skip |
8 large_implicit_getter_test: Skip | 8 large_implicit_getter_test: Skip |
9 larger_implicit_getter_test: Skip | 9 larger_implicit_getter_test: Skip |
10 | 10 |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 mixin_illegal_superclass_test/29: MissingCompileTimeError | 76 mixin_illegal_superclass_test/29: MissingCompileTimeError |
77 mixin_illegal_superclass_test/30: MissingCompileTimeError | 77 mixin_illegal_superclass_test/30: MissingCompileTimeError |
78 multiline_newline_test/01: DartkCompileTimeError | 78 multiline_newline_test/01: DartkCompileTimeError |
79 multiline_newline_test/02: DartkCompileTimeError | 79 multiline_newline_test/02: DartkCompileTimeError |
80 multiline_newline_test/03: DartkCompileTimeError | 80 multiline_newline_test/03: DartkCompileTimeError |
81 multiline_newline_test/04: MissingCompileTimeError | 81 multiline_newline_test/04: MissingCompileTimeError |
82 multiline_newline_test/05: MissingCompileTimeError | 82 multiline_newline_test/05: MissingCompileTimeError |
83 multiline_newline_test/06: MissingCompileTimeError | 83 multiline_newline_test/06: MissingCompileTimeError |
84 no_main_test/01: DartkCrash | 84 no_main_test/01: DartkCrash |
85 not_enough_positional_arguments_test/01: DartkCompileTimeError | 85 not_enough_positional_arguments_test/01: DartkCompileTimeError |
| 86 null_is_bottom_test/05: RuntimeError # Issue 28025 |
| 87 null_is_bottom_test/07: RuntimeError # Issue 28025 |
| 88 null_is_bottom_test/20: RuntimeError # Issue 28025 |
| 89 null_is_bottom_test/22: RuntimeError # Issue 28025 |
| 90 null_is_bottom_test/25: RuntimeError # Issue 28025 |
| 91 null_is_bottom_test/27: RuntimeError # Issue 28025 |
| 92 null_is_bottom_test/32: RuntimeError # Issue 28025 |
| 93 null_is_bottom_test/34: RuntimeError # Issue 28025 |
| 94 null_is_bottom_test/37: RuntimeError # Issue 28025 |
| 95 null_is_bottom_test/39: RuntimeError # Issue 28025 |
86 regress_27617_test/1: MissingCompileTimeError | 96 regress_27617_test/1: MissingCompileTimeError |
87 super_call3_test/01: DartkCrash | 97 super_call3_test/01: DartkCrash |
88 tearoff_basic_test: DartkCompileTimeError | 98 tearoff_basic_test: DartkCompileTimeError |
89 tearoff_constructor_basic_test: DartkCompileTimeError | 99 tearoff_constructor_basic_test: DartkCompileTimeError |
90 type_variable_conflict2_test/02: MissingCompileTimeError | 100 type_variable_conflict2_test/02: MissingCompileTimeError |
91 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError | 101 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError |
92 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError | 102 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError |
93 vm/reflect_core_vm_test: DartkCompileTimeError | 103 vm/reflect_core_vm_test: DartkCompileTimeError |
94 vm/regress_27201_test: DartkCompileTimeError | 104 vm/regress_27201_test: DartkCompileTimeError |
95 | 105 |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 stacktrace_rethrow_nonerror_test: RuntimeError | 385 stacktrace_rethrow_nonerror_test: RuntimeError |
376 stack_trace_test: RuntimeError | 386 stack_trace_test: RuntimeError |
377 string_interpolation7_test: RuntimeError | 387 string_interpolation7_test: RuntimeError |
378 super_call4_test: RuntimeError | 388 super_call4_test: RuntimeError |
379 | 389 |
380 # dartk: precompilation failures (debug) | 390 # dartk: precompilation failures (debug) |
381 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 391 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
382 constructor_named_arguments_test/01: Crash | 392 constructor_named_arguments_test/01: Crash |
383 not_enough_positional_arguments_test/05: Crash | 393 not_enough_positional_arguments_test/05: Crash |
384 enum_syntax_test/05: Crash | 394 enum_syntax_test/05: Crash |
OLD | NEW |