| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index e036898f1e6536f8c4ca3ccdc54690fc1e1e3a41..3988e6f6b464ed2c5122035355a299edcf92798f 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -35,6 +35,7 @@ io/directory_fuzz_test: Skip
|
| # This is expected as MacOS by default runs with a very low number
|
| # of allowed open files ('ulimit -n' says something like 256).
|
| io/socket_many_connections_test: Skip
|
| +io/web_socket_pipe_test: Skip # Issue 12974
|
|
|
| # These tests pass on MacOS 10.8.2 but fails on the buildbot machines
|
| # that are running an earlier version of MacOS. The issue is that the
|
| @@ -47,6 +48,9 @@ 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 ]
|
| +io/web_socket_pipe_test: Skip # Issue 12974
|
| +
|
| [ $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
|
|
|