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

Unified Diff: tests/standalone/standalone.status

Issue 12395017: dart:io | Fix a crash when read was called on a closed socket on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove intense test. Created 7 years, 10 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 | « tests/standalone/io/raw_secure_server_socket_intense_test.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 aadd632d0b2a5a6549f6f5d34c0779f780eec063..de4b7a45ce8301a55a76d90d3c727be319bc9fd9 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -14,9 +14,7 @@ io/test_runner_test: fail
[ $runtime == vm && ( $system == windows ) ]
io/raw_server_socket_cancel_test: Pass, Fail, Timeout # Issue 8675
-io/raw_socket_tests: Pass, Fail # Issue 8901
-io/raw_secure_server_socket_test: Pass, Crash # Issue 8798
-io/raw_secure_server_socket_intense_test: Pass, Crash, Fail, Timeout # Issue 8798
+io/raw_socket_test: Pass, Fail # Issue 8901
[ $runtime == vm ]
package/package_isolate_test: Fail # http://dartbug.com/7520.
@@ -45,7 +43,6 @@ io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091
# 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/raw_secure_server_socket_intense_test: Skip
# 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
« no previous file with comments | « tests/standalone/io/raw_secure_server_socket_intense_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698