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 == rasta ] | 6 [ $compiler == dartk || $compiler == rasta ] |
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 | 10 |
11 # dartk: JIT failures | 11 # dartk: JIT failures |
12 [ $compiler == dartk && $runtime == vm ] | 12 [ $compiler == dartk && $runtime == vm ] |
13 accessor_conflict_export2_test: RuntimeError | 13 accessor_conflict_export2_test: RuntimeError |
14 accessor_conflict_export_test: RuntimeError | 14 accessor_conflict_export_test: RuntimeError |
15 accessor_conflict_import2_test: RuntimeError | 15 accessor_conflict_import2_test: RuntimeError |
16 accessor_conflict_import_prefixed2_test: RuntimeError | 16 accessor_conflict_import_prefixed2_test: RuntimeError |
17 accessor_conflict_import_prefixed_test: RuntimeError | 17 accessor_conflict_import_prefixed_test: RuntimeError |
18 accessor_conflict_import_test: RuntimeError | 18 accessor_conflict_import_test: RuntimeError |
19 assertion_test: RuntimeError | 19 assertion_test: RuntimeError |
20 async_await_test: Crash | 20 async_await_test: RuntimeError |
21 async_break_in_finally_test: RuntimeError | |
22 async_control_structures_test: RuntimeError | |
23 async_star_cancel_and_throw_in_finally_test: RuntimeError | 21 async_star_cancel_and_throw_in_finally_test: RuntimeError |
24 async_star_cancel_while_paused_test: RuntimeError | 22 async_star_cancel_while_paused_test: RuntimeError |
25 async_star_pause_test: RuntimeError | 23 async_star_pause_test: RuntimeError |
26 async_star_regression_fisk_test: RuntimeError | 24 async_star_regression_fisk_test: Timeout |
27 async_star_stream_take_test: Timeout | 25 async_star_stream_take_test: Timeout |
28 async_star_take_reyield_test: Timeout | 26 async_star_take_reyield_test: Timeout |
29 async_star_test: Timeout | 27 async_star_test: Timeout |
30 async_throw_in_catch_test/forceAwait: RuntimeError | |
31 async_throw_in_catch_test/none: RuntimeError | |
32 asyncstar_throw_in_catch_test: Timeout | 28 asyncstar_throw_in_catch_test: Timeout |
33 asyncstar_yield_test: Timeout | 29 asyncstar_yield_test: Timeout |
34 asyncstar_yieldstar_test: Timeout | 30 asyncstar_yieldstar_test: Timeout |
35 await_exceptions_test: RuntimeError | |
36 await_future_test: RuntimeError | |
37 await_regression_test: RuntimeError | |
38 bad_constructor_test/05: CompileTimeError | 31 bad_constructor_test/05: CompileTimeError |
39 bad_raw_string_negative_test: Fail | 32 bad_raw_string_negative_test: Fail |
40 cha_deopt1_test: RuntimeError | 33 cha_deopt1_test: RuntimeError |
41 cha_deopt2_test: RuntimeError | 34 cha_deopt2_test: RuntimeError |
42 cha_deopt3_test: RuntimeError | 35 cha_deopt3_test: RuntimeError |
43 closure_type_variable_test: RuntimeError | 36 closure_type_variable_test: RuntimeError |
44 closures_initializer_test: RuntimeError | 37 closures_initializer_test: RuntimeError |
45 compile_time_constant12_test: Crash | 38 compile_time_constant12_test: Crash |
46 compile_time_constant_k_test/01: RuntimeError | 39 compile_time_constant_k_test/01: RuntimeError |
47 compile_time_constant_k_test/02: RuntimeError | 40 compile_time_constant_k_test/02: RuntimeError |
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
695 try_catch_on_syntax_test/11: MissingRuntimeError | 688 try_catch_on_syntax_test/11: MissingRuntimeError |
696 try_finally_regress_25654_test: RuntimeError | 689 try_finally_regress_25654_test: RuntimeError |
697 type_checks_in_factory_method_test: RuntimeError | 690 type_checks_in_factory_method_test: RuntimeError |
698 type_parameter_literal_test: RuntimeError | 691 type_parameter_literal_test: RuntimeError |
699 type_variable_conflict2_test/02: MissingCompileTimeError | 692 type_variable_conflict2_test/02: MissingCompileTimeError |
700 type_variable_function_type_test: RuntimeError | 693 type_variable_function_type_test: RuntimeError |
701 vm/debug_break_enabled_vm_test/01: CompileTimeError | 694 vm/debug_break_enabled_vm_test/01: CompileTimeError |
702 vm/debug_break_enabled_vm_test/none: CompileTimeError | 695 vm/debug_break_enabled_vm_test/none: CompileTimeError |
703 vm/reflect_core_vm_test: CompileTimeError | 696 vm/reflect_core_vm_test: CompileTimeError |
704 vm/type_cast_vm_test: RuntimeError | 697 vm/type_cast_vm_test: RuntimeError |
705 vm/type_vm_test: RuntimeError | 698 vm/type_vm_test: RuntimeError |
OLD | NEW |