| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 | 62 |
| 63 debugger_location_second_test: Skip # Issue 28180 | 63 debugger_location_second_test: Skip # Issue 28180 |
| 64 | 64 |
| 65 [ $compiler == dart2analyzer ] | 65 [ $compiler == dart2analyzer ] |
| 66 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 | 66 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 |
| 67 | 67 |
| 68 [ $arch == simdbc || $arch == simdbc64 ] | 68 [ $arch == simdbc || $arch == simdbc64 ] |
| 69 get_allocation_samples_test: RuntimeError # Profiling unimplemented. | 69 get_allocation_samples_test: RuntimeError # Profiling unimplemented. |
| 70 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. | 70 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. |
| 71 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. | 71 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. |
| 72 rewind_test: RuntimeError # Issue 27878 | |
| 73 rewind_optimized_out_test: RuntimeError # Issue 27878 | |
| 74 | 72 |
| 75 [ $hot_reload || $hot_reload_rollback ] | 73 [ $hot_reload || $hot_reload_rollback ] |
| 76 # Skip all service tests because random reloads interfere. | 74 # Skip all service tests because random reloads interfere. |
| 77 *: SkipByDesign # The service tests should run without being reloaded. | 75 *: SkipByDesign # The service tests should run without being reloaded. |
| 78 | 76 |
| 79 [ $system == windows ] | 77 [ $system == windows ] |
| 80 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 78 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
| 81 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 79 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
| 82 complex_reload_test: Skip # Issue 27861 | 80 complex_reload_test: Skip # Issue 27861 |
| 83 | 81 |
| 84 # Service protocol is not supported in product mode. | 82 # Service protocol is not supported in product mode. |
| 85 [ $mode == product ] | 83 [ $mode == product ] |
| 86 *: SkipByDesign | 84 *: SkipByDesign |
| OLD | NEW |