| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 37eae947332071b4a20aa8098eb6bbb2364471b4..f342f31d93507ed271b54fd56e9d45b6b1607ff4 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -5,8 +5,11 @@
|
| package/invalid_uri_test: Fail, OK # Fails intentionally
|
|
|
| [ $runtime == vm ]
|
| -io/test_runner_test: Fail # Fails because checked-in dart executable is not up to date.
|
| -io/skipping_dart2js_compilations_test: Fail # Fails because checked-in dart executable is not up to date.
|
| +# Fails because checked-in dart executable is not up to date.
|
| +io/test_runner_test: Fail
|
| +# Fails because checked-in dart executable is not up to date.
|
| +# Skip this because it is leaving temp directories behind when it fails.
|
| +io/skipping_dart2js_compilations_test: Skip
|
|
|
| [ $runtime == vm && ( $system == windows ) ]
|
| io/raw_socket_test: Pass, Fail # Issue 8901
|
|
|