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

Unified Diff: dart/tests/standalone/standalone.status

Issue 8408002: Add a new variable environment for testing, to replace the misusage of 'arch'. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 2 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
Index: dart/tests/standalone/standalone.status
===================================================================
--- dart/tests/standalone/standalone.status (revision 952)
+++ dart/tests/standalone/standalone.status (working copy)
@@ -4,12 +4,12 @@
prefix standalone
-[ $arch == ia32 && $checked ]
+[ $FOOBAR == vm && $checked ]
# These tests have type errors on purpose.
ProcessInvalidArgumentsTest: Fail, OK
DirectoryInvalidArgumentsTest: Fail, OK
-[ $arch == ia32]
+[ $FOOBAR == vm]
ManyEchoServerTest: Skip # Bug 5103754
BlackListedTest/01: Fail # Bug 5469684
@@ -25,19 +25,19 @@
BlackListedTest/11: Fail, Crash # Bug 5469684
BlackListedTest/12: Fail, Crash # Bug 5469684
-[ $arch == ia32 && $mode == release]
+[ $FOOBAR == vm && $mode == release]
# Currently process tests are bound to debug mode.
Process*: Skip # Bug 172
-[ $arch == ia32 && $system == macos]
+[ $FOOBAR == vm && $system == macos]
Process*: Skip # Bug 172
# This test fails with "Too many open files" on the Mac OS buildbot.
SocketManyConnectionsTest: Skip
-[ $arch == ia32 && $system == win32]
+[ $FOOBAR == vm && $system == win32]
Process*: Skip
-[ $arch == dartium ]
+[ $FOOBAR == dartium ]
# Server specific tests OK to fail in the browser
EchoServerTest: Skip # Uses Socket
EchoServerStreamTest: Skip # Uses Socket
@@ -60,7 +60,7 @@
StringStreamTest: Skip # Uses InputStream
-[ $arch == dartc || $arch == chromium ]
+[ $FOOBAR == dartc || $FOOBAR == chromium ]
*: Skip

Powered by Google App Engine
This is Rietveld 408576698