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

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

Issue 9838068: Rename test.dart component to specify compiler + runtime. (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/standalone/standalone-leg.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 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 7
8 [ $component == vm && $checked ] 8 [ $runtime == vm && $checked ]
9 # These tests have type errors on purpose. 9 # These tests have type errors on purpose.
10 io/ProcessInvalidArgumentsTest: Fail, OK 10 io/ProcessInvalidArgumentsTest: Fail, OK
11 io/DirectoryInvalidArgumentsTest: Fail, OK 11 io/DirectoryInvalidArgumentsTest: Fail, OK
12 io/FileInvalidArgumentsTest: Fail, OK 12 io/FileInvalidArgumentsTest: Fail, OK
13 13
14 [ $component == vm] 14 [ $runtime == vm]
15 io/ManyEchoServerTest: Skip # Bug 5103754 15 io/ManyEchoServerTest: Skip # Bug 5103754
16 # These tests fail, crash, and timeout to test the testing infrastructure. 16 # These tests fail, crash, and timeout to test the testing infrastructure.
17 io/TestExtensionTest: Fail # shared library in wrong place (issue 1817) 17 io/TestExtensionTest: Fail # shared library in wrong place (issue 1817)
18 18
19 [ $component == vm && $system == macos] 19 [ $runtime == vm && $system == macos]
20 # This test fails with "Too many open files" on the Mac OS buildbot. 20 # This test fails with "Too many open files" on the Mac OS buildbot.
21 io/SocketManyConnectionsTest: Skip 21 io/SocketManyConnectionsTest: Skip
22 io/TestExtensionTest: Skip # Extensions not implemented on MacOS 22 io/TestExtensionTest: Skip # Extensions not implemented on MacOS
23 23
24 [ $component == vm && $system == windows] 24 [ $runtime == vm && $system == windows]
25 io/TestExtensionTest: Skip # Extensions not implemented on Windows 25 io/TestExtensionTest: Skip # Extensions not implemented on Windows
26 io/HttpShutdownTest: Skip # Currently times out on windows 26 io/HttpShutdownTest: Skip # Currently times out on windows
27 27
28 [ $component == dartium ] 28 [ $compiler == none && $runtime == drt ]
29 io/*: Skip # Don't run tests using dart:io in the browser 29 io/*: Skip # Don't run tests using dart:io in the browser
30 30
31 [ $component == dartc || $component == chromium ] 31 [ $compiler == dartc]
32 *: Skip 32 *: Skip
33 33
34 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == legium ] 34 [ $compiler == frog || $compiler == frogsh || ($compiler == dart2js && $runtime == drt) ]
35 *: Skip
36
37
38 [ $component == frog || $component == frogsh ]
39 *: Skip 35 *: Skip
40 36
41 37
42 [ $arch == x64 ] 38 [ $arch == x64 ]
43 MediumIntegerTest: Fail # Issue 1146. 39 MediumIntegerTest: Fail # Issue 1146.
44 40
45 41
46 [ $arch == arm ] 42 [ $arch == arm ]
47 *: Skip 43 *: Skip
48 44
49 45
50 [ $arch == simarm ] 46 [ $arch == simarm ]
51 *: Skip 47 *: Skip
OLDNEW
« no previous file with comments | « tests/language/language-leg.status ('k') | tests/standalone/standalone-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698