| 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 | 14 bad_constructor_test/05: DartkCompileTimeError |
| 15 conditional_import_string_test: DartkCompileTimeError | 15 conditional_import_string_test: DartkCompileTimeError |
| 16 conditional_import_test: DartkCompileTimeError | 16 conditional_import_test: DartkCompileTimeError |
| 17 conflicting_type_variable_and_setter_test: DartkCompileTimeError | 17 conflicting_type_variable_and_setter_test: DartkCompileTimeError |
| 18 const_for_in_variable_test/01: MissingCompileTimeError | 18 const_for_in_variable_test/01: MissingCompileTimeError |
| 19 constructor_duplicate_final_test/03: MissingCompileTimeError | 19 constructor_duplicate_final_test/03: MissingCompileTimeError |
| 20 covariant_override_test: DartkCrash |
| 20 deep_nesting1_negative_test: DartkCrash | 21 deep_nesting1_negative_test: DartkCrash |
| 21 deep_nesting2_negative_test: DartkCrash | 22 deep_nesting2_negative_test: DartkCrash |
| 22 deferred_closurize_load_library_test: DartkCrash | 23 deferred_closurize_load_library_test: DartkCrash |
| 23 enum_syntax_test/06: MissingCompileTimeError | 24 enum_syntax_test/06: MissingCompileTimeError |
| 24 export_double_same_main_test: DartkCrash | 25 export_double_same_main_test: DartkCrash |
| 25 export_main_test: DartkCrash | 26 export_main_test: DartkCrash |
| 26 external_test/21: MissingCompileTimeError | 27 external_test/21: MissingCompileTimeError |
| 27 external_test/24: MissingCompileTimeError | 28 external_test/24: MissingCompileTimeError |
| 28 external_test/25: MissingCompileTimeError | 29 external_test/25: MissingCompileTimeError |
| 29 final_syntax_test/01: MissingCompileTimeError | 30 final_syntax_test/01: MissingCompileTimeError |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 | 265 |
| 265 # New failures after respecting VMOptions in test files | 266 # New failures after respecting VMOptions in test files |
| 266 [ $compiler == dartk && $runtime == vm && $mode == debug] | 267 [ $compiler == dartk && $runtime == vm && $mode == debug] |
| 267 hello_dart_test: Crash | 268 hello_dart_test: Crash |
| 268 | 269 |
| 269 # New failures after respecting VMOptions in test files | 270 # New failures after respecting VMOptions in test files |
| 270 [ $compiler == dartk && $runtime == vm ] | 271 [ $compiler == dartk && $runtime == vm ] |
| 271 hello_dart_test: CompileTimeError | 272 hello_dart_test: CompileTimeError |
| 272 ct_const2_test: Pass, CompileTimeError # Multitest via multiple VMOptions! | 273 ct_const2_test: Pass, CompileTimeError # Multitest via multiple VMOptions! |
| 273 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! | 274 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! |
| 275 |
| 276 # Failures during Gardening shift: To be triaged! |
| 277 [ $compiler == dartk || $compiler == dartkp ] |
| 278 runtime_type_function_test: RuntimeError |
| 279 |
| 280 # Failures during Gardening shift: To be triaged! |
| 281 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 282 assert_assignable_type_test: Crash |
| 283 assertion_test: Crash |
| 284 assert_with_type_test_or_cast_test: Pass, Crash # Multitest via multiple VMOpti
ons. |
| 285 factory3_test: Crash |
| 286 generic_test: Crash |
| 287 implicit_closure1_test: Crash |
| 288 named_parameters_type_test/01: Crash |
| 289 named_parameters_type_test/02: Crash |
| 290 named_parameters_type_test/03: Crash |
| 291 named_parameters_type_test/none: Crash |
| 292 positional_parameters_type_test/01: Crash |
| 293 positional_parameters_type_test/02: Crash |
| 294 positional_parameters_type_test/none: Crash |
| 295 type_checks_in_factory_method_test: Crash |
| 296 vm/regress_27671_test: Crash |
| 297 vm/type_vm_test: Crash |
| OLD | NEW |