OLD | NEW |
1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2014, 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 # Flaky failures | 5 # Flaky failures |
6 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace | 6 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace |
7 reload_sources_test: Pass, Slow # Reload is slow on the bots | 7 reload_sources_test: Pass, Slow # Reload is slow on the bots |
8 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193 | 8 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193 |
9 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624 | 9 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624 |
10 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624 | 10 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624 |
11 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 | 11 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 |
12 field_script_test: Pass, RuntimeError | 12 field_script_test: Pass, RuntimeError |
13 next_through_for_each_loop_test: Pass, RuntimeError | |
14 next_through_create_list_and_map_test: Pass, RuntimeError | |
15 next_through_closure_test: Pass, RuntimeError | |
16 next_through_for_loop_with_break_and_continue_test: Pass, RuntimeError | |
17 next_through_simple_async_test: Pass, RuntimeError | |
18 next_through_simple_async_with_returns_test: Pass, RuntimeError | |
19 next_through_catch_test: Pass, RuntimeError | |
20 next_through_simple_linear_2_test: Pass, RuntimeError | |
21 | 13 |
22 [$runtime == vm && $compiler == none && $system == fuchsia] | 14 [$runtime == vm && $compiler == none && $system == fuchsia] |
23 *: Skip # Not yet triaged. | 15 *: Skip # Not yet triaged. |
24 | 16 |
25 # Kernel version of tests | 17 # Kernel version of tests |
26 [ $compiler != dartk ] | 18 [ $compiler != dartk ] |
27 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br
eakpoint_rpc_test | 19 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br
eakpoint_rpc_test |
28 | 20 |
29 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] | 21 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] |
30 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 | 22 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 complex_reload_test: RuntimeError # Issue 27806 | 60 complex_reload_test: RuntimeError # Issue 27806 |
69 evaluate_activation_test/instance: RuntimeError # Issue 27806 | 61 evaluate_activation_test/instance: RuntimeError # Issue 27806 |
70 evaluate_activation_test/scope: RuntimeError # Issue 27806 | 62 evaluate_activation_test/scope: RuntimeError # Issue 27806 |
71 get_object_rpc_test: RuntimeError # Issue 27806 | 63 get_object_rpc_test: RuntimeError # Issue 27806 |
72 get_source_report_test: RuntimeError # Issue 27806 | 64 get_source_report_test: RuntimeError # Issue 27806 |
73 set_name_rpc_test: RuntimeError # Issue 27806 | 65 set_name_rpc_test: RuntimeError # Issue 27806 |
74 vm_restart_test: CompileTimeError # Issue 27806 | 66 vm_restart_test: CompileTimeError # Issue 27806 |
75 | 67 |
76 debugger_location_second_test: Skip # Issue 28180 | 68 debugger_location_second_test: Skip # Issue 28180 |
77 | 69 |
| 70 # Snapshots doesn't include source and generated source is not 1-to-1. |
| 71 # The column offsets are thus off. |
| 72 next_through_for_each_loop_test: RuntimeError |
| 73 next_through_for_loop_with_break_and_continue_test: RuntimeError |
| 74 next_through_create_list_and_map_test: RuntimeError |
| 75 next_through_closure_test: RuntimeError |
| 76 |
78 [ $compiler == dart2analyzer ] | 77 [ $compiler == dart2analyzer ] |
79 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 | 78 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 |
80 | 79 |
81 [ $arch == simdbc || $arch == simdbc64 ] | 80 [ $arch == simdbc || $arch == simdbc64 ] |
82 get_allocation_samples_test: RuntimeError # Profiling unimplemented. | 81 get_allocation_samples_test: RuntimeError # Profiling unimplemented. |
83 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. | 82 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. |
84 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. | 83 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. |
85 rewind_test: RuntimeError # Issue 27878 | 84 rewind_test: RuntimeError # Issue 27878 |
86 rewind_optimized_out_test: RuntimeError # Issue 27878 | 85 rewind_optimized_out_test: RuntimeError # Issue 27878 |
87 | 86 |
| 87 # Debugging StringConcatenation doesn't work the same on simdbc as on other plat
forms. |
| 88 next_through_catch_test: RuntimeError |
| 89 next_through_simple_async_test: RuntimeError |
| 90 next_through_simple_linear_2_test: RuntimeError |
| 91 |
88 [ $hot_reload || $hot_reload_rollback ] | 92 [ $hot_reload || $hot_reload_rollback ] |
89 # Skip all service tests because random reloads interfere. | 93 # Skip all service tests because random reloads interfere. |
90 *: SkipByDesign # The service tests should run without being reloaded. | 94 *: SkipByDesign # The service tests should run without being reloaded. |
91 | 95 |
92 [ $system == windows ] | 96 [ $system == windows ] |
93 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 97 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
94 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 98 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
95 complex_reload_test: Skip # Issue 27861 | 99 complex_reload_test: Skip # Issue 27861 |
96 | 100 |
97 # Service protocol is not supported in product mode. | 101 # Service protocol is not supported in product mode. |
98 [ $mode == product ] | 102 [ $mode == product ] |
99 *: SkipByDesign | 103 *: SkipByDesign |
OLD | NEW |