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

Unified Diff: tests/standalone/src/HttpTest.dart

Issue 9488008: Include HTTP library in the standalone VM (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minor update Created 8 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/src/HttpParserTest.dart ('k') | tests/standalone/src/UrlEncodingTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/HttpTest.dart
diff --git a/samples/tests/samples/src/chat/HttpTest.dart b/tests/standalone/src/HttpTest.dart
similarity index 98%
rename from samples/tests/samples/src/chat/HttpTest.dart
rename to tests/standalone/src/HttpTest.dart
index 1bd0062b2c47202e478a99132434f722f5a857be..df2c2c38385b2ea12ad5fd42d7364acab85d83f6 100644
--- a/samples/tests/samples/src/chat/HttpTest.dart
+++ b/tests/standalone/src/HttpTest.dart
@@ -1,13 +1,14 @@
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// 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.
+//
+// VMOptions=
+// VMOptions=--short_socket_read
+// VMOptions=--short_socket_write
+// VMOptions=--short_socket_read --short_socket_write
-#library("http_test.dart");
#import("dart:isolate");
#import("dart:io");
-#import("../../../../chat/http.dart");
-#import("../../../../chat/chat_server_lib.dart");
-
class TestServerMain {
TestServerMain()
« no previous file with comments | « tests/standalone/src/HttpParserTest.dart ('k') | tests/standalone/src/UrlEncodingTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698