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 # Reload is slow on the bots | 10 # Reload is slow on the bots |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 [ $runtime == dart_app ] | 52 [ $runtime == dart_app ] |
53 *: SkipByDesign | 53 *: SkipByDesign |
54 | 54 |
55 [ $compiler == dart2analyzer ] | 55 [ $compiler == dart2analyzer ] |
56 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 | 56 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 |
57 | 57 |
58 [ $arch == simdbc || $arch == simdbc64 ] | 58 [ $arch == simdbc || $arch == simdbc64 ] |
59 get_allocation_samples_test: RuntimeError # Profiling unimplemented. | 59 get_allocation_samples_test: RuntimeError # Profiling unimplemented. |
60 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. | 60 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. |
61 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. | 61 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. |
62 debugger_location_second_test: Skip # Issue #27746 | |
63 debugger_location_test: Skip # Issue #27746 | |
64 | 62 |
65 [ $hot_reload || $hot_reload_rollback ] | 63 [ $hot_reload || $hot_reload_rollback ] |
66 # Skip all service tests because random reloads interfere. | 64 # Skip all service tests because random reloads interfere. |
67 *: SkipByDesign # The service tests should run without being reloaded. | 65 *: SkipByDesign # The service tests should run without being reloaded. |
68 | 66 |
69 [ $system == windows ] | 67 [ $system == windows ] |
70 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 68 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
71 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 69 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
OLD | NEW |