| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 vm/regress_28325_test: RuntimeError # Issue 28055. | 91 vm/regress_28325_test: RuntimeError # Issue 28055. |
| 92 covariant_test/none: CompileTimeError # Issue 28166 | 92 covariant_test/none: CompileTimeError # Issue 28166 |
| 93 covariant_override_test: Crash # Issue 28166 | 93 covariant_override_test: DartkCrash # Issue 28166 |
| 94 | 94 |
| 95 # dartk: JIT failures | 95 # dartk: JIT failures |
| 96 [ $compiler == dartk && $runtime == vm ] | 96 [ $compiler == dartk && $runtime == vm ] |
| 97 config_import_corelib_test: RuntimeError | 97 config_import_corelib_test: RuntimeError |
| 98 enum_syntax_test/05: MissingCompileTimeError | 98 enum_syntax_test/05: MissingCompileTimeError |
| 99 reify_typevar_static_test/00: MissingCompileTimeError | 99 reify_typevar_static_test/00: MissingCompileTimeError |
| 100 type_variable_conflict2_test/06: MissingCompileTimeError | 100 type_variable_conflict2_test/06: MissingCompileTimeError |
| 101 type_variable_conflict2_test/08: MissingCompileTimeError | 101 type_variable_conflict2_test/08: MissingCompileTimeError |
| 102 type_variable_conflict2_test/10: MissingCompileTimeError | 102 type_variable_conflict2_test/10: MissingCompileTimeError |
| 103 | 103 |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 | 355 |
| 356 # dartk: precompilation failures | 356 # dartk: precompilation failures |
| 357 [ $compiler == dartkp && $runtime == dart_precompiled ] | 357 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 358 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 | 358 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 |
| 359 string_interpolation7_test: RuntimeError # Dartk Issue 28306 | 359 string_interpolation7_test: RuntimeError # Dartk Issue 28306 |
| 360 | 360 |
| 361 # dartk: precompilation failures (debug) | 361 # dartk: precompilation failures (debug) |
| 362 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 362 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 363 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 363 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 364 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 364 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |