| 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 conditional_import_string_test: DartkCompileTimeError | 14 conditional_import_string_test: DartkCompileTimeError |
| 15 conditional_import_test: DartkCompileTimeError | 15 conditional_import_test: DartkCompileTimeError |
| 16 conflicting_type_variable_and_setter_test: DartkCompileTimeError | 16 conflicting_type_variable_and_setter_test: DartkCompileTimeError |
| 17 const_for_in_variable_test/01: MissingCompileTimeError | 17 const_for_in_variable_test/01: MissingCompileTimeError |
| 18 constructor_duplicate_final_test/03: MissingCompileTimeError | 18 constructor_duplicate_final_test/03: MissingCompileTimeError |
| 19 deep_nesting1_negative_test: DartkCrash | 19 deep_nesting1_negative_test: DartkCrash |
| 20 deep_nesting2_negative_test: DartkCrash | 20 deep_nesting2_negative_test: DartkCrash |
| 21 enum_syntax_test/05: MissingCompileTimeError | 21 enum_syntax_test/05: MissingCompileTimeError |
| 22 enum_syntax_test/06: MissingCompileTimeError | 22 enum_syntax_test/06: MissingCompileTimeError |
| 23 external_test/21: MissingCompileTimeError | 23 external_test/21: MissingCompileTimeError |
| 24 external_test/24: MissingCompileTimeError | 24 external_test/24: MissingCompileTimeError |
| 25 external_test/25: MissingCompileTimeError | 25 external_test/25: MissingCompileTimeError |
| 26 final_syntax_test/01: MissingCompileTimeError | 26 final_syntax_test/01: MissingCompileTimeError |
| 27 final_syntax_test/02: MissingCompileTimeError | 27 final_syntax_test/02: MissingCompileTimeError |
| 28 final_syntax_test/03: MissingCompileTimeError | 28 final_syntax_test/03: MissingCompileTimeError |
| 29 final_syntax_test/04: MissingCompileTimeError | 29 final_syntax_test/04: MissingCompileTimeError |
| 30 generic_local_functions_test: DartkCompileTimeError # Issue 28515 |
| 31 generic_methods_generic_function_parameter_test: DartkCompileTimeError # Issue 2
8515 |
| 30 metadata_test: DartkCompileTimeError | 32 metadata_test: DartkCompileTimeError |
| 31 multiline_newline_test/01: DartkCompileTimeError | 33 multiline_newline_test/01: DartkCompileTimeError |
| 32 multiline_newline_test/02: DartkCompileTimeError | 34 multiline_newline_test/02: DartkCompileTimeError |
| 33 multiline_newline_test/03: DartkCompileTimeError | 35 multiline_newline_test/03: DartkCompileTimeError |
| 34 multiline_newline_test/04: MissingCompileTimeError | 36 multiline_newline_test/04: MissingCompileTimeError |
| 35 multiline_newline_test/05: MissingCompileTimeError | 37 multiline_newline_test/05: MissingCompileTimeError |
| 36 multiline_newline_test/06: MissingCompileTimeError | 38 multiline_newline_test/06: MissingCompileTimeError |
| 37 not_enough_positional_arguments_test/01: DartkCompileTimeError | 39 not_enough_positional_arguments_test/01: DartkCompileTimeError |
| 38 regress_27617_test/1: MissingCompileTimeError | 40 regress_27617_test/1: MissingCompileTimeError |
| 39 type_variable_conflict2_test/02: MissingCompileTimeError | 41 type_variable_conflict2_test/02: MissingCompileTimeError |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 named_parameters_type_test/03: Crash | 258 named_parameters_type_test/03: Crash |
| 257 positional_parameters_type_test/01: Crash | 259 positional_parameters_type_test/01: Crash |
| 258 positional_parameters_type_test/02: Crash | 260 positional_parameters_type_test/02: Crash |
| 259 type_checks_in_factory_method_test: Crash | 261 type_checks_in_factory_method_test: Crash |
| 260 vm/regress_27671_test: Crash | 262 vm/regress_27671_test: Crash |
| 261 vm/type_vm_test: Crash | 263 vm/type_vm_test: Crash |
| 262 | 264 |
| 263 # Triaged checked mode failures | 265 # Triaged checked mode failures |
| 264 [ ($compiler == dartk || $compiler == dartkp) && $checked ] | 266 [ ($compiler == dartk || $compiler == dartkp) && $checked ] |
| 265 language/regress_22728_test: Fail # Dartk Issue 28498 | 267 language/regress_22728_test: Fail # Dartk Issue 28498 |
| OLD | NEW |