| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 755bb351d9681e810fa9a2bd38968d917193d4aa..700825651cf3799d402d422ebf5fefaa9e784974 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -2,12 +2,12 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| +io/http_basic_test: Pass, Timeout # Issue 6393
|
| +
|
| out_of_memory_test: Skip # Issue 2345
|
|
|
| package/invalid_uri_test: Fail, OK # Fails intentionally
|
|
|
| -io/http_basic_test: Fail, Pass # Flaky test: http://dartbug.com/6484
|
| -
|
| [ $runtime == vm && $checked ]
|
| # These tests have type errors on purpose.
|
| io/process_invalid_arguments_test: Fail, OK
|
| @@ -27,7 +27,6 @@ io/test_runner_test: Pass, Fail # Issue 1947
|
| # 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/http_proxy_test: Fail, Pass # http://dartbug.com/5717
|
|
|
| [ $runtime == vm && $system == windows ]
|
| io/file_system_links_test: Skip # No links on Windows.
|
|
|