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

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: Rebase Created 7 years, 8 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/async/stream_periodic4_test.dart ('k') | 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 async/stream_periodic4_test: Pass, Fail # Issue http://dartbug.com/9367
6
7 # The typeddata library is not supported by dart2js or dart2dart yet. 5 # The typeddata library is not supported by dart2js or dart2dart yet.
8 [ $compiler == dart2js || $compiler == dart2dart ] 6 [ $compiler == dart2js || $compiler == dart2dart ]
9 typeddata/*: Fail 7 typeddata/*: Fail
10 8
11 9
12 # The typeddata library is not supported by dart2js or dart2dart yet. 10 # The typeddata library is not supported by dart2js or dart2dart yet.
13 [ $compiler == dart2js || $compiler == dart2dart ] 11 [ $compiler == dart2js || $compiler == dart2dart ]
14 typeddata/*: Skip 12 typeddata/*: Skip
15 13
16 14
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 *: Skip 97 *: Skip
100 98
101 [ $arch == simarm ] 99 [ $arch == simarm ]
102 *: Skip 100 *: Skip
103 101
104 [ $arch == mips ] 102 [ $arch == mips ]
105 *: Skip 103 *: Skip
106 104
107 [ $arch == simmips ] 105 [ $arch == simmips ]
108 *: Skip 106 *: Skip
OLDNEW
« no previous file with comments | « 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