| 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 covariant_override_test: DartkCrash | 19 covariant_override_test: DartkCrash |
| 20 deep_nesting1_negative_test: DartkCrash | 20 deep_nesting1_negative_test: DartkCrash |
| 21 deep_nesting2_negative_test: DartkCrash | 21 deep_nesting2_negative_test: DartkCrash |
| 22 enum_syntax_test/05: MissingCompileTimeError |
| 22 enum_syntax_test/06: MissingCompileTimeError | 23 enum_syntax_test/06: MissingCompileTimeError |
| 23 external_test/21: MissingCompileTimeError | 24 external_test/21: MissingCompileTimeError |
| 24 external_test/24: MissingCompileTimeError | 25 external_test/24: MissingCompileTimeError |
| 25 external_test/25: MissingCompileTimeError | 26 external_test/25: MissingCompileTimeError |
| 26 final_syntax_test/01: MissingCompileTimeError | 27 final_syntax_test/01: MissingCompileTimeError |
| 27 final_syntax_test/02: MissingCompileTimeError | 28 final_syntax_test/02: MissingCompileTimeError |
| 28 final_syntax_test/03: MissingCompileTimeError | 29 final_syntax_test/03: MissingCompileTimeError |
| 29 final_syntax_test/04: MissingCompileTimeError | 30 final_syntax_test/04: MissingCompileTimeError |
| 30 metadata_test: DartkCompileTimeError | 31 metadata_test: DartkCompileTimeError |
| 31 multiline_newline_test/01: DartkCompileTimeError | 32 multiline_newline_test/01: DartkCompileTimeError |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 covariant_test/51: MissingCompileTimeError # 28166 | 64 covariant_test/51: MissingCompileTimeError # 28166 |
| 64 covariant_test/52: DartkCompileTimeError # 28166 | 65 covariant_test/52: DartkCompileTimeError # 28166 |
| 65 covariant_test/54: DartkCompileTimeError # 28166 | 66 covariant_test/54: DartkCompileTimeError # 28166 |
| 66 covariant_test/55: MissingCompileTimeError # 28166 | 67 covariant_test/55: MissingCompileTimeError # 28166 |
| 67 covariant_test/56: DartkCompileTimeError # 28166 | 68 covariant_test/56: DartkCompileTimeError # 28166 |
| 68 covariant_override_test: DartkCompileTimeError # Issue 28166 | 69 covariant_override_test: DartkCompileTimeError # Issue 28166 |
| 69 | 70 |
| 70 # dartk: temporary failure | 71 # dartk: temporary failure |
| 71 mixin_illegal_syntax_test/00: DartkCrash | 72 mixin_illegal_syntax_test/00: DartkCrash |
| 72 | 73 |
| 74 # Passing for the wrong reason |
| 75 language/main_not_a_function_test/01: Pass # Fails if tree shaking is disabled |
| 76 |
| 73 # dartk: JIT failures | 77 # dartk: JIT failures |
| 74 [ $compiler == dartk && $runtime == vm ] | 78 [ $compiler == dartk && $runtime == vm ] |
| 75 config_import_corelib_test: RuntimeError | 79 config_import_corelib_test: RuntimeError |
| 76 enum_syntax_test/05: MissingCompileTimeError | |
| 77 reify_typevar_static_test/00: MissingCompileTimeError | 80 reify_typevar_static_test/00: MissingCompileTimeError |
| 78 type_variable_conflict2_test/06: MissingCompileTimeError | 81 type_variable_conflict2_test/06: MissingCompileTimeError |
| 79 type_variable_conflict2_test/08: MissingCompileTimeError | 82 type_variable_conflict2_test/08: MissingCompileTimeError |
| 80 type_variable_conflict2_test/10: MissingCompileTimeError | 83 type_variable_conflict2_test/10: MissingCompileTimeError |
| 81 | 84 |
| 82 # dartk: precompilation failures | 85 # dartk: precompilation failures |
| 83 [ $compiler == dartkp && $runtime == dart_precompiled ] | 86 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 84 config_import_corelib_test: RuntimeError | 87 config_import_corelib_test: RuntimeError |
| 85 | 88 |
| 86 ############################################################################### | 89 ############################################################################### |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 getter_closure_execution_order_test: RuntimeError | 192 getter_closure_execution_order_test: RuntimeError |
| 190 getter_setter_in_lib_test: RuntimeError | 193 getter_setter_in_lib_test: RuntimeError |
| 191 inferrer_closure_test: RuntimeError | 194 inferrer_closure_test: RuntimeError |
| 192 initializing_formal_final_test: RuntimeError | 195 initializing_formal_final_test: RuntimeError |
| 193 is_not_class2_test: RuntimeError | 196 is_not_class2_test: RuntimeError |
| 194 issue13474_test: RuntimeError | 197 issue13474_test: RuntimeError |
| 195 issue_1751477_test: RuntimeError | 198 issue_1751477_test: RuntimeError |
| 196 library_env_test/has_html_support: RuntimeError | 199 library_env_test/has_html_support: RuntimeError |
| 197 library_env_test/has_no_io_support: RuntimeError | 200 library_env_test/has_no_io_support: RuntimeError |
| 198 list_literal4_test: RuntimeError | 201 list_literal4_test: RuntimeError |
| 199 main_not_a_function_test/01: Crash | |
| 200 malformed_test/none: RuntimeError | 202 malformed_test/none: RuntimeError |
| 201 map_literal3_test: RuntimeError | 203 map_literal3_test: RuntimeError |
| 202 map_literal4_test: RuntimeError # Checked Mode Issue | 204 map_literal4_test: RuntimeError # Checked Mode Issue |
| 203 map_literal6_test: RuntimeError | 205 map_literal6_test: RuntimeError |
| 204 method_override_test: RuntimeError | 206 method_override_test: RuntimeError |
| 205 mixin_type_parameters_super_extends_test: RuntimeError | 207 mixin_type_parameters_super_extends_test: RuntimeError |
| 206 mixin_type_parameters_super_test: RuntimeError | 208 mixin_type_parameters_super_test: RuntimeError |
| 207 multiline_newline_test/none: RuntimeError | 209 multiline_newline_test/none: RuntimeError |
| 208 named_parameters_type_test/01: MissingRuntimeError | 210 named_parameters_type_test/01: MissingRuntimeError |
| 209 named_parameters_type_test/02: MissingRuntimeError | 211 named_parameters_type_test/02: MissingRuntimeError |
| (...skipping 20 matching lines...) Expand all Loading... |
| 230 type_variable_function_type_test: RuntimeError | 232 type_variable_function_type_test: RuntimeError |
| 231 vm/type_cast_vm_test: RuntimeError | 233 vm/type_cast_vm_test: RuntimeError |
| 232 vm/type_vm_test: RuntimeError | 234 vm/type_vm_test: RuntimeError |
| 233 | 235 |
| 234 # dartk: JIT failures | 236 # dartk: JIT failures |
| 235 [ $compiler == dartk && $runtime == vm ] | 237 [ $compiler == dartk && $runtime == vm ] |
| 236 const_locals_test: RuntimeError | 238 const_locals_test: RuntimeError |
| 237 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 239 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 238 const_string_test: RuntimeError # Dartk Issue 28306 | 240 const_string_test: RuntimeError # Dartk Issue 28306 |
| 239 library_env_test/has_no_mirror_support: RuntimeError | 241 library_env_test/has_no_mirror_support: RuntimeError |
| 240 main_not_a_function_test/01: Crash | |
| 241 redirecting_factory_reflection_test: RuntimeError | 242 redirecting_factory_reflection_test: RuntimeError |
| 242 | 243 |
| 243 # dartk: JIT failures (debug) | 244 # dartk: JIT failures (debug) |
| 244 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 245 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
| 245 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 | 246 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 |
| 246 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 247 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 247 | 248 |
| 248 # dartk: precompilation failures | 249 # dartk: precompilation failures |
| 249 [ $compiler == dartkp && $runtime == dart_precompiled ] | 250 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 250 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 | 251 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 279 named_parameters_type_test/01: Crash | 280 named_parameters_type_test/01: Crash |
| 280 named_parameters_type_test/02: Crash | 281 named_parameters_type_test/02: Crash |
| 281 named_parameters_type_test/03: Crash | 282 named_parameters_type_test/03: Crash |
| 282 positional_parameters_type_test/01: Crash | 283 positional_parameters_type_test/01: Crash |
| 283 positional_parameters_type_test/02: Crash | 284 positional_parameters_type_test/02: Crash |
| 284 type_checks_in_factory_method_test: Crash | 285 type_checks_in_factory_method_test: Crash |
| 285 vm/regress_27671_test: Crash | 286 vm/regress_27671_test: Crash |
| 286 vm/type_vm_test: Crash | 287 vm/type_vm_test: Crash |
| 287 | 288 |
| 288 [ $compiler == dartk || $compiler == dartkp ] | 289 [ $compiler == dartk || $compiler == dartkp ] |
| 289 vm/async_await_catch_stacktrace_test: RuntimeError # Issue 28446 | 290 vm/async_await_catch_stacktrace_test: RuntimeError # Issue 28446 |
| OLD | NEW |