| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 covariant_test/42: DartkCompileTimeError # 28166 | 65 covariant_test/42: DartkCompileTimeError # 28166 |
| 66 covariant_test/46: MissingCompileTimeError # 28166 | 66 covariant_test/46: MissingCompileTimeError # 28166 |
| 67 covariant_test/46b: MissingCompileTimeError # 28166 | 67 covariant_test/46b: MissingCompileTimeError # 28166 |
| 68 covariant_test/47: MissingCompileTimeError # 28166 | 68 covariant_test/47: MissingCompileTimeError # 28166 |
| 69 covariant_test/51: MissingCompileTimeError # 28166 | 69 covariant_test/51: MissingCompileTimeError # 28166 |
| 70 covariant_test/52: DartkCompileTimeError # 28166 | 70 covariant_test/52: DartkCompileTimeError # 28166 |
| 71 covariant_test/54: DartkCompileTimeError # 28166 | 71 covariant_test/54: DartkCompileTimeError # 28166 |
| 72 covariant_test/55: MissingCompileTimeError # 28166 | 72 covariant_test/55: MissingCompileTimeError # 28166 |
| 73 covariant_test/56: DartkCompileTimeError # 28166 | 73 covariant_test/56: DartkCompileTimeError # 28166 |
| 74 covariant_override_test: DartkCrash # Issue 28166 | 74 covariant_override_test: DartkCrash # Issue 28166 |
| 75 generalized_function_type_test: DartkCompileTimeError # Issue 27966 | |
| 76 generic_function_typedef2_test/04: DartkCompileTimeError # Issue 27966 | |
| 77 generic_function_typedef2_test/none: DartkCompileTimeError # Issue 27966 | |
| 78 generic_function_typedef_test: DartkCompileTimeError # Issue 27966 | |
| 79 | 75 |
| 80 # dartk: temporary failure | 76 # dartk: temporary failure |
| 81 mixin_illegal_syntax_test/00: DartkCrash | 77 mixin_illegal_syntax_test/00: DartkCrash |
| 82 | 78 |
| 83 # dartk: JIT failures | 79 # dartk: JIT failures |
| 84 [ $compiler == dartk && $runtime == vm ] | 80 [ $compiler == dartk && $runtime == vm ] |
| 85 config_import_corelib_test: RuntimeError | 81 config_import_corelib_test: RuntimeError |
| 86 enum_syntax_test/05: MissingCompileTimeError | 82 enum_syntax_test/05: MissingCompileTimeError |
| 87 reify_typevar_static_test/00: MissingCompileTimeError | 83 reify_typevar_static_test/00: MissingCompileTimeError |
| 88 type_variable_conflict2_test/06: MissingCompileTimeError | 84 type_variable_conflict2_test/06: MissingCompileTimeError |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 | 256 |
| 261 # dartk: precompilation failures | 257 # dartk: precompilation failures |
| 262 [ $compiler == dartkp && $runtime == dart_precompiled ] | 258 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 263 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 | 259 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 |
| 264 string_interpolation7_test: RuntimeError # Dartk Issue 28306 | 260 string_interpolation7_test: RuntimeError # Dartk Issue 28306 |
| 265 | 261 |
| 266 # dartk: precompilation failures (debug) | 262 # dartk: precompilation failures (debug) |
| 267 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 263 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 268 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 264 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 269 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 265 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |