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

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

Issue 14323009: Does not fail anymore. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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 | « 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/stream_periodic4_test: Fail, Pass # floitsch: Marking as flaky while colle ction debug information. http://dartbug.com/9619 5 async/stream_periodic4_test: Fail, Pass # floitsch: Marking as flaky while colle ction debug information. http://dartbug.com/9619
6 6
7 # The typeddata library is not supported by dart2js or dart2dart yet. 7 # The typeddata library is not supported by dart2js or dart2dart yet.
8 [ $compiler == dart2js || $compiler == dart2dart ] 8 [ $compiler == dart2js || $compiler == dart2dart ]
9 typeddata/*: Fail 9 typeddata/*: Fail
10 10
11 11
12 # The typeddata library is not supported by dart2js or dart2dart yet. 12 # The typeddata library is not supported by dart2js or dart2dart yet.
13 [ $compiler == dart2js || $compiler == dart2dart ] 13 [ $compiler == dart2js || $compiler == dart2dart ]
14 typeddata/*: Skip 14 typeddata/*: Skip
15 15
16 16
17 [ $compiler == dart2js ] 17 [ $compiler == dart2js ]
18 math/*: Skip 18 math/*: Skip
19 mirrors/*: Skip 19 mirrors/*: Skip
20 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002 20 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002
21 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 21 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012
22 22
23 [ $compiler == dart2js && ( $runtime == chrome || $runtime == drt ) && ($system == macos || $system == windows)]
24 crypto/hmac_sha1_test: Fail # Issue 9471
25
26 [ $compiler == dart2js && $checked ] 23 [ $compiler == dart2js && $checked ]
27 async/stream_event_transform_test: Fail # Issue 7733. 24 async/stream_event_transform_test: Fail # Issue 7733.
28 25
29 [ $compiler == dart2js && $jscl ] 26 [ $compiler == dart2js && $jscl ]
30 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. 27 async/future_test: Fail # Timer interface not supported; dartbug.com/7728.
31 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8. 28 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8.
32 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8. 29 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8.
33 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 . 30 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 .
34 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728. 31 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728.
35 async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dar tbug.com/7728. 32 async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dar tbug.com/7728.
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 *: Skip 95 *: Skip
99 96
100 [ $arch == simarm ] 97 [ $arch == simarm ]
101 *: Skip 98 *: Skip
102 99
103 [ $arch == mips ] 100 [ $arch == mips ]
104 *: Skip 101 *: Skip
105 102
106 [ $arch == simmips ] 103 [ $arch == simmips ]
107 *: Skip 104 *: 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