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

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

Issue 12310013: Disable slow_consumer_test until we resolve issue 8647. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « 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 async/slow_consumer_test: Skip # Issue 8647
6
5 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
6 math/*: Skip 8 math/*: Skip
7 mirrors/*: Skip 9 mirrors/*: Skip
8 10
9 [ $compiler == dart2js && $checked ] 11 [ $compiler == dart2js && $checked ]
10 async/stream_event_transform_test: Fail # Issue 7733. 12 async/stream_event_transform_test: Fail # Issue 7733.
11 async/stream_transform_test: Fail # Issue 7733. 13 async/stream_transform_test: Fail # Issue 7733.
12 async/stream_from_iterable_test: Fail # Issue 7733. 14 async/stream_from_iterable_test: Fail # Issue 7733.
13 async/slow_consumer3_test: Fail # Issue 7733. 15 async/slow_consumer3_test: Fail # Issue 7733.
14 16
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 *: Skip 52 *: Skip
51 53
52 [ $arch == simarm ] 54 [ $arch == simarm ]
53 *: Skip 55 *: Skip
54 56
55 [ $arch == mips ] 57 [ $arch == mips ]
56 *: Skip 58 *: Skip
57 59
58 [ $arch == simmips ] 60 [ $arch == simmips ]
59 *: Skip 61 *: Skip
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