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

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

Issue 12982010: Review changes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merged 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 | « sdk/lib/typeddata/typeddata.dart ('k') | tests/lib/scalarlist/float32x4_list_test.dart » ('j') | 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: Pass, Fail # Issue http://dartbug.com/9367 5 async/stream_periodic4_test: Pass, Fail # Issue http://dartbug.com/9367
6 6
7 # The scalarlist library is not supported by dart2js or dart2dart yet.
8 [ $compiler == dart2js || $compiler == dart2dart ]
9 scalarlist/*: Skip
10
11 # The typeddata library is not supported by dart2js or dart2dart yet. 7 # The typeddata library is not supported by dart2js or dart2dart yet.
12 [ $compiler == dart2js || $compiler == dart2dart ] 8 [ $compiler == dart2js || $compiler == dart2dart ]
13 typeddata/*: Skip 9 typeddata/*: Fail
14 10
15 11
16 [ $compiler == dart2js ] 12 [ $compiler == dart2js ]
17 math/*: Skip 13 math/*: Skip
18 mirrors/*: Skip 14 mirrors/*: Skip
19 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002 15 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002
20 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 16 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012
21 17
22 [ $compiler == dart2js && $checked ] 18 [ $compiler == dart2js && $checked ]
23 async/stream_event_transform_test: Fail # Issue 7733. 19 async/stream_event_transform_test: Fail # Issue 7733.
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 *: Skip 91 *: Skip
96 92
97 [ $arch == simarm ] 93 [ $arch == simarm ]
98 *: Skip 94 *: Skip
99 95
100 [ $arch == mips ] 96 [ $arch == mips ]
101 *: Skip 97 *: Skip
102 98
103 [ $arch == simmips ] 99 [ $arch == simmips ]
104 *: Skip 100 *: Skip
OLDNEW
« no previous file with comments | « sdk/lib/typeddata/typeddata.dart ('k') | tests/lib/scalarlist/float32x4_list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698