| 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 redirecting_factory_reflection_test: RuntimeError | 249 redirecting_factory_reflection_test: RuntimeError |
| 250 | 250 |
| 251 # dartk: JIT failures (debug) | 251 # dartk: JIT failures (debug) |
| 252 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 252 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
| 253 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 | 253 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 |
| 254 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 254 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 255 | 255 |
| 256 # dartk: precompilation failures | 256 # dartk: precompilation failures |
| 257 [ $compiler == dartkp && $runtime == dart_precompiled ] | 257 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 258 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 | 258 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 |
| 259 string_interpolation7_test: RuntimeError # Dartk Issue 28306 | |
| 260 | 259 |
| 261 # dartk: precompilation failures (debug) | 260 # dartk: precompilation failures (debug) |
| 262 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 261 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 263 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 262 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 264 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 263 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |