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

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

Issue 382443005: Mark convert/streamed_conversion_utf8_decode_test as slow on firefox (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | 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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ] 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ]
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
7 7
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351
10 10
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 convert/json_lib_test: Fail # Issue 10961 200 convert/json_lib_test: Fail # Issue 10961
201 201
202 [ $compiler == dart2js && $minified ] 202 [ $compiler == dart2js && $minified ]
203 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 203 mirrors/typedef_test/01: Fail # http://dartbug.com/6490
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 convert/streamed_conversion_utf8_encode_test: Pass, Slow # Issue 12029
210 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 211 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589
211 212
212 [ $runtime == ie9 ] 213 [ $runtime == ie9 ]
213 # IE9 doesn't support typed arrays. 214 # IE9 doesn't support typed arrays.
214 typed_data/*: Fail # Issue 11971 215 typed_data/*: Fail # Issue 11971
215 convert/chunked_conversion_utf88_test: Skip # Issue 12029 216 convert/chunked_conversion_utf88_test: Skip # Issue 12029
216 convert/streamed_conversion_json_utf8_decode_test: Skip # Issue 12029 217 convert/streamed_conversion_json_utf8_decode_test: Skip # Issue 12029
217 async/deferred/*: Skip # http://dartbug.com/12635 218 async/deferred/*: Skip # http://dartbug.com/12635
218 mirrors/deferred*: Pass, Fail # http://dartbug.com/12635 219 mirrors/deferred*: Pass, Fail # http://dartbug.com/12635
219 convert/streamed_conversion_utf8_decode_test: Skip # http://dartbug.com/12768 220 convert/streamed_conversion_utf8_decode_test: Skip # http://dartbug.com/12768
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 [ $compiler == dart2js && $mode == debug ] 308 [ $compiler == dart2js && $mode == debug ]
308 mirrors/native_class_test: Pass, Slow 309 mirrors/native_class_test: Pass, Slow
309 310
310 [ $arch == simmips || $arch == mips ] 311 [ $arch == simmips || $arch == mips ]
311 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025. 312 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025.
312 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow 313 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow
313 314
314 [ $arch == simarm ] 315 [ $arch == simarm ]
315 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 316 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
316 convert/utf85_test: Skip # Pass, Slow Issue 12644. 317 convert/utf85_test: Skip # Pass, Slow Issue 12644.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698