| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 [ $runtime == dart_app ] | 47 [ $runtime == dart_app ] |
| 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 # TODO(vegorov) re-enable when debugger, coverage and profiling is completely | 54 # TODO(vegorov) re-enable when debugger, coverage and profiling is completely |
| 55 # fixed for SIMDBC. | 55 # fixed for SIMDBC. |
| 56 *: Skip | 56 *: Skip |
| 57 |
| 58 [ $hot_reload ] |
| 59 add_breakpoint_rpc_test: Pass, Timeout, Fail, Crash |
| 60 code_test: Fail, Crash |
| 61 debugger_location_test: Timeout, Fail, Crash |
| 62 debugging_inlined_finally_test: Pass, Timeout, Fail, Crash |
| 63 dominator_tree_test: Timeout, Crash |
| 64 eval_test: Timeout, Fail, Crash |
| 65 evaluate_in_frame_rpc_test: Timeout, Fail, Crash |
| 66 get_cpu_profile_timeline_rpc_test: Pass, Timeout, Crash |
| 67 get_heap_map_rpc_test: Pass, Timeout, Fail, Crash |
| 68 get_vm_timeline_rpc_test: Timeout, Fail, Crash |
| 69 graph_test: Pass, Timeout, Fail, Crash |
| 70 smart_next_test: Pass, Timeout, Fail, Crash |
| 71 step_over_await_test: Pass, Timeout, Fail, Crash |
| 72 vm_timeline_events_test: Timeout, Fail, Crash |
| OLD | NEW |