Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: tests/standalone/standalone.status

Issue 10908121: Do not close sockets for http connection fully before we are (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/http_impl.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « runtime/bin/http_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698