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

Unified Diff: tests/standalone/io/http_basic_test.dart

Issue 169383003: Make event-handlers edge-triggered and move socket-state to Dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Mac os X support. Created 6 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
Index: tests/standalone/io/http_basic_test.dart
diff --git a/tests/standalone/io/http_basic_test.dart b/tests/standalone/io/http_basic_test.dart
index f30a32b7ada8507e7a1912f1280629c5fdb7b6a9..665b42eb0d414552a95d36563c85fac221150966 100644
--- a/tests/standalone/io/http_basic_test.dart
+++ b/tests/standalone/io/http_basic_test.dart
@@ -320,10 +320,10 @@ void testReasonPhrase() {
}
void main() {
- testStartStop();
+// testStartStop();
Søren Gjesse 2014/02/18 14:28:00 Please re-activate these tests
Anders Johnsen 2014/02/19 09:43:03 Done.
testGET();
- testPOST(true);
- testPOST(false);
- test404();
- testReasonPhrase();
+// testPOST(true);
+// testPOST(false);
+// test404();
+// testReasonPhrase();
}

Powered by Google App Engine
This is Rietveld 408576698