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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 86 null_is_bottom_test/05: RuntimeError # Issue 28025 |
87 null_is_bottom_test/07: RuntimeError # Issue 28025 | 87 null_is_bottom_test/07: RuntimeError # Issue 28025 |
88 null_is_bottom_test/20: 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 | 89 null_is_bottom_test/25: RuntimeError # Issue 28025 |
91 null_is_bottom_test/27: RuntimeError # Issue 28025 | 90 null_is_bottom_test/27: RuntimeError # Issue 28025 |
92 null_is_bottom_test/32: RuntimeError # Issue 28025 | 91 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 | 92 null_is_bottom_test/37: RuntimeError # Issue 28025 |
95 null_is_bottom_test/39: RuntimeError # Issue 28025 | 93 null_is_bottom_test/39: RuntimeError # Issue 28025 |
96 regress_27617_test/1: MissingCompileTimeError | 94 regress_27617_test/1: MissingCompileTimeError |
97 super_call3_test/01: DartkCrash | 95 super_call3_test/01: DartkCrash |
98 tearoff_basic_test: DartkCompileTimeError | 96 tearoff_basic_test: DartkCompileTimeError |
99 tearoff_constructor_basic_test: DartkCompileTimeError | 97 tearoff_constructor_basic_test: DartkCompileTimeError |
100 type_variable_conflict2_test/02: MissingCompileTimeError | 98 type_variable_conflict2_test/02: MissingCompileTimeError |
101 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError | 99 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError |
102 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError | 100 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError |
103 vm/reflect_core_vm_test: DartkCompileTimeError | 101 vm/reflect_core_vm_test: DartkCompileTimeError |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 stacktrace_rethrow_nonerror_test: RuntimeError | 383 stacktrace_rethrow_nonerror_test: RuntimeError |
386 stack_trace_test: RuntimeError | 384 stack_trace_test: RuntimeError |
387 string_interpolation7_test: RuntimeError | 385 string_interpolation7_test: RuntimeError |
388 super_call4_test: RuntimeError | 386 super_call4_test: RuntimeError |
389 | 387 |
390 # dartk: precompilation failures (debug) | 388 # dartk: precompilation failures (debug) |
391 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 389 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
392 constructor_named_arguments_test/01: Crash | 390 constructor_named_arguments_test/01: Crash |
393 not_enough_positional_arguments_test/05: Crash | 391 not_enough_positional_arguments_test/05: Crash |
394 enum_syntax_test/05: Crash | 392 enum_syntax_test/05: Crash |
OLD | NEW |