| 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 ] | 6 [ $compiler == dartk || $compiler == dartkp ] |
| 7 large_class_declaration_test: Skip | 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 |
| 8 large_implicit_getter_test: Skip | |
| 9 larger_implicit_getter_test: Skip | |
| 10 | 8 |
| 11 ############################################################################### | 9 ############################################################################### |
| 12 # Dartk Entries | 10 # Dartk Entries |
| 13 ############################################################################### | 11 ############################################################################### |
| 14 | 12 |
| 15 [ $compiler == dartk || $compiler == dartkp ] | 13 [ $compiler == dartk || $compiler == dartkp ] |
| 16 bad_constructor_test/05: DartkCompileTimeError | 14 bad_constructor_test/05: DartkCompileTimeError |
| 17 conditional_import_string_test: DartkCompileTimeError | 15 conditional_import_string_test: DartkCompileTimeError |
| 18 conditional_import_test: DartkCompileTimeError | 16 conditional_import_test: DartkCompileTimeError |
| 19 conflicting_type_variable_and_setter_test: DartkCompileTimeError | 17 conflicting_type_variable_and_setter_test: DartkCompileTimeError |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 # dartk: JIT failures (debug) | 346 # dartk: JIT failures (debug) |
| 349 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 347 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
| 350 async_star_regression_fisk_test: Crash # Stack mismatch during expression trans
lation. | 348 async_star_regression_fisk_test: Crash # Stack mismatch during expression trans
lation. |
| 351 async_star_test: Crash # Stack mismatch during expression translation. | 349 async_star_test: Crash # Stack mismatch during expression translation. |
| 352 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 | 350 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 |
| 353 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 351 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 354 | 352 |
| 355 # dartk: precompilation failures | 353 # dartk: precompilation failures |
| 356 [ $compiler == dartkp && $runtime == dart_precompiled ] | 354 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 357 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 | 355 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 |
| 358 large_class_declaration_test: Pass, Slow | |
| 359 string_interpolation7_test: RuntimeError # Dartk Issue 28306 | 356 string_interpolation7_test: RuntimeError # Dartk Issue 28306 |
| 360 | 357 |
| 361 # dartk: precompilation failures (debug) | 358 # dartk: precompilation failures (debug) |
| 362 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 359 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 363 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 360 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 364 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 361 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |