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

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

Issue 12380060: Add first version of runAsync. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. 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/run_async_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 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002
11
12 [ $compiler == dart2js && ($runtime == d8 || $jscl) ]
13 async/run_async4_test: Fail # no global exception handler in isolates. http://da rtbug.com/9012
10 14
11 [ $compiler == dart2js && $checked ] 15 [ $compiler == dart2js && $checked ]
12 async/stream_event_transform_test: Fail # Issue 7733. 16 async/stream_event_transform_test: Fail # Issue 7733.
13 17
14 [ $compiler == dart2js && $jscl ] 18 [ $compiler == dart2js && $jscl ]
15 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. 19 async/future_test: Fail # Timer interface not supported; dartbug.com/7728.
16 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8. 20 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8.
17 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8. 21 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8.
18 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 . 22 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 .
19 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728. 23 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728.
(...skipping 12 matching lines...) Expand all
32 crypto/hmac_sha1_test: Fail 36 crypto/hmac_sha1_test: Fail
33 crypto/hmac_sha256_test: Fail 37 crypto/hmac_sha256_test: Fail
34 38
35 [ $runtime == safari] 39 [ $runtime == safari]
36 # Bug in JSC: the test only passes when being debugged. 40 # Bug in JSC: the test only passes when being debugged.
37 crypto/hmac_md5_test: Fail, Pass 41 crypto/hmac_md5_test: Fail, Pass
38 42
39 [ $runtime == vm && $arch == x64 ] 43 [ $runtime == vm && $arch == x64 ]
40 async/slow_consumer2_test: Fail # Issue 7726 44 async/slow_consumer2_test: Fail # Issue 7726
41 45
46 [ $runtime == vm ]
47 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
48
49
42 [ $compiler == none && $runtime == drt ] 50 [ $compiler == none && $runtime == drt ]
43 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264 51 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264
44 52
45 [ $arch == arm ] 53 [ $arch == arm ]
46 *: Skip 54 *: Skip
47 55
48 [ $arch == simarm ] 56 [ $arch == simarm ]
49 *: Skip 57 *: Skip
50 58
51 [ $arch == mips ] 59 [ $arch == mips ]
52 *: Skip 60 *: Skip
53 61
54 [ $arch == simmips ] 62 [ $arch == simmips ]
55 *: Skip 63 *: Skip
OLDNEW
« no previous file with comments | « tests/lib/async/run_async_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698