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

Unified Diff: samples/tests/samples/src/chat/ChatServerTest.dart

Issue 8274034: Make the sample tests run using the standard test configuration (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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 | « samples/tests/dartc/testcfg.py ('k') | samples/tests/samples/src/chat/HttpParserTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/tests/samples/src/chat/ChatServerTest.dart
diff --git a/samples/tests/src/chat/chat_server_test.dart b/samples/tests/samples/src/chat/ChatServerTest.dart
similarity index 97%
rename from samples/tests/src/chat/chat_server_test.dart
rename to samples/tests/samples/src/chat/ChatServerTest.dart
index 9eac2496244c0bdd1497b58e1ce4957ab1889fc4..d5e29a0a3ca9e4232d259c605ea2b852a868580b 100644
--- a/samples/tests/src/chat/chat_server_test.dart
+++ b/samples/tests/samples/src/chat/ChatServerTest.dart
@@ -1,11 +1,17 @@
// Copyright (c) 2011, 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("chat_server_test.dart");
-#import("../../../chat/http.dart");
-#import("../../../../client/json/dart_json.dart");
-#import("../../../chat/chat_server_lib.dart");
+#import("../../../../chat/http.dart");
+#import("../../../../../client/json/dart_json.dart");
+#import("../../../../chat/chat_server_lib.dart");
// Message to start chat test client running in an isolate.
« no previous file with comments | « samples/tests/dartc/testcfg.py ('k') | samples/tests/samples/src/chat/HttpParserTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698