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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 multiline_newline_test/06: MissingCompileTimeError | 81 multiline_newline_test/06: MissingCompileTimeError |
82 no_main_test/01: DartkCrash | 82 no_main_test/01: DartkCrash |
83 not_enough_positional_arguments_test/01: DartkCompileTimeError | 83 not_enough_positional_arguments_test/01: DartkCompileTimeError |
84 regress_27617_test/1: MissingCompileTimeError | 84 regress_27617_test/1: MissingCompileTimeError |
85 super_call3_test/01: DartkCrash | 85 super_call3_test/01: DartkCrash |
86 type_variable_conflict2_test/02: MissingCompileTimeError | 86 type_variable_conflict2_test/02: MissingCompileTimeError |
87 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError | 87 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError |
88 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError | 88 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError |
89 vm/reflect_core_vm_test: DartkCompileTimeError | 89 vm/reflect_core_vm_test: DartkCompileTimeError |
90 vm/regress_27201_test: DartkCompileTimeError | 90 vm/regress_27201_test: DartkCompileTimeError |
| 91 covariant_test/none: CompileTimeError # Issue 28166 |
| 92 covariant_override_test: Crash # Issue 28166 |
91 | 93 |
92 # dartk: JIT failures | 94 # dartk: JIT failures |
93 [ $compiler == dartk && $runtime == vm ] | 95 [ $compiler == dartk && $runtime == vm ] |
94 config_import_corelib_test: RuntimeError | 96 config_import_corelib_test: RuntimeError |
95 enum_syntax_test/05: MissingCompileTimeError | 97 enum_syntax_test/05: MissingCompileTimeError |
96 reify_typevar_static_test/00: MissingCompileTimeError | 98 reify_typevar_static_test/00: MissingCompileTimeError |
97 type_variable_conflict2_test/06: MissingCompileTimeError | 99 type_variable_conflict2_test/06: MissingCompileTimeError |
98 type_variable_conflict2_test/08: MissingCompileTimeError | 100 type_variable_conflict2_test/08: MissingCompileTimeError |
99 type_variable_conflict2_test/10: MissingCompileTimeError | 101 type_variable_conflict2_test/10: MissingCompileTimeError |
100 | 102 |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 | 354 |
353 # dartk: precompilation failures | 355 # dartk: precompilation failures |
354 [ $compiler == dartkp && $runtime == dart_precompiled ] | 356 [ $compiler == dartkp && $runtime == dart_precompiled ] |
355 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 | 357 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 |
356 string_interpolation7_test: RuntimeError # Dartk Issue 28306 | 358 string_interpolation7_test: RuntimeError # Dartk Issue 28306 |
357 | 359 |
358 # dartk: precompilation failures (debug) | 360 # dartk: precompilation failures (debug) |
359 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 361 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
360 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 362 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
361 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 363 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
OLD | NEW |