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

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

Issue 12567005: Merge scalarlist.status into lib.status. Will fix dart2js breakage. (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 | tests/lib/scalarlist/scalarlist.status » ('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
6 # The scalarlist library is not supported by dart2js or dart2dart yet.
7 [ $compiler == dart2js || $compiler == dart2dart ]
8 scalarlist/*: Skip
9
5 [ $compiler == dart2js ] 10 [ $compiler == dart2js ]
6 math/*: Skip 11 math/*: Skip
7 mirrors/*: Skip 12 mirrors/*: Skip
8 13
9 [ $compiler == dart2js && $checked ] 14 [ $compiler == dart2js && $checked ]
10 async/stream_event_transform_test: Fail # Issue 7733. 15 async/stream_event_transform_test: Fail # Issue 7733.
11 16
12 [ $compiler == dart2js && $jscl ] 17 [ $compiler == dart2js && $jscl ]
13 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. 18 async/future_test: Fail # Timer interface not supported; dartbug.com/7728.
14 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8. 19 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8.
(...skipping 26 matching lines...) Expand all
41 *: Skip 46 *: Skip
42 47
43 [ $arch == simarm ] 48 [ $arch == simarm ]
44 *: Skip 49 *: Skip
45 50
46 [ $arch == mips ] 51 [ $arch == mips ]
47 *: Skip 52 *: Skip
48 53
49 [ $arch == simmips ] 54 [ $arch == simmips ]
50 *: Skip 55 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/lib/scalarlist/scalarlist.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698