| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 next_through_create_list_and_map_test: RuntimeError | 84 next_through_create_list_and_map_test: RuntimeError |
| 85 next_through_closure_test: RuntimeError | 85 next_through_closure_test: RuntimeError |
| 86 step_through_switch_test: RuntimeError | 86 step_through_switch_test: RuntimeError |
| 87 step_through_constructor_calls_test: RuntimeError | 87 step_through_constructor_calls_test: RuntimeError |
| 88 step_through_function_test: RuntimeError | 88 step_through_function_test: RuntimeError |
| 89 | 89 |
| 90 [ $compiler == dart2analyzer ] | 90 [ $compiler == dart2analyzer ] |
| 91 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 | 91 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 |
| 92 | 92 |
| 93 [ $arch == simdbc || $arch == simdbc64 ] | 93 [ $arch == simdbc || $arch == simdbc64 ] |
| 94 get_allocation_samples_test: RuntimeError # Profiling unimplemented. | |
| 95 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. | |
| 96 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. | 94 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. |
| 97 async_single_step_exception_test: RuntimeError # Issue 29218 | 95 async_single_step_exception_test: RuntimeError # Issue 29218 |
| 98 | 96 |
| 99 # Debugging StringConcatenation doesn't work the same on simdbc as on other plat
forms (bug #28975). | 97 # Debugging StringConcatenation doesn't work the same on simdbc as on other plat
forms (bug #28975). |
| 100 next_through_catch_test: RuntimeError | 98 next_through_catch_test: RuntimeError |
| 101 next_through_simple_async_test: RuntimeError | 99 next_through_simple_async_test: RuntimeError |
| 102 next_through_simple_linear_2_test: RuntimeError | 100 next_through_simple_linear_2_test: RuntimeError |
| 103 step_through_function_test: RuntimeError | 101 step_through_function_test: RuntimeError |
| 104 step_through_getter_test: RuntimeError | 102 step_through_getter_test: RuntimeError |
| 105 | 103 |
| 106 [ $hot_reload || $hot_reload_rollback ] | 104 [ $hot_reload || $hot_reload_rollback ] |
| 107 # Skip all service tests because random reloads interfere. | 105 # Skip all service tests because random reloads interfere. |
| 108 *: SkipByDesign # The service tests should run without being reloaded. | 106 *: SkipByDesign # The service tests should run without being reloaded. |
| 109 | 107 |
| 110 [ $system == windows ] | 108 [ $system == windows ] |
| 111 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 109 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
| 112 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 110 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
| 113 | 111 |
| 114 [ $system != linux || ($arch != x64 || $arch != ia32) ] | 112 [ $system != linux || ($arch != x64 || $arch != ia32) ] |
| 115 get_native_allocation_samples_test: Skip # Unsupported. | 113 get_native_allocation_samples_test: Skip # Unsupported. |
| 116 | 114 |
| 117 # Service protocol is not supported in product mode. | 115 # Service protocol is not supported in product mode. |
| 118 [ $mode == product ] | 116 [ $mode == product ] |
| 119 *: SkipByDesign | 117 *: SkipByDesign |
| OLD | NEW |