| 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 25 matching lines...) Expand all Loading... |
| 36 multiline_newline_test/04: MissingCompileTimeError | 36 multiline_newline_test/04: MissingCompileTimeError |
| 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 | 47 |
| 47 # dartk: JIT failures | 48 # dartk: JIT failures |
| 48 [ $compiler == dartk && $runtime == vm ] | 49 [ $compiler == dartk && $runtime == vm ] |
| 49 config_import_corelib_test: RuntimeError | 50 config_import_corelib_test: RuntimeError |
| 50 type_variable_conflict2_test/02: MissingCompileTimeError | |
| 51 | 51 |
| 52 # dartk: precompilation failures | 52 # dartk: precompilation failures |
| 53 [ $compiler == dartkp && $runtime == dart_precompiled ] | 53 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 54 config_import_corelib_test: RuntimeError | 54 config_import_corelib_test: RuntimeError |
| 55 mixin_illegal_syntax_test/00: DartkCrash |
| 56 not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590 |
| 55 | 57 |
| 56 ############################################################################### | 58 ############################################################################### |
| 57 # VM Entries | 59 # VM Entries |
| 58 ############################################################################### | 60 ############################################################################### |
| 59 | 61 |
| 60 # dartk: Shared JIT & Precompilation failures | 62 # dartk: Shared JIT & Precompilation failures |
| 61 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime ==
dart_precompiled) ] | 63 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime ==
dart_precompiled) ] |
| 62 accessor_conflict_export2_test: RuntimeError | 64 accessor_conflict_export2_test: RuntimeError |
| 63 accessor_conflict_export_test: RuntimeError | 65 accessor_conflict_export_test: RuntimeError |
| 64 accessor_conflict_import2_test: RuntimeError | 66 accessor_conflict_import2_test: RuntimeError |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 hello_dart_test: CompileTimeError # VMOptions=--compile-all causes us to hit "n
ative function VMServiceIO_Shutdown cannot be resolved" | 228 hello_dart_test: CompileTimeError # VMOptions=--compile-all causes us to hit "n
ative function VMServiceIO_Shutdown cannot be resolved" |
| 227 ct_const2_test: Pass, CompileTimeError # VMOptions=--compile-all causes us to h
it "native function VMServiceIO_Shutdown cannot be resolved" | 229 ct_const2_test: Pass, CompileTimeError # VMOptions=--compile-all causes us to h
it "native function VMServiceIO_Shutdown cannot be resolved" |
| 228 | 230 |
| 229 # Failures during Gardening shift: To be triaged! | 231 # Failures during Gardening shift: To be triaged! |
| 230 [ $compiler == dartk || $compiler == dartkp ] | 232 [ $compiler == dartk || $compiler == dartkp ] |
| 231 runtime_type_function_test: RuntimeError | 233 runtime_type_function_test: RuntimeError |
| 232 | 234 |
| 233 # Triaged checked mode failures | 235 # Triaged checked mode failures |
| 234 [ ($compiler == dartk || $compiler == dartkp) && $checked ] | 236 [ ($compiler == dartk || $compiler == dartkp) && $checked ] |
| 235 language/regress_22728_test: Fail # Dartk Issue 28498 | 237 language/regress_22728_test: Fail # Dartk Issue 28498 |
| OLD | NEW |