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

Side by Side Diff: tests/lib/lib.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/language/language.status ('k') | tests/standalone/standalone.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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $csp ] 8 [ $csp ]
9 # Deferred loading does not work from an isolate in CSP-mode 9 # Deferred loading does not work from an isolate in CSP-mode
10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 [ $compiler == dart2js && $minified ] 203 [ $compiler == dart2js && $minified ]
204 mirrors/mirrors_used_get_name_test: RuntimeError 204 mirrors/mirrors_used_get_name_test: RuntimeError
205 mirrors/mirrors_used_get_name2_test: RuntimeError 205 mirrors/mirrors_used_get_name2_test: RuntimeError
206 206
207 [ $runtime == ff ] 207 [ $runtime == ff ]
208 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 208 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
209 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 209 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029
210 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 210 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589
211 211
212 [ $runtime == chrome || $runtime == ff || $runtime == ContentShellOnAndroid ] 212 [ $runtime == chrome || $runtime == ff || $runtime == ContentShellOnAndroid ]
213 convert/streamed_conversion_utf8_encode_test: Skip # Times out. Issue 22050 213 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out. Issue 22050
214 convert/streamed_conversion_json_utf8_encode_test: Skip # Times out. Issue 22050 214 convert/streamed_conversion_json_utf8_encode_test: SkipSlow # Times out. Issue 2 2050
215 convert/streamed_conversion_json_utf8_decode_test: Skip # Times out. Issue 22050 215 convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 2 2050
216 async/slow_consumer2_test: Skip # Times out. Issue 22050 216 async/slow_consumer2_test: SkipSlow # Times out. Issue 22050
217 async/stream_timeout_test: Skip # Times out. Issue 22050 217 async/stream_timeout_test: SkipSlow # Times out. Issue 22050
218 218
219 [ $compiler == dart2js ] 219 [ $compiler == dart2js ]
220 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 220 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275
221 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 221 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533
222 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 222 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275
223 223
224 [ $runtime == opera ] 224 [ $runtime == opera ]
225 async/multiple_timer_test: Pass, Fail # Probably issue 14734 225 async/multiple_timer_test: Pass, Fail # Probably issue 14734
226 226
227 [ $runtime == opera && $system == windows] 227 [ $runtime == opera && $system == windows]
(...skipping 27 matching lines...) Expand all
255 [ $compiler == none && $runtime == drt && $system == windows ] 255 [ $compiler == none && $runtime == drt && $system == windows ]
256 async/multiple_timer_test: Fail, Pass # See Issue 10982 256 async/multiple_timer_test: Fail, Pass # See Issue 10982
257 async/timer_test: Fail, Pass # See Issue 10982 257 async/timer_test: Fail, Pass # See Issue 10982
258 258
259 [ $compiler == none && $runtime == dartium ] 259 [ $compiler == none && $runtime == dartium ]
260 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 260 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
261 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 261 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
262 262
263 [$compiler == none && $runtime == ContentShellOnAndroid ] 263 [$compiler == none && $runtime == ContentShellOnAndroid ]
264 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 264 async/stream_timeout_test: RuntimeError, Pass # Issue 19127
265 async/slow_consumer3_test: Skip # Times out flakily. Issue 20956 265 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956
266 async/slow_consumer2_test: Skip # Times out flakily. Issue 20956 266 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956
267 convert/streamed_conversion_utf8_encode_test: Skip # Times out or passes. Issue 19127 267 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is sue 19127
268 convert/streamed_conversion_utf8_decode_test: Skip # Times out or passes. Issue 19127 268 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is sue 19127
269 mirrors/lazy_static_test: Skip # Times out. Issue 19127 269 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127
270 mirrors/mirrors_reader_test: Skip # Times out. Issue 19127 270 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127
271 271
272 [ $compiler == dart2js && $runtime == safarimobilesim ] 272 [ $compiler == dart2js && $runtime == safarimobilesim ]
273 mirrors/mirrors_reader_test: Skip # Times out. Issue 20806. 273 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806.
274 274
275 [ $compiler == dart2dart ] 275 [ $compiler == dart2dart ]
276 # Deferred loading is not supported by dart2dart. 276 # Deferred loading is not supported by dart2dart.
277 async/deferred/deferred_in_isolate_test: Skip # Issue 17523 277 async/deferred/deferred_in_isolate_test: Skip # Issue 17523
278 278
279 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 279 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
280 # Dart vm does not support spawn from a dom-enabled isolate. 280 # Dart vm does not support spawn from a dom-enabled isolate.
281 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16209 281 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16209
282 282
283 [ $compiler == dart2js && $runtime == jsshell ] 283 [ $compiler == dart2js && $runtime == jsshell ]
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 323
324 [ $mode == debug && $arch == ia32 && $system == windows ] 324 [ $mode == debug && $arch == ia32 && $system == windows ]
325 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 325 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
326 326
327 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] 327 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ]
328 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 328 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
329 329
330 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 330 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
331 mirrors/immutable_collections_test: Skip # Timeout. 331 mirrors/immutable_collections_test: Skip # Timeout.
332 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 332 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698