| 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
|
|
|
|
|
|
|