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

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

Issue 15665005: Revert "Mark periodic4-test as flaky and add debug information." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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: Fail, Pass # floitsch: Marking as flaky while colle ction debug information. http://dartbug.com/9619
6
7 # The typed_data library is not supported by dart2js or dart2dart yet. 5 # The typed_data library is not supported by dart2js or dart2dart yet.
8 [ $compiler == dart2js || $compiler == dart2dart ] 6 [ $compiler == dart2js || $compiler == dart2dart ]
9 typed_data/*: Fail 7 typed_data/*: Fail
10 8
11 9
12 # The typed_data library is not supported by dart2js or dart2dart yet. 10 # The typed_data library is not supported by dart2js or dart2dart yet.
13 [ $compiler == dart2js || $compiler == dart2dart ] 11 [ $compiler == dart2js || $compiler == dart2dart ]
14 typed_data/*: Skip 12 typed_data/*: Skip
15 13
16 14
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 93 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
96 94
97 [ $arch == simarm ] 95 [ $arch == simarm ]
98 *: Skip 96 *: Skip
99 97
100 [ $arch == mips ] 98 [ $arch == mips ]
101 *: Skip 99 *: Skip
102 100
103 [ $arch == simmips ] 101 [ $arch == simmips ]
104 *: Skip 102 *: 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