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

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

Issue 10052021: Fix "package:" stuff on Windows and skip tests on dart2js since it doesn't support it yet. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Typo. 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 | « runtime/bin/builtin.dart ('k') | 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 19 matching lines...) Expand all
30 30
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 33
34 [ $compiler == dartc] 34 [ $compiler == dartc]
35 *: Skip 35 *: Skip
36 36
37 [ $compiler == frog || $compiler == frogsh || ($compiler == dart2js && $runtime == drt) ] 37 [ $compiler == frog || $compiler == frogsh || ($compiler == dart2js && $runtime == drt) ]
38 *: Skip 38 *: Skip
39 39
40 [ $compiler == dart2js ]
41 package/PackageTest: Skip # TODO(rnystrom): Re-enable these once dart2js
ahe 2012/04/12 18:16:26 It would be great if you could use "Fail" instead
Bob Nystrom 2012/04/12 21:18:26 Good call. I didn't really think that through.
42 package/InvalidUriTest: Skip # supports "package:".
40 43
41 [ $arch == x64 ] 44 [ $arch == x64 ]
42 MediumIntegerTest: Fail # Issue 1146. 45 MediumIntegerTest: Fail # Issue 1146.
43 46
44 47
45 [ $arch == arm ] 48 [ $arch == arm ]
46 *: Skip 49 *: Skip
47 50
48 51
49 [ $arch == simarm ] 52 [ $arch == simarm ]
50 *: Skip 53 *: Skip
OLDNEW
« no previous file with comments | « runtime/bin/builtin.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698