| 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 |
| 11 ############################################################################### | 11 ############################################################################### |
| 12 | 12 |
| 13 [ $compiler == dartk || $compiler == dartkp ] | 13 [ $compiler == dartk || $compiler == dartkp ] |
| 14 bad_constructor_test/05: DartkCompileTimeError | |
| 15 conditional_import_string_test: DartkCompileTimeError | 14 conditional_import_string_test: DartkCompileTimeError |
| 16 conditional_import_test: DartkCompileTimeError | 15 conditional_import_test: DartkCompileTimeError |
| 17 conflicting_type_variable_and_setter_test: DartkCompileTimeError | 16 conflicting_type_variable_and_setter_test: DartkCompileTimeError |
| 18 const_for_in_variable_test/01: MissingCompileTimeError | 17 const_for_in_variable_test/01: MissingCompileTimeError |
| 19 constructor_duplicate_final_test/03: MissingCompileTimeError | 18 constructor_duplicate_final_test/03: MissingCompileTimeError |
| 20 deep_nesting1_negative_test: DartkCrash | 19 deep_nesting1_negative_test: DartkCrash |
| 21 deep_nesting2_negative_test: DartkCrash | 20 deep_nesting2_negative_test: DartkCrash |
| 22 enum_syntax_test/06: MissingCompileTimeError | 21 enum_syntax_test/06: MissingCompileTimeError |
| 23 external_test/21: MissingCompileTimeError | 22 external_test/21: MissingCompileTimeError |
| 24 external_test/24: MissingCompileTimeError | 23 external_test/24: MissingCompileTimeError |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 | 255 |
| 257 # dartk: precompilation failures | 256 # dartk: precompilation failures |
| 258 [ $compiler == dartkp && $runtime == dart_precompiled ] | 257 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 259 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 | 258 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 |
| 260 string_interpolation7_test: RuntimeError # Dartk Issue 28306 | 259 string_interpolation7_test: RuntimeError # Dartk Issue 28306 |
| 261 | 260 |
| 262 # dartk: precompilation failures (debug) | 261 # dartk: precompilation failures (debug) |
| 263 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 262 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 264 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 263 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 265 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 264 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |