Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Side by Side Diff: tests/standalone/standalone.status

Issue 928523002: status files: trying out new SkipSlow flag (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/lib/lib.status ('k') | tests/utils/utils.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 # WARNING: 5 # WARNING:
6 # Tests using the multitest feature where failure is expected should *also* be 6 # Tests using the multitest feature where failure is expected should *also* be
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone"
8 # prefix. 8 # prefix.
9 9
10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp orted on MIPS. 119 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp orted on MIPS.
120 120
121 [ $arch == mips ] 121 [ $arch == mips ]
122 io/signals_test: Fail # Issue 17440 122 io/signals_test: Fail # Issue 17440
123 io/file_stat_test: Fail # Issue 17440 123 io/file_stat_test: Fail # Issue 17440
124 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. 124 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory.
125 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory 125 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory
126 io/file_read_special_device_test: Fail # Issue 17440 126 io/file_read_special_device_test: Fail # Issue 17440
127 127
128 [ $arch == mips && $mode == debug ] 128 [ $arch == mips && $mode == debug ]
129 io/web_socket_test: Skip # Times out. Issue 20352 129 io/web_socket_test: SkipSlow # Times out. Issue 20352
130 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351 130 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351
131 full_coverage_test: Skip # Times out. Issue 20352 131 full_coverage_test: SkipSlow # Times out. Issue 20352
132 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too slow. 132 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too slow.
133 133
134 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $unchecked ] 134 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $unchecked ]
135 assert_test: Fail # Issue 13719: Please triage this failure. 135 assert_test: Fail # Issue 13719: Please triage this failure.
136 136
137 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] 137 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
138 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this failure. 138 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this failure.
139 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. 139 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure.
140 140
141 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 141 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
(...skipping 17 matching lines...) Expand all
159 io/skipping_dart2js_compilations_test: Fail # Issue 19551. 159 io/skipping_dart2js_compilations_test: Fail # Issue 19551.
160 160
161 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ] 161 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ]
162 verified_mem_test: Skip # Not yet implemented. 162 verified_mem_test: Skip # Not yet implemented.
163 163
164 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 164 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
165 full_coverage_test: Skip # Timeout. 165 full_coverage_test: Skip # Timeout.
166 io/file_lock_test: Skip # Timeout. 166 io/file_lock_test: Skip # Timeout.
167 io/test_runner_test: Skip # Timeout. 167 io/test_runner_test: Skip # Timeout.
168 io/http_client_stays_alive_test: Skip # Timeout. 168 io/http_client_stays_alive_test: Skip # Timeout.
OLDNEW
« no previous file with comments | « tests/lib/lib.status ('k') | tests/utils/utils.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698