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

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

Issue 13093005: Revert 12534006 (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 | « sdk/lib/typeddata/typeddata.dart ('k') | tests/lib/scalarlist/float32x4_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. 7 # The scalarlist library is not supported by dart2js or dart2dart yet.
8 [ $compiler == dart2js || $compiler == dart2dart ] 8 [ $compiler == dart2js || $compiler == dart2dart ]
9 scalarlist/*: Skip 9 scalarlist/*: Skip
10 10
11 # The typeddata library is not supported by dart2js or dart2dart yet.
12 [ $compiler == dart2js || $compiler == dart2dart ]
13 typeddata/*: Skip
14
15
11 [ $compiler == dart2js ] 16 [ $compiler == dart2js ]
12 math/*: Skip 17 math/*: Skip
13 mirrors/*: Skip 18 mirrors/*: Skip
14 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002 19 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002
15 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 20 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012
16 21
17 [ $compiler == dart2js && $checked ] 22 [ $compiler == dart2js && $checked ]
18 async/stream_event_transform_test: Fail # Issue 7733. 23 async/stream_event_transform_test: Fail # Issue 7733.
19 24
20 [ $compiler == dart2js && $jscl ] 25 [ $compiler == dart2js && $jscl ]
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 *: Skip 95 *: Skip
91 96
92 [ $arch == simarm ] 97 [ $arch == simarm ]
93 *: Skip 98 *: Skip
94 99
95 [ $arch == mips ] 100 [ $arch == mips ]
96 *: Skip 101 *: Skip
97 102
98 [ $arch == simmips ] 103 [ $arch == simmips ]
99 *: Skip 104 *: Skip
OLDNEW
« no previous file with comments | « sdk/lib/typeddata/typeddata.dart ('k') | tests/lib/scalarlist/float32x4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698