| 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_raw_string_test/03: MissingCompileTimeError |
| 14 conditional_import_string_test: CompileTimeError | 15 conditional_import_string_test: CompileTimeError |
| 15 conditional_import_test: CompileTimeError | 16 conditional_import_test: CompileTimeError |
| 16 conflicting_type_variable_and_setter_test: CompileTimeError | 17 conflicting_type_variable_and_setter_test: CompileTimeError |
| 17 const_for_in_variable_test/01: MissingCompileTimeError | 18 const_for_in_variable_test/01: MissingCompileTimeError |
| 18 constructor_duplicate_final_test/03: MissingCompileTimeError | 19 constructor_duplicate_final_test/03: MissingCompileTimeError |
| 19 deep_nesting1_negative_test: DartkCrash | 20 deep_nesting1_negative_test: DartkCrash |
| 20 deep_nesting2_negative_test: DartkCrash | 21 deep_nesting2_negative_test: DartkCrash |
| 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: CompileTimeError # Issue 28515 | 30 generic_local_functions_test: CompileTimeError # Issue 28515 |
| 31 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 | 31 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 |
| 32 main_not_a_function_test/01: Pass # Fails if tree shaking is disabled |
| 32 metadata_test: CompileTimeError | 33 metadata_test: CompileTimeError |
| 34 mixin_illegal_syntax_test/00: DartkCrash |
| 33 multiline_newline_test/01: CompileTimeError | 35 multiline_newline_test/01: CompileTimeError |
| 34 multiline_newline_test/02: CompileTimeError | 36 multiline_newline_test/02: CompileTimeError |
| 35 multiline_newline_test/03: CompileTimeError | 37 multiline_newline_test/03: CompileTimeError |
| 36 multiline_newline_test/04: MissingCompileTimeError | 38 multiline_newline_test/04: MissingCompileTimeError |
| 37 multiline_newline_test/05: MissingCompileTimeError | 39 multiline_newline_test/05: MissingCompileTimeError |
| 38 multiline_newline_test/06: MissingCompileTimeError | 40 multiline_newline_test/06: MissingCompileTimeError |
| 39 regress_27617_test/1: MissingCompileTimeError | 41 regress_27617_test/1: MissingCompileTimeError |
| 40 vm/regress_28325_test: RuntimeError # Issue 28055. | 42 type_variable_conflict2_test/02: MissingCompileTimeError |
| 41 vm/debug_break_enabled_vm_test/01: CompileTimeError | 43 vm/debug_break_enabled_vm_test/01: CompileTimeError |
| 42 vm/debug_break_enabled_vm_test/none: CompileTimeError | 44 vm/debug_break_enabled_vm_test/none: CompileTimeError |
| 43 vm/reflect_core_vm_test: CompileTimeError | 45 vm/reflect_core_vm_test: CompileTimeError |
| 44 vm/regress_27201_test: CompileTimeError | 46 vm/regress_27201_test: CompileTimeError |
| 45 main_not_a_function_test/01: Pass # Fails if tree shaking is disabled | 47 vm/regress_28325_test: RuntimeError # Issue 28055. |
| 46 type_variable_conflict2_test/02: MissingCompileTimeError | |
| 47 | 48 |
| 48 # dartk: JIT failures | 49 # dartk: JIT failures |
| 49 [ $compiler == dartk && $runtime == vm ] | 50 [ $compiler == dartk && $runtime == vm ] |
| 50 config_import_corelib_test: RuntimeError | 51 config_import_corelib_test: RuntimeError |
| 51 | 52 |
| 52 # dartk: precompilation failures | 53 # dartk: precompilation failures |
| 53 [ $compiler == dartkp && $runtime == dart_precompiled ] | 54 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 54 config_import_corelib_test: RuntimeError | 55 config_import_corelib_test: RuntimeError |
| 55 mixin_illegal_syntax_test/00: DartkCrash | |
| 56 not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590 | 56 not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590 |
| 57 | 57 |
| 58 ############################################################################### | 58 ############################################################################### |
| 59 # VM Entries | 59 # VM Entries |
| 60 ############################################################################### | 60 ############################################################################### |
| 61 | 61 |
| 62 # dartk: Shared JIT & Precompilation failures | 62 # dartk: Shared JIT & Precompilation failures |
| 63 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime ==
dart_precompiled) ] | 63 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime ==
dart_precompiled) ] |
| 64 accessor_conflict_export2_test: RuntimeError | 64 accessor_conflict_export2_test: RuntimeError |
| 65 accessor_conflict_export_test: RuntimeError | 65 accessor_conflict_export_test: RuntimeError |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 | 191 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 |
| 192 type_variable_function_type_test: RuntimeError | 192 type_variable_function_type_test: RuntimeError |
| 193 vm/type_cast_vm_test: RuntimeError | 193 vm/type_cast_vm_test: RuntimeError |
| 194 vm/type_vm_test: RuntimeError | 194 vm/type_vm_test: RuntimeError |
| 195 | 195 |
| 196 # dartk: JIT failures | 196 # dartk: JIT failures |
| 197 [ $compiler == dartk && $runtime == vm ] | 197 [ $compiler == dartk && $runtime == vm ] |
| 198 const_locals_test: RuntimeError | 198 const_locals_test: RuntimeError |
| 199 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 199 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 200 const_string_test: RuntimeError # Dartk Issue 28306 | 200 const_string_test: RuntimeError # Dartk Issue 28306 |
| 201 deferred_regression_28678_test: RuntimeError |
| 201 library_env_test/has_no_mirror_support: RuntimeError | 202 library_env_test/has_no_mirror_support: RuntimeError |
| 203 main_not_a_function_test/01: Crash |
| 202 redirecting_factory_reflection_test: RuntimeError | 204 redirecting_factory_reflection_test: RuntimeError |
| 205 vm/causal_async_exception_stack_test: RuntimeError |
| 203 | 206 |
| 204 # dartk: JIT failures (debug) | 207 # dartk: JIT failures (debug) |
| 205 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 208 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
| 206 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 | 209 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 |
| 207 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 210 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 208 | 211 |
| 209 # dartk: precompilation failures | 212 # dartk: precompilation failures |
| 210 [ $compiler == dartkp && $runtime == dart_precompiled ] | 213 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 211 deferred_regression_28678_test: RuntimeError # Issue 28335 | 214 deferred_regression_28678_test: RuntimeError # Issue 28335 |
| 215 enum_syntax_test/05: MissingCompileTimeError |
| 212 | 216 |
| 213 # dartk: precompilation failures (debug) | 217 # dartk: precompilation failures (debug) |
| 214 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 218 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 215 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 219 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 216 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 220 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 217 | 221 |
| 218 # New failures after respecting VMOptions in test files | 222 # New failures after respecting VMOptions in test files |
| 219 [ $compiler == dartk || $compiler == dartkp ] | 223 [ $compiler == dartk || $compiler == dartkp ] |
| 220 vm/regress_27671_test: RuntimeError | 224 vm/regress_27671_test: RuntimeError |
| 221 | 225 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 232 [ $compiler == dartk || $compiler == dartkp ] | 236 [ $compiler == dartk || $compiler == dartkp ] |
| 233 runtime_type_function_test: RuntimeError | 237 runtime_type_function_test: RuntimeError |
| 234 | 238 |
| 235 [ $compiler == dartkp ] | 239 [ $compiler == dartkp ] |
| 236 bad_raw_string_test/none: Skip # Issue 28680 | 240 bad_raw_string_test/none: Skip # Issue 28680 |
| 237 bad_raw_string_test/03: Skip # Issue 28680 | 241 bad_raw_string_test/03: Skip # Issue 28680 |
| 238 | 242 |
| 239 # Triaged checked mode failures | 243 # Triaged checked mode failures |
| 240 [ ($compiler == dartk || $compiler == dartkp) && $checked ] | 244 [ ($compiler == dartk || $compiler == dartkp) && $checked ] |
| 241 language/regress_22728_test: Fail # Dartk Issue 28498 | 245 language/regress_22728_test: Fail # Dartk Issue 28498 |
| OLD | NEW |