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 |
(...skipping 25 matching lines...) Expand all Loading... |
36 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] | 36 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] |
37 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 | 37 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 |
38 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 | 38 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 |
39 | 39 |
40 # Debugger location tests are slow in debug mode. | 40 # Debugger location tests are slow in debug mode. |
41 [ $mode == debug ] | 41 [ $mode == debug ] |
42 debugger_location_second_test: Pass, Slow | 42 debugger_location_second_test: Pass, Slow |
43 debugger_location_test: Pass, Slow | 43 debugger_location_test: Pass, Slow |
44 | 44 |
45 # These tests are slow on simulators. | 45 # These tests are slow on simulators. |
46 [ $arch == simarm || $arch == simmips || $arch == simarm64 ] | 46 [ $arch == simarm || $arch == simarm64 ] |
47 *: Pass, Slow | 47 *: Pass, Slow |
48 [ $mode == debug && ($arch == simarm || $arch == simmips || $arch == simarm64) ] | 48 [ $mode == debug && ($arch == simarm || $arch == simarm64) ] |
49 *: SkipSlow | 49 *: SkipSlow |
50 | 50 |
51 # All tests use dart:io | 51 # All tests use dart:io |
52 [ $browser || $compiler == dart2js ] | 52 [ $browser || $compiler == dart2js ] |
53 *: SkipByDesign | 53 *: SkipByDesign |
54 | 54 |
55 # Tests with known analyzer issues | 55 # Tests with known analyzer issues |
56 [ $compiler == dart2analyzer ] | 56 [ $compiler == dart2analyzer ] |
57 developer_extension_test: SkipByDesign | 57 developer_extension_test: SkipByDesign |
58 get_isolate_after_language_error_test: SkipByDesign | 58 get_isolate_after_language_error_test: SkipByDesign |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 [ $system == windows ] | 112 [ $system == windows ] |
113 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 113 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
114 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 114 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
115 | 115 |
116 [ $system != linux || ($arch != x64 || $arch != ia32) ] | 116 [ $system != linux || ($arch != x64 || $arch != ia32) ] |
117 get_native_allocation_samples_test: Skip # Unsupported. | 117 get_native_allocation_samples_test: Skip # Unsupported. |
118 | 118 |
119 # Service protocol is not supported in product mode. | 119 # Service protocol is not supported in product mode. |
120 [ $mode == product ] | 120 [ $mode == product ] |
121 *: SkipByDesign | 121 *: SkipByDesign |
OLD | NEW |