| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 | 195 |
| 196 # dartk: JIT failures | 196 # dartk: JIT failures |
| 197 [ $compiler == dartk && $runtime == vm ] | 197 [ $compiler == dartk && $runtime == vm ] |
| 198 const_locals_test: RuntimeError | 198 const_locals_test: RuntimeError |
| 199 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 199 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 200 const_string_test: RuntimeError # Dartk Issue 28306 | 200 const_string_test: RuntimeError # Dartk Issue 28306 |
| 201 deferred_regression_28678_test: RuntimeError | 201 deferred_regression_28678_test: RuntimeError |
| 202 library_env_test/has_no_mirror_support: RuntimeError | 202 library_env_test/has_no_mirror_support: RuntimeError |
| 203 main_not_a_function_test/01: Crash | 203 main_not_a_function_test/01: Crash |
| 204 redirecting_factory_reflection_test: RuntimeError | 204 redirecting_factory_reflection_test: RuntimeError |
| 205 |
| 206 # Casual async stack traces are not implemented for Kernel. |
| 205 vm/causal_async_exception_stack_test: RuntimeError | 207 vm/causal_async_exception_stack_test: RuntimeError |
| 208 vm/causal_async_exception_stack2_test: RuntimeError |
| 206 | 209 |
| 207 # dartk: JIT failures (debug) | 210 # dartk: JIT failures (debug) |
| 208 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 211 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
| 209 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 | 212 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 |
| 210 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 213 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 211 | 214 |
| 212 # dartk: precompilation failures | 215 # dartk: precompilation failures |
| 213 [ $compiler == dartkp && $runtime == dart_precompiled ] | 216 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 214 deferred_regression_28678_test: RuntimeError # Issue 28335 | 217 deferred_regression_28678_test: RuntimeError # Issue 28335 |
| 215 enum_syntax_test/05: MissingCompileTimeError | 218 enum_syntax_test/05: MissingCompileTimeError |
| (...skipping 20 matching lines...) Expand all Loading... |
| 236 [ $compiler == dartk || $compiler == dartkp ] | 239 [ $compiler == dartk || $compiler == dartkp ] |
| 237 runtime_type_function_test: RuntimeError | 240 runtime_type_function_test: RuntimeError |
| 238 | 241 |
| 239 [ $compiler == dartkp ] | 242 [ $compiler == dartkp ] |
| 240 bad_raw_string_test/none: Skip # Issue 28680 | 243 bad_raw_string_test/none: Skip # Issue 28680 |
| 241 bad_raw_string_test/03: Skip # Issue 28680 | 244 bad_raw_string_test/03: Skip # Issue 28680 |
| 242 | 245 |
| 243 # Triaged checked mode failures | 246 # Triaged checked mode failures |
| 244 [ ($compiler == dartk || $compiler == dartkp) && $checked ] | 247 [ ($compiler == dartk || $compiler == dartkp) && $checked ] |
| 245 language/regress_22728_test: Fail # Dartk Issue 28498 | 248 language/regress_22728_test: Fail # Dartk Issue 28498 |
| OLD | NEW |