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

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

Issue 781123002: Reenable a few previously slow tests on MIPS. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years 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/corelib/corelib.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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] 296 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ]
297 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 297 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391
298 298
299 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 299 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
300 async/*deferred*: Skip # Issue 17458 300 async/*deferred*: Skip # Issue 17458
301 mirrors/*deferred*: Skip # Issue 17458 301 mirrors/*deferred*: Skip # Issue 17458
302 302
303 [ $compiler == dart2js && $mode == debug ] 303 [ $compiler == dart2js && $mode == debug ]
304 mirrors/native_class_test: Pass, Slow 304 mirrors/native_class_test: Pass, Slow
305 305
306 [ $arch == simmips || $arch == mips ]
307 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025.
308 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow
309
310 [ $arch == simarm ] 306 [ $arch == simarm ]
311 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 307 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
312 convert/utf85_test: Skip # Pass, Slow Issue 12644. 308 convert/utf85_test: Skip # Pass, Slow Issue 12644.
313 309
314 [ $compiler == dart2js ] 310 [ $compiler == dart2js ]
315 profiler/metrics_num_test: Skip # Because of a int / double type test. 311 profiler/metrics_num_test: Skip # Because of a int / double type test.
316 312
317 [ $arch == simarm64 ] 313 [ $arch == simarm64 ]
318 convert/utf85_test: Skip # Pass, Slow Issue 20111. 314 convert/utf85_test: Skip # Pass, Slow Issue 20111.
319 315
320 [ $mode == debug && $arch == ia32 && $system == windows ] 316 [ $mode == debug && $arch == ia32 && $system == windows ]
321 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 317 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
322 318
323 [ $mode == debug && $arch != ia32 && $arch != x64 ] 319 [ $mode == debug && $arch != ia32 && $arch != x64 ]
324 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 320 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698