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

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

Issue 10069034: Enable "package:" test on dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « 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 TimeoutTest: Skip # Timeout test for testing the test runner. 5 TimeoutTest: Skip # Timeout test for testing the test runner.
6 FailTest: Fail, OK # Fails intentionally 6 FailTest: Fail, OK # Fails intentionally
7 OutOfMemoryTest: Skip # Issue 2345 7 OutOfMemoryTest: Skip # Issue 2345
8 8
9 package/InvalidUriTest: Fail, OK # Fails intentionally 9 package/InvalidUriTest: Fail, OK # Fails intentionally
10 10
(...skipping 20 matching lines...) Expand all
31 [ $compiler == none && $runtime == drt ] 31 [ $compiler == none && $runtime == drt ]
32 io/*: Skip # Don't run tests using dart:io in the browser 32 io/*: Skip # Don't run tests using dart:io in the browser
33 package/*: Skip # Do not run those in Dartium. 33 package/*: Skip # Do not run those in Dartium.
34 34
35 [ $compiler == dartc] 35 [ $compiler == dartc]
36 *: Skip 36 *: Skip
37 37
38 [ $compiler == frog || $compiler == frogsh || ($compiler == dart2js && $runtime == drt) ] 38 [ $compiler == frog || $compiler == frogsh || ($compiler == dart2js && $runtime == drt) ]
39 *: Skip 39 *: Skip
40 40
41 [ $compiler == dart2js ]
42 package/*: Skip # TODO(rnystrom): Re-enable when dart2js supports "package:".
43
44 [ $arch == x64 ] 41 [ $arch == x64 ]
45 MediumIntegerTest: Fail # Issue 1146. 42 MediumIntegerTest: Fail # Issue 1146.
46 43
47 44
48 [ $arch == arm ] 45 [ $arch == arm ]
49 *: Skip 46 *: Skip
50 47
51 48
52 [ $arch == simarm ] 49 [ $arch == simarm ]
53 *: Skip 50 *: 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