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

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

Issue 12578019: Make stream_periodic4_test more resilient against computer loads. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove flaky flag. Created 7 years, 9 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
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 async/stream_periodic4_test: Pass, Fail # Issue http://dartbug.com/9367
6
7 # The scalarlist library is not supported by dart2js or dart2dart yet. 5 # The scalarlist library is not supported by dart2js or dart2dart yet.
8 [ $compiler == dart2js || $compiler == dart2dart ] 6 [ $compiler == dart2js || $compiler == dart2dart ]
9 scalarlist/*: Skip 7 scalarlist/*: Skip
10 8
11 [ $compiler == dart2js ] 9 [ $compiler == dart2js ]
12 math/*: Skip 10 math/*: Skip
13 mirrors/*: Skip 11 mirrors/*: Skip
14 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002 12 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002
15 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 13 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012
16 14
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 *: Skip 88 *: Skip
91 89
92 [ $arch == simarm ] 90 [ $arch == simarm ]
93 *: Skip 91 *: Skip
94 92
95 [ $arch == mips ] 93 [ $arch == mips ]
96 *: Skip 94 *: Skip
97 95
98 [ $arch == simmips ] 96 [ $arch == simmips ]
99 *: Skip 97 *: Skip
OLDNEW
« tests/lib/async/stream_periodic4_test.dart ('K') | « tests/lib/async/stream_periodic4_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698