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

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

Issue 9623001: Skip non-client tests on legium. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « tests/language/language-leg.status ('k') | tests/utils/utils.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 prefix standalone 5 prefix standalone
6 6
7 TimeoutTest: Skip # Timeout test for testing the test runner. 7 TimeoutTest: Skip # Timeout test for testing the test runner.
8 FailTest: Fail, OK # Fails intentionally 8 FailTest: Fail, OK # Fails intentionally
9 9
10 [ $component == vm && $checked ] 10 [ $component == vm && $checked ]
(...skipping 15 matching lines...) Expand all
26 [ $component == vm && $system == win32] 26 [ $component == vm && $system == win32]
27 io/TestExtensionTest: Skip # Extensions not implemented on Windows 27 io/TestExtensionTest: Skip # Extensions not implemented on Windows
28 io/HttpShutdownTest: Skip # Currently times out on windows 28 io/HttpShutdownTest: Skip # Currently times out on windows
29 29
30 [ $component == dartium ] 30 [ $component == dartium ]
31 io/*: Skip # Don't run tests using dart:io in the browser 31 io/*: Skip # Don't run tests using dart:io in the browser
32 32
33 [ $component == dartc || $component == chromium ] 33 [ $component == dartc || $component == chromium ]
34 *: Skip 34 *: Skip
35 35
36 [ $component == frog || $component == frogsh || $component == leg || $component == frogium ] 36 [ $component == frog || $component == frogsh || $component == leg || $component == frogium || $component == legium ]
37 *: Skip 37 *: Skip
38 38
39 39
40 [ $component == frog || $component == frogsh ] 40 [ $component == frog || $component == frogsh ]
41 *: Skip 41 *: Skip
42 42
43 43
44 [ $arch == x64 ] 44 [ $arch == x64 ]
45 MediumIntegerTest: Fail # Issue 1146. 45 MediumIntegerTest: Fail # Issue 1146.
46 46
47 47
48 [ $arch == arm ] 48 [ $arch == arm ]
49 *: Skip 49 *: Skip
50 50
51 51
52 [ $arch == simarm ] 52 [ $arch == simarm ]
53 *: Skip 53 *: Skip
OLDNEW
« no previous file with comments | « tests/language/language-leg.status ('k') | tests/utils/utils.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698