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