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

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

Issue 12554008: Update status file. (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/run_async4_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 5
6 # The scalarlist library is not supported by dart2js or dart2dart yet. 6 # The scalarlist library is not supported by dart2js or dart2dart yet.
7 [ $compiler == dart2js || $compiler == dart2dart ] 7 [ $compiler == dart2js || $compiler == dart2dart ]
8 scalarlist/*: Skip 8 scalarlist/*: Skip
9 9
10 [ $compiler == dart2js ] 10 [ $compiler == dart2js ]
(...skipping 26 matching lines...) Expand all
37 [ $compiler == dartc ] 37 [ $compiler == dartc ]
38 # lib issue 6322 38 # lib issue 6322
39 crypto/hmac_sha1_test: Fail 39 crypto/hmac_sha1_test: Fail
40 crypto/hmac_sha256_test: Fail 40 crypto/hmac_sha256_test: Fail
41 41
42 [ $runtime == safari] 42 [ $runtime == safari]
43 # Bug in JSC: the test only passes when being debugged. 43 # Bug in JSC: the test only passes when being debugged.
44 crypto/hmac_md5_test: Fail, Pass 44 crypto/hmac_md5_test: Fail, Pass
45 45
46 46
47 [ $runtime == vm ] 47 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
48 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 48 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
49 async/run_async4_test: Pass, Fail # http://dartbug.com/9013
49 50
50 [ $compiler == none && $runtime == drt ] 51 [ $compiler == none && $runtime == drt ]
51 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264 52 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264
52 53
53 [ $arch == arm ] 54 [ $arch == arm ]
54 *: Skip 55 *: Skip
55 56
56 [ $arch == simarm ] 57 [ $arch == simarm ]
57 *: Skip 58 *: Skip
58 59
59 [ $arch == mips ] 60 [ $arch == mips ]
60 *: Skip 61 *: Skip
61 62
62 [ $arch == simmips ] 63 [ $arch == simmips ]
63 *: Skip 64 *: Skip
OLDNEW
« no previous file with comments | « tests/lib/async/run_async4_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698