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

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

Issue 8526021: - Don't run meaningless tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 1 month 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 | « compiler/tests/dartc/dartc.status ('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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix standalone 5 prefix standalone
6 6
7 [ $component == vm && $checked ] 7 [ $component == vm && $checked ]
8 # These tests have type errors on purpose. 8 # These tests have type errors on purpose.
9 ProcessInvalidArgumentsTest: Fail, OK 9 ProcessInvalidArgumentsTest: Fail, OK
10 DirectoryInvalidArgumentsTest: Fail, OK 10 DirectoryInvalidArgumentsTest: Fail, OK
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 FailTest: Fail # Fails intentionally 46 FailTest: Fail # Fails intentionally
47 TimeoutTest: Skip # Uses Socket 47 TimeoutTest: Skip # Uses Socket
48 TestRunnerTest: Skip # Uses Process 48 TestRunnerTest: Skip # Uses Process
49 FileInvalidArgumentsTest: Skip # Uses File 49 FileInvalidArgumentsTest: Skip # Uses File
50 PlatformTest: Skip # Uses Platform 50 PlatformTest: Skip # Uses Platform
51 51
52 [ $component == dartc || $component == chromium ] 52 [ $component == dartc || $component == chromium ]
53 *: Skip 53 *: Skip
54 54
55 55
56 [ $component == frog || $component == frogsh ]
57 *: Skip
58
59
56 [ $arch == x64 ] 60 [ $arch == x64 ]
57 *: Skip 61 *: Skip
58 62
59 63
60 [ $arch == arm ] 64 [ $arch == arm ]
61 *: Skip 65 *: Skip
62 66
63 67
64 [ $arch == simarm ] 68 [ $arch == simarm ]
65 *: Skip 69 *: Skip
OLDNEW
« no previous file with comments | « compiler/tests/dartc/dartc.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698