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

Unified Diff: tests/standalone/src/io/SocketExceptionTest.dart

Issue 9716032: Disable tests which seems to fail on buildbot (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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/src/io/HttpClientTest.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/io/SocketExceptionTest.dart
diff --git a/tests/standalone/src/io/SocketExceptionTest.dart b/tests/standalone/src/io/SocketExceptionTest.dart
index edc78d0723169e6b9e0d902903e01c931dc7987e..ef53e6c6e7b701368523bc93c4bedeae8c6dd39b 100644
--- a/tests/standalone/src/io/SocketExceptionTest.dart
+++ b/tests/standalone/src/io/SocketExceptionTest.dart
@@ -172,6 +172,9 @@ class SocketExceptionTest {
serverSocketExceptionTest();
clientSocketExceptionTest();
indexOutOfRangeExceptionTest();
+ unknownHostTest();
+ // TODO(sgjesse): This test seems to fail on the buildbot.
+ //unresponsiveHostTest();
}
}
« no previous file with comments | « tests/standalone/src/io/HttpClientTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698