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

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

Issue 12391058: Better status file for bug. Also catches jsc. (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 | « 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/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
11 [ $compiler == dart2js && $checked ] 11 [ $compiler == dart2js && $checked ]
12 async/stream_event_transform_test: Fail # Issue 7733. 12 async/stream_event_transform_test: Fail # Issue 7733.
13 13
14 [ $compiler == dart2js && $jscl ] 14 [ $compiler == dart2js && $jscl ]
15 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. 15 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. 16 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. 17 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 . 18 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. 19 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728.
20 async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dar tbug.com/7728.
20 21
21 [ $compiler == dart2js && $browser ] 22 [ $compiler == dart2js && $browser ]
22 crypto/sha256_test: Slow, Pass 23 crypto/sha256_test: Slow, Pass
23 crypto/sha1_test: Slow, Pass 24 crypto/sha1_test: Slow, Pass
24 25
25 [ $compiler == dart2dart ] 26 [ $compiler == dart2dart ]
26 # Skip until we stabilize language tests. 27 # Skip until we stabilize language tests.
27 *: Skip 28 *: Skip
28 29
29 [ $compiler == dartc ] 30 [ $compiler == dartc ]
30 # lib issue 6322 31 # lib issue 6322
31 crypto/hmac_sha1_test: Fail 32 crypto/hmac_sha1_test: Fail
32 crypto/hmac_sha256_test: Fail 33 crypto/hmac_sha256_test: Fail
33 34
34 [ $runtime == safari] 35 [ $runtime == safari]
35 # Bug in JSC: the test only passes when being debugged. 36 # Bug in JSC: the test only passes when being debugged.
36 crypto/hmac_md5_test: Fail, Pass 37 crypto/hmac_md5_test: Fail, Pass
37 38
38 [ $runtime == vm && $arch == x64 ] 39 [ $runtime == vm && $arch == x64 ]
39 async/slow_consumer2_test: Fail # Issue 7726 40 async/slow_consumer2_test: Fail # Issue 7726
40 41
41 [ $compiler == none && $runtime == drt ] 42 [ $compiler == none && $runtime == drt ]
42 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264 43 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264
43 44
44 [ $runtime == d8 ]
45 async/stream_state_nonzero_timer_test: Fail # d8 doesn't handle nonzero timers.
46
47 [ $arch == arm ] 45 [ $arch == arm ]
48 *: Skip 46 *: Skip
49 47
50 [ $arch == simarm ] 48 [ $arch == simarm ]
51 *: Skip 49 *: Skip
52 50
53 [ $arch == mips ] 51 [ $arch == mips ]
54 *: Skip 52 *: Skip
55 53
56 [ $arch == simmips ] 54 [ $arch == simmips ]
57 *: Skip 55 *: 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