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