| 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 vm/regress_27671_test: RuntimeError | 227 vm/regress_27671_test: RuntimeError |
| 228 | 228 |
| 229 # New failures after respecting VMOptions in test files | 229 # New failures after respecting VMOptions in test files |
| 230 [ $compiler == dartk && $runtime == vm && $mode == debug] | 230 [ $compiler == dartk && $runtime == vm && $mode == debug] |
| 231 hello_dart_test: Crash # error: expected: cls.is_type_finalized() | 231 hello_dart_test: Crash # error: expected: cls.is_type_finalized() |
| 232 | 232 |
| 233 # New failures after respecting VMOptions in test files | 233 # New failures after respecting VMOptions in test files |
| 234 [ $compiler == dartk && $runtime == vm ] | 234 [ $compiler == dartk && $runtime == vm ] |
| 235 hello_dart_test: CompileTimeError # VMOptions=--compile-all causes us to hit "n
ative function VMServiceIO_Shutdown cannot be resolved" | 235 hello_dart_test: CompileTimeError # VMOptions=--compile-all causes us to hit "n
ative function VMServiceIO_Shutdown cannot be resolved" |
| 236 ct_const2_test: Pass, CompileTimeError # VMOptions=--compile-all causes us to h
it "native function VMServiceIO_Shutdown cannot be resolved" | 236 ct_const2_test: Pass, CompileTimeError # VMOptions=--compile-all causes us to h
it "native function VMServiceIO_Shutdown cannot be resolved" |
| 237 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert "
kind() != RawScript::kKernelTag". Issue 28790 |
| 237 | 238 |
| 238 # Failures during Gardening shift: To be triaged! | 239 # Failures during Gardening shift: To be triaged! |
| 239 [ $compiler == dartk || $compiler == dartkp ] | 240 [ $compiler == dartk || $compiler == dartkp ] |
| 240 runtime_type_function_test: RuntimeError | 241 runtime_type_function_test: RuntimeError |
| 241 | 242 |
| 242 [ $compiler == dartkp ] | 243 [ $compiler == dartkp ] |
| 243 bad_raw_string_test/none: Skip # Issue 28680 | 244 bad_raw_string_test/none: Skip # Issue 28680 |
| 244 bad_raw_string_test/03: Skip # Issue 28680 | 245 bad_raw_string_test/03: Skip # Issue 28680 |
| 245 | 246 |
| 246 # Triaged checked mode failures | 247 # Triaged checked mode failures |
| 247 [ ($compiler == dartk || $compiler == dartkp) && $checked ] | 248 [ ($compiler == dartk || $compiler == dartkp) && $checked ] |
| 248 language/regress_22728_test: Fail # Dartk Issue 28498 | 249 language/regress_22728_test: Fail # Dartk Issue 28498 |
| 249 | 250 |
| 250 # Slow (very slow!) during Gardening shift: | 251 # Slow (very slow!) during Gardening shift: |
| 251 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 252 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
| 252 vm/optimized_stacktrace_test: Skip # Issue 28788 | 253 vm/optimized_stacktrace_test: Skip # Issue 28788 |
| OLD | NEW |