| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 | 112 |
| 113 # dartk: Shared JIT & Precompilation failures | 113 # dartk: Shared JIT & Precompilation failures |
| 114 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime ==
dart_precompiled) ] | 114 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime ==
dart_precompiled) ] |
| 115 accessor_conflict_export2_test: RuntimeError | 115 accessor_conflict_export2_test: RuntimeError |
| 116 accessor_conflict_export_test: RuntimeError | 116 accessor_conflict_export_test: RuntimeError |
| 117 accessor_conflict_import2_test: RuntimeError | 117 accessor_conflict_import2_test: RuntimeError |
| 118 accessor_conflict_import_prefixed2_test: RuntimeError | 118 accessor_conflict_import_prefixed2_test: RuntimeError |
| 119 accessor_conflict_import_prefixed_test: RuntimeError | 119 accessor_conflict_import_prefixed_test: RuntimeError |
| 120 accessor_conflict_import_test: RuntimeError | 120 accessor_conflict_import_test: RuntimeError |
| 121 assertion_test: RuntimeError | 121 assertion_test: RuntimeError |
| 122 async_await_test: Crash, RuntimeError | |
| 123 async_star_cancel_and_throw_in_finally_test: RuntimeError | |
| 124 async_star_cancel_while_paused_test: RuntimeError | |
| 125 async_star_pause_test: Crash, RuntimeError | |
| 126 async_star_regression_fisk_test: Timeout | |
| 127 async_star_stream_take_test: Timeout | |
| 128 async_star_take_reyield_test: Timeout | |
| 129 async_star_test: Crash, Timeout | |
| 130 asyncstar_throw_in_catch_test: Timeout | |
| 131 asyncstar_yield_test: Timeout | |
| 132 asyncstar_yieldstar_test: Timeout | |
| 133 bad_raw_string_negative_test: Fail | 122 bad_raw_string_negative_test: Fail |
| 134 cha_deopt1_test: RuntimeError | 123 cha_deopt1_test: RuntimeError |
| 135 cha_deopt2_test: RuntimeError | 124 cha_deopt2_test: RuntimeError |
| 136 cha_deopt3_test: RuntimeError | 125 cha_deopt3_test: RuntimeError |
| 137 closure_type_variable_test: RuntimeError | 126 closure_type_variable_test: RuntimeError |
| 138 closures_initializer_test: RuntimeError | 127 closures_initializer_test: RuntimeError |
| 139 compile_time_constant12_test: Crash | 128 compile_time_constant12_test: Crash |
| 140 compile_time_constant_k_test/01: RuntimeError | 129 compile_time_constant_k_test/01: RuntimeError |
| 141 compile_time_constant_k_test/02: RuntimeError | 130 compile_time_constant_k_test/02: RuntimeError |
| 142 compile_time_constant_k_test/03: RuntimeError | 131 compile_time_constant_k_test/03: RuntimeError |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 regress_r24720_test: RuntimeError | 308 regress_r24720_test: RuntimeError |
| 320 regress_28278_test: RuntimeError | 309 regress_28278_test: RuntimeError |
| 321 reify_typevar_test: RuntimeError | 310 reify_typevar_test: RuntimeError |
| 322 script1_negative_test: Fail | 311 script1_negative_test: Fail |
| 323 script2_negative_test: Fail | 312 script2_negative_test: Fail |
| 324 setter_no_getter_call_test/none: RuntimeError | 313 setter_no_getter_call_test/none: RuntimeError |
| 325 static_setter_get_test/01: RuntimeError | 314 static_setter_get_test/01: RuntimeError |
| 326 super_test: RuntimeError | 315 super_test: RuntimeError |
| 327 switch7_negative_test: Fail | 316 switch7_negative_test: Fail |
| 328 switch_try_catch_test: RuntimeError | 317 switch_try_catch_test: RuntimeError |
| 329 sync_generator3_test/test2: RuntimeError | |
| 330 try_catch_on_syntax_test/10: MissingRuntimeError | 318 try_catch_on_syntax_test/10: MissingRuntimeError |
| 331 try_catch_on_syntax_test/11: MissingRuntimeError | 319 try_catch_on_syntax_test/11: MissingRuntimeError |
| 332 try_finally_regress_25654_test: RuntimeError | 320 try_finally_regress_25654_test: RuntimeError |
| 333 type_checks_in_factory_method_test: RuntimeError | 321 type_checks_in_factory_method_test: RuntimeError |
| 334 type_parameter_literal_test: RuntimeError | 322 type_parameter_literal_test: RuntimeError |
| 335 type_variable_function_type_test: RuntimeError | 323 type_variable_function_type_test: RuntimeError |
| 336 vm/type_cast_vm_test: RuntimeError | 324 vm/type_cast_vm_test: RuntimeError |
| 337 vm/type_vm_test: RuntimeError | 325 vm/type_vm_test: RuntimeError |
| 338 | 326 |
| 339 # dartk: JIT failures | 327 # dartk: JIT failures |
| 340 [ $compiler == dartk && $runtime == vm ] | 328 [ $compiler == dartk && $runtime == vm ] |
| 341 const_evaluation_test/01: RuntimeError | 329 const_evaluation_test/01: RuntimeError |
| 342 const_locals_test: RuntimeError | 330 const_locals_test: RuntimeError |
| 343 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 331 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 344 const_string_test: RuntimeError # Dartk Issue 28306 | 332 const_string_test: RuntimeError # Dartk Issue 28306 |
| 345 instance_creation_in_function_annotation_test: RuntimeError | 333 instance_creation_in_function_annotation_test: RuntimeError |
| 346 library_env_test/has_no_mirror_support: RuntimeError | 334 library_env_test/has_no_mirror_support: RuntimeError |
| 347 redirecting_factory_reflection_test: RuntimeError | 335 redirecting_factory_reflection_test: RuntimeError |
| 348 | 336 |
| 349 # dartk: JIT failures (debug) | 337 # dartk: JIT failures (debug) |
| 350 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 338 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
| 351 async_star_regression_fisk_test: Crash # Stack mismatch during expression trans
lation. | |
| 352 async_star_test: Crash # Stack mismatch during expression translation. | |
| 353 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 | 339 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 |
| 354 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 340 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 355 | 341 |
| 356 # dartk: precompilation failures | 342 # dartk: precompilation failures |
| 357 [ $compiler == dartkp && $runtime == dart_precompiled ] | 343 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 358 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 | 344 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 |
| 359 string_interpolation7_test: RuntimeError # Dartk Issue 28306 | 345 string_interpolation7_test: RuntimeError # Dartk Issue 28306 |
| 360 | 346 |
| 361 # dartk: precompilation failures (debug) | 347 # dartk: precompilation failures (debug) |
| 362 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 348 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 363 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 349 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 364 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 350 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |