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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/language/language-leg.status ('k') | tests/standalone/standalone-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/standalone.status
===================================================================
--- tests/standalone/standalone.status (revision 5854)
+++ tests/standalone/standalone.status (working copy)
@@ -5,40 +5,36 @@
TimeoutTest: Skip # Timeout test for testing the test runner.
FailTest: Fail, OK # Fails intentionally
-[ $component == vm && $checked ]
+[ $runtime == vm && $checked ]
# These tests have type errors on purpose.
io/ProcessInvalidArgumentsTest: Fail, OK
io/DirectoryInvalidArgumentsTest: Fail, OK
io/FileInvalidArgumentsTest: Fail, OK
-[ $component == vm]
+[ $runtime == vm]
io/ManyEchoServerTest: Skip # Bug 5103754
# These tests fail, crash, and timeout to test the testing infrastructure.
io/TestExtensionTest: Fail # shared library in wrong place (issue 1817)
-[ $component == vm && $system == macos]
+[ $runtime == vm && $system == macos]
# This test fails with "Too many open files" on the Mac OS buildbot.
io/SocketManyConnectionsTest: Skip
io/TestExtensionTest: Skip # Extensions not implemented on MacOS
-[ $component == vm && $system == windows]
+[ $runtime == vm && $system == windows]
io/TestExtensionTest: Skip # Extensions not implemented on Windows
io/HttpShutdownTest: Skip # Currently times out on windows
-[ $component == dartium ]
+[ $compiler == none && $runtime == drt ]
io/*: Skip # Don't run tests using dart:io in the browser
-[ $component == dartc || $component == chromium ]
+[ $compiler == dartc]
*: Skip
-[ $component == frog || $component == frogsh || $component == frogium || $component == legium ]
+[ $compiler == frog || $compiler == frogsh || ($compiler == dart2js && $runtime == drt) ]
*: Skip
-[ $component == frog || $component == frogsh ]
-*: Skip
-
-
[ $arch == x64 ]
MediumIntegerTest: Fail # Issue 1146.
« 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