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 || $compiler == dartkp ] | 6 [ $compiler == dartk || $compiler == dartkp ] |
7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 | 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 |
8 | 8 |
9 ############################################################################### | 9 ############################################################################### |
10 # Dartk Entries | 10 # Dartk Entries |
(...skipping 26 matching lines...) Expand all Loading... |
37 multiline_newline_test/05: MissingCompileTimeError | 37 multiline_newline_test/05: MissingCompileTimeError |
38 multiline_newline_test/06: MissingCompileTimeError | 38 multiline_newline_test/06: MissingCompileTimeError |
39 regress_27617_test/1: MissingCompileTimeError | 39 regress_27617_test/1: MissingCompileTimeError |
40 vm/regress_28325_test: RuntimeError # Issue 28055. | 40 vm/regress_28325_test: RuntimeError # Issue 28055. |
41 vm/debug_break_enabled_vm_test/01: CompileTimeError | 41 vm/debug_break_enabled_vm_test/01: CompileTimeError |
42 vm/debug_break_enabled_vm_test/none: CompileTimeError | 42 vm/debug_break_enabled_vm_test/none: CompileTimeError |
43 vm/reflect_core_vm_test: CompileTimeError | 43 vm/reflect_core_vm_test: CompileTimeError |
44 vm/regress_27201_test: CompileTimeError | 44 vm/regress_27201_test: CompileTimeError |
45 main_not_a_function_test/01: Pass # Fails if tree shaking is disabled | 45 main_not_a_function_test/01: Pass # Fails if tree shaking is disabled |
46 type_variable_conflict2_test/02: MissingCompileTimeError | 46 type_variable_conflict2_test/02: MissingCompileTimeError |
| 47 covariant_test/06: MissingCompileTimeError # 28166 |
| 48 covariant_test/06b: MissingCompileTimeError # 28166 |
| 49 covariant_test/07: MissingCompileTimeError # 28166 |
| 50 covariant_test/08: MissingCompileTimeError # 28166 |
| 51 covariant_test/11: MissingCompileTimeError # 28166 |
| 52 covariant_test/15: MissingCompileTimeError # 28166 |
| 53 covariant_test/26: MissingCompileTimeError # 28166 |
| 54 covariant_test/26b: MissingCompileTimeError # 28166 |
| 55 covariant_test/27: MissingCompileTimeError # 28166 |
| 56 covariant_test/28: MissingCompileTimeError # 28166 |
| 57 covariant_test/31: MissingCompileTimeError # 28166 |
| 58 covariant_test/35: MissingCompileTimeError # 28166 |
| 59 covariant_test/40: DartkCompileTimeError # 28166 |
| 60 covariant_test/40b: DartkCompileTimeError # 28166 |
| 61 covariant_test/42: DartkCompileTimeError # 28166 |
| 62 covariant_test/46: MissingCompileTimeError # 28166 |
| 63 covariant_test/46b: MissingCompileTimeError # 28166 |
| 64 covariant_test/47: MissingCompileTimeError # 28166 |
| 65 covariant_test/51: MissingCompileTimeError # 28166 |
| 66 covariant_test/52: DartkCompileTimeError # 28166 |
| 67 covariant_test/54: DartkCompileTimeError # 28166 |
| 68 covariant_test/55: MissingCompileTimeError # 28166 |
| 69 covariant_test/56: DartkCompileTimeError # 28166 |
| 70 covariant_override_test: DartkCompileTimeError # Issue 28166 |
| 71 generic_function_typedef2_test: DartkCrash # Issue 27966 |
| 72 generic_function_typedef_test: DartkCrash # Issue 27966 |
| 73 function_type/function_type*: DartkCrash # Issue 27966 |
47 | 74 |
48 # dartk: JIT failures | 75 # dartk: JIT failures |
49 [ $compiler == dartk && $runtime == vm ] | 76 [ $compiler == dartk && $runtime == vm ] |
50 config_import_corelib_test: RuntimeError | 77 config_import_corelib_test: RuntimeError |
51 | 78 |
52 # dartk: precompilation failures | 79 # dartk: precompilation failures |
53 [ $compiler == dartkp && $runtime == dart_precompiled ] | 80 [ $compiler == dartkp && $runtime == dart_precompiled ] |
54 config_import_corelib_test: RuntimeError | 81 config_import_corelib_test: RuntimeError |
55 mixin_illegal_syntax_test/00: DartkCrash | 82 mixin_illegal_syntax_test/00: DartkCrash |
56 not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590 | 83 not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590 |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 hello_dart_test: CompileTimeError # VMOptions=--compile-all causes us to hit "n
ative function VMServiceIO_Shutdown cannot be resolved" | 254 hello_dart_test: CompileTimeError # VMOptions=--compile-all causes us to hit "n
ative function VMServiceIO_Shutdown cannot be resolved" |
228 ct_const2_test: Pass, CompileTimeError # VMOptions=--compile-all causes us to h
it "native function VMServiceIO_Shutdown cannot be resolved" | 255 ct_const2_test: Pass, CompileTimeError # VMOptions=--compile-all causes us to h
it "native function VMServiceIO_Shutdown cannot be resolved" |
229 | 256 |
230 # Failures during Gardening shift: To be triaged! | 257 # Failures during Gardening shift: To be triaged! |
231 [ $compiler == dartk || $compiler == dartkp ] | 258 [ $compiler == dartk || $compiler == dartkp ] |
232 runtime_type_function_test: RuntimeError | 259 runtime_type_function_test: RuntimeError |
233 | 260 |
234 # Triaged checked mode failures | 261 # Triaged checked mode failures |
235 [ ($compiler == dartk || $compiler == dartkp) && $checked ] | 262 [ ($compiler == dartk || $compiler == dartkp) && $checked ] |
236 language/regress_22728_test: Fail # Dartk Issue 28498 | 263 language/regress_22728_test: Fail # Dartk Issue 28498 |
OLD | NEW |