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 |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 next_through_create_list_and_map_test: RuntimeError | 74 next_through_create_list_and_map_test: RuntimeError |
75 next_through_closure_test: RuntimeError | 75 next_through_closure_test: RuntimeError |
76 | 76 |
77 [ $compiler == dart2analyzer ] | 77 [ $compiler == dart2analyzer ] |
78 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 | 78 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 |
79 | 79 |
80 [ $arch == simdbc || $arch == simdbc64 ] | 80 [ $arch == simdbc || $arch == simdbc64 ] |
81 get_allocation_samples_test: RuntimeError # Profiling unimplemented. | 81 get_allocation_samples_test: RuntimeError # Profiling unimplemented. |
82 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. | 82 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. |
83 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. | 83 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. |
84 rewind_test: RuntimeError # Issue 27878 | |
85 rewind_optimized_out_test: RuntimeError # Issue 27878 | |
86 | 84 |
87 # Debugging StringConcatenation doesn't work the same on simdbc as on other plat
forms. | 85 # Debugging StringConcatenation doesn't work the same on simdbc as on other plat
forms. |
88 next_through_catch_test: RuntimeError | 86 next_through_catch_test: RuntimeError |
89 next_through_simple_async_test: RuntimeError | 87 next_through_simple_async_test: RuntimeError |
90 next_through_simple_linear_2_test: RuntimeError | 88 next_through_simple_linear_2_test: RuntimeError |
91 | 89 |
92 [ $hot_reload || $hot_reload_rollback ] | 90 [ $hot_reload || $hot_reload_rollback ] |
93 # Skip all service tests because random reloads interfere. | 91 # Skip all service tests because random reloads interfere. |
94 *: SkipByDesign # The service tests should run without being reloaded. | 92 *: SkipByDesign # The service tests should run without being reloaded. |
95 | 93 |
96 [ $system == windows ] | 94 [ $system == windows ] |
97 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 95 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
98 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 96 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
99 complex_reload_test: Skip # Issue 27861 | 97 complex_reload_test: Skip # Issue 27861 |
100 | 98 |
101 # Service protocol is not supported in product mode. | 99 # Service protocol is not supported in product mode. |
102 [ $mode == product ] | 100 [ $mode == product ] |
103 *: SkipByDesign | 101 *: SkipByDesign |
OLD | NEW |