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

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

Issue 12374085: Split stream_state_test into three files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « tests/lib/async/stream_state_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/slow_consumer_test: Skip # Issue 8647 5 async/slow_consumer_test: Skip # Issue 8647
6 6
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 math/*: Skip 8 math/*: Skip
9 mirrors/*: Skip 9 mirrors/*: Skip
10 10
(...skipping 23 matching lines...) Expand all
34 [ $runtime == safari] 34 [ $runtime == safari]
35 # Bug in JSC: the test only passes when being debugged. 35 # Bug in JSC: the test only passes when being debugged.
36 crypto/hmac_md5_test: Fail, Pass 36 crypto/hmac_md5_test: Fail, Pass
37 37
38 [ $runtime == vm && $arch == x64 ] 38 [ $runtime == vm && $arch == x64 ]
39 async/slow_consumer2_test: Fail # Issue 7726 39 async/slow_consumer2_test: Fail # Issue 7726
40 40
41 [ $compiler == none && $runtime == drt ] 41 [ $compiler == none && $runtime == drt ]
42 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264 42 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264
43 43
44 [ $runtime == d8 ]
45 async/stream_state_nonzero_timer_test: Fail # d8 doesn't handle nonzero timers.
46
44 [ $arch == arm ] 47 [ $arch == arm ]
45 *: Skip 48 *: Skip
46 49
47 [ $arch == simarm ] 50 [ $arch == simarm ]
48 *: Skip 51 *: Skip
49 52
50 [ $arch == mips ] 53 [ $arch == mips ]
51 *: Skip 54 *: Skip
52 55
53 [ $arch == simmips ] 56 [ $arch == simmips ]
54 *: Skip 57 *: Skip
OLDNEW
« no previous file with comments | « tests/lib/async/stream_state_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698