| 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 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace | 6 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace |
| 7 reload_sources_test: Pass, Slow # Reload is slow on the bots | 7 reload_sources_test: Pass, Slow # Reload is slow on the bots |
| 8 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193 | 8 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193 |
| 9 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624 | 9 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624 |
| 10 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624 | 10 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624 |
| 11 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 |
| 11 | 12 |
| 12 [$runtime == vm && $compiler == none && $system == fuchsia] | 13 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 13 *: Skip # Not yet triaged. | 14 *: Skip # Not yet triaged. |
| 14 | 15 |
| 15 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] | 16 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] |
| 16 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 | 17 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 |
| 17 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 | 18 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 |
| 18 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 | |
| 19 | 19 |
| 20 # Debugger location tests are slow in debug mode. | 20 # Debugger location tests are slow in debug mode. |
| 21 [ $mode == debug ] | 21 [ $mode == debug ] |
| 22 debugger_location_second_test: Pass, Slow | 22 debugger_location_second_test: Pass, Slow |
| 23 debugger_location_test: Pass, Slow | 23 debugger_location_test: Pass, Slow |
| 24 | 24 |
| 25 # Can be slow in debug mode, as well. | 25 # Can be slow in debug mode, as well. |
| 26 vm_restart_test: Pass, Slow | 26 vm_restart_test: Pass, Slow |
| 27 | 27 |
| 28 # These tests are slow on simulators. | 28 # These tests are slow on simulators. |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 *: SkipByDesign # The service tests should run without being reloaded. | 77 *: SkipByDesign # The service tests should run without being reloaded. |
| 78 | 78 |
| 79 [ $system == windows ] | 79 [ $system == windows ] |
| 80 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 80 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
| 81 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 81 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
| 82 complex_reload_test: Skip # Issue 27861 | 82 complex_reload_test: Skip # Issue 27861 |
| 83 | 83 |
| 84 # Service protocol is not supported in product mode. | 84 # Service protocol is not supported in product mode. |
| 85 [ $mode == product ] | 85 [ $mode == product ] |
| 86 *: SkipByDesign | 86 *: SkipByDesign |
| OLD | NEW |