| 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 ] | 6 [ $compiler == dartk ] |
| 7 large_class_declaration_test: Skip | 7 large_class_declaration_test: Skip |
| 8 large_implicit_getter_test: Skip | 8 large_implicit_getter_test: Skip |
| 9 larger_implicit_getter_test: Skip | 9 larger_implicit_getter_test: Skip |
| 10 null_is_bottom_test/22: RuntimeError # Issue 28025 | 10 null_is_bottom_test/22: RuntimeError # Issue 28025 |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 sync_generator3_test/test2: RuntimeError | 340 sync_generator3_test/test2: RuntimeError |
| 341 try_catch_on_syntax_test/10: MissingRuntimeError | 341 try_catch_on_syntax_test/10: MissingRuntimeError |
| 342 try_catch_on_syntax_test/11: MissingRuntimeError | 342 try_catch_on_syntax_test/11: MissingRuntimeError |
| 343 try_finally_regress_25654_test: RuntimeError | 343 try_finally_regress_25654_test: RuntimeError |
| 344 type_checks_in_factory_method_test: RuntimeError | 344 type_checks_in_factory_method_test: RuntimeError |
| 345 type_parameter_literal_test: RuntimeError | 345 type_parameter_literal_test: RuntimeError |
| 346 type_variable_function_type_test: RuntimeError | 346 type_variable_function_type_test: RuntimeError |
| 347 vm/type_cast_vm_test: RuntimeError | 347 vm/type_cast_vm_test: RuntimeError |
| 348 vm/type_vm_test: RuntimeError | 348 vm/type_vm_test: RuntimeError |
| 349 | 349 |
| 350 # Issue 28238. |
| 351 async_await_test : Crash |
| 352 async_star_pause_test: Crash |
| 353 async_star_test : Crash |
| 354 |
| 350 # dartk: JIT failures | 355 # dartk: JIT failures |
| 351 [ $compiler == dartk && $runtime == vm ] | 356 [ $compiler == dartk && $runtime == vm ] |
| 352 const_evaluation_test/01: RuntimeError | 357 const_evaluation_test/01: RuntimeError |
| 353 const_locals_test: RuntimeError | 358 const_locals_test: RuntimeError |
| 354 constructor_named_arguments_test/01: Crash | 359 constructor_named_arguments_test/01: Crash |
| 355 const_string_test: RuntimeError | 360 const_string_test: RuntimeError |
| 356 instance_creation_in_function_annotation_test: RuntimeError | 361 instance_creation_in_function_annotation_test: RuntimeError |
| 357 library_env_test/has_no_mirror_support: RuntimeError | 362 library_env_test/has_no_mirror_support: RuntimeError |
| 358 redirecting_factory_reflection_test: RuntimeError | 363 redirecting_factory_reflection_test: RuntimeError |
| 359 | 364 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 384 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError | 389 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError |
| 385 stacktrace_rethrow_nonerror_test: RuntimeError | 390 stacktrace_rethrow_nonerror_test: RuntimeError |
| 386 stack_trace_test: RuntimeError | 391 stack_trace_test: RuntimeError |
| 387 string_interpolation7_test: RuntimeError | 392 string_interpolation7_test: RuntimeError |
| 388 super_call4_test: RuntimeError | 393 super_call4_test: RuntimeError |
| 389 | 394 |
| 390 # dartk: precompilation failures (debug) | 395 # dartk: precompilation failures (debug) |
| 391 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 396 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 392 constructor_named_arguments_test/01: Crash | 397 constructor_named_arguments_test/01: Crash |
| 393 not_enough_positional_arguments_test/05: Crash | 398 not_enough_positional_arguments_test/05: Crash |
| 394 enum_syntax_test/05: Crash | 399 enum_syntax_test/05: Crash |
| OLD | NEW |