| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index b837985a64c9cc4c792c21f22daee868ac4b3940..0cfffc9220a665457569fa104d8347b815c729dc 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -22,12 +22,12 @@ io/test_runner_test: Pass, Fail # Issue 1947
|
|
|
| [ $runtime == vm && $system == macos ]
|
| # This test fails with "Too many open files" on the Mac OS buildbot.
|
| +# 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
|
|
|
| [ $runtime == vm && $system == windows ]
|
| -io/http_shutdown_test: Skip # Currently times out on windows
|
| io/file_system_links_test: Skip # No links on Windows.
|
| -io/http_connection_header_test: Pass, Fail # Issue 2959
|
|
|
| [ $compiler == none && $runtime == drt ]
|
| io/*: Skip # Don't run tests using dart:io in the browser
|
|
|