| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 4832ac58e4486c2c10cb7cb62cb1083386524be4..865b2e4936a0e16ef6eb41c424fc8b43e255996b 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -50,6 +50,10 @@ io/directory_non_ascii_sync_test: Pass, Fail
|
| io/directory_non_ascii_test: Pass, Fail
|
| io/process_non_ascii_test: Pass, Fail
|
|
|
| +[ $runtime == vm && $system == windows && $mode == debug && $checked ]
|
| +io/http_client_request_test: Pass, Crash # Issue 11278
|
| +io/http_server_response_test: Pass, Crash # Issue 11278
|
| +
|
| [ $compiler == none && $runtime == drt ]
|
| typed_data_isolate_test: Skip # This test uses dart:io
|
| io/*: Skip # Don't run tests using dart:io in the browser
|
|
|