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 |
11 reload_sources_test: Pass, Slow | 11 reload_sources_test: Pass, Slow |
12 | 12 |
13 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] | 13 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] |
14 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 | 14 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 |
15 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 | 15 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 |
16 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 | 16 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 |
17 | 17 |
18 # Debugger location tests are slow in debug mode. | 18 # Debugger location tests are slow in debug mode. |
19 [ $mode == debug ] | 19 [ $mode == debug ] |
20 debugger_location_second_test: Pass, Slow | 20 debugger_location_second_test: Pass, Slow |
21 debugger_location_test: Pass, Slow | 21 debugger_location_test: Pass, Slow |
22 | 22 |
| 23 [ $mode == debug && $runtime == vm ] |
| 24 step_test: RuntimeError |
23 | 25 |
24 # Disable on simulators. | 26 # Disable on simulators. |
25 [ $arch == simarm || $arch == simmips || $arch == simarm64 ] | 27 [ $arch == simarm || $arch == simmips || $arch == simarm64 ] |
26 *: SkipSlow | 28 *: SkipSlow |
27 | 29 |
28 # All tests use dart:io | 30 # All tests use dart:io |
29 [ $browser || $compiler == dart2js ] | 31 [ $browser || $compiler == dart2js ] |
30 *: SkipByDesign | 32 *: SkipByDesign |
31 | 33 |
32 # Tests with known analyzer issues | 34 # Tests with known analyzer issues |
(...skipping 26 matching lines...) Expand all Loading... |
59 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. | 61 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. |
60 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. | 62 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. |
61 | 63 |
62 [ $hot_reload || $hot_reload_rollback ] | 64 [ $hot_reload || $hot_reload_rollback ] |
63 # Skip all service tests because random reloads interfere. | 65 # Skip all service tests because random reloads interfere. |
64 *: SkipByDesign # The service tests should run without being reloaded. | 66 *: SkipByDesign # The service tests should run without being reloaded. |
65 | 67 |
66 [ $system == windows ] | 68 [ $system == windows ] |
67 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 69 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
68 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 70 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
OLD | NEW |