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 vm_timeline_flags_test: Pass, RuntimeError # Issue 26483 | 6 vm_timeline_flags_test: Pass, RuntimeError # Issue 26483 |
7 gc_test: Pass, RuntimeError # Issue 26490 | 7 gc_test: Pass, RuntimeError # Issue 26490 |
8 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 26470 | 8 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 26470 |
9 pause_on_start_then_step_test: Pass, RuntimeError # Issue 26470 | 9 pause_on_start_then_step_test: Pass, RuntimeError # Issue 26470 |
10 | 10 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 *: SkipByDesign | 48 *: SkipByDesign |
49 | 49 |
50 [ $compiler == dart2analyzer ] | 50 [ $compiler == dart2analyzer ] |
51 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 | 51 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 |
52 | 52 |
53 [ $arch == simdbc || $arch == simdbc64 ] | 53 [ $arch == simdbc || $arch == simdbc64 ] |
54 get_source_report_test: RuntimeError # Coverage unimplemented. | 54 get_source_report_test: RuntimeError # Coverage unimplemented. |
55 get_allocation_samples_test: RuntimeError # Profiling unimplemented. | 55 get_allocation_samples_test: RuntimeError # Profiling unimplemented. |
56 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. | 56 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. |
57 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. | 57 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. |
58 get_stack_rpc_test: RuntimeError # Missing breakpoint at fast Smi op | 58 get_stack_rpc_test: RuntimeError # Missing single stepping check at fast Smi op |
59 vm_restart_test: RuntimeError # Missing breakpoint at fast Smi op | 59 vm_restart_test: RuntimeError # Missing single stepping check at fast Smi op |
60 steal_breakpoint_test: Skip # Testee crashes / hangs | 60 debugging_test: RuntimeError # Missing single stepping check at fast Smi op |
61 debugging_test: Skip # Testee crashes / hangs | |
62 | 61 |
63 [ $hot_reload ] | 62 [ $hot_reload ] |
64 # Skip all service tests because random reloads interfere. | 63 # Skip all service tests because random reloads interfere. |
65 *: SkipByDesign # The service tests should run without being reloaded. | 64 *: SkipByDesign # The service tests should run without being reloaded. |
OLD | NEW |