| 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 | |
| 25 | |
| 26 # Disable on simulators. | 23 # Disable on simulators. |
| 27 [ $arch == simarm || $arch == simmips || $arch == simarm64 ] | 24 [ $arch == simarm || $arch == simmips || $arch == simarm64 ] |
| 28 *: SkipSlow | 25 *: SkipSlow |
| 29 | 26 |
| 30 # All tests use dart:io | 27 # All tests use dart:io |
| 31 [ $browser || $compiler == dart2js ] | 28 [ $browser || $compiler == dart2js ] |
| 32 *: SkipByDesign | 29 *: SkipByDesign |
| 33 | 30 |
| 34 # Tests with known analyzer issues | 31 # Tests with known analyzer issues |
| 35 [ $compiler == dart2analyzer ] | 32 [ $compiler == dart2analyzer ] |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 # Skip all service tests because random reloads interfere. | 67 # Skip all service tests because random reloads interfere. |
| 71 *: SkipByDesign # The service tests should run without being reloaded. | 68 *: SkipByDesign # The service tests should run without being reloaded. |
| 72 | 69 |
| 73 [ $system == windows ] | 70 [ $system == windows ] |
| 74 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 71 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
| 75 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 72 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
| 76 | 73 |
| 77 # Service protocol is not supported in product mode. | 74 # Service protocol is not supported in product mode. |
| 78 [ $mode == product ] | 75 [ $mode == product ] |
| 79 *: SkipByDesign | 76 *: SkipByDesign |
| OLD | NEW |