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

Unified Diff: runtime/tests/dart/src/ProcessStderrTest.dart

Issue 8226016: Add the ability to run tests with several sets of VM flags (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments from ngeoffray@ 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 | « runtime/tests/dart/src/EchoServerTest.dart ('k') | runtime/tests/dart/src/ProcessStdoutTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tests/dart/src/ProcessStderrTest.dart
diff --git a/runtime/tests/dart/src/ProcessStderrTest.dart b/runtime/tests/dart/src/ProcessStderrTest.dart
index e92ded255b1300f9f34a828c4e99d838b9ad5088..797dc13a4e2e88683ef4014eaf4a42dc40a63683 100644
--- a/runtime/tests/dart/src/ProcessStderrTest.dart
+++ b/runtime/tests/dart/src/ProcessStderrTest.dart
@@ -3,6 +3,11 @@
// BSD-style license that can be found in the LICENSE file.
//
// Process test program to test process communication.
+//
+// VMOptions=
+// VMOptions=--short_socket_read
+// VMOptions=--short_socket_write
+// VMOptions=--short_socket_read --short_socket_write
class ProcessStderrTest {
@@ -32,7 +37,7 @@ class ProcessStderrTest {
process.close();
}
- bool read = input.read(readBuffer, 0, BUFFERSIZE, readData);
+ bool read = input.read(readBuffer, 0, BUFFERSIZE, readData);
if (read) {
readData();
}
« no previous file with comments | « runtime/tests/dart/src/EchoServerTest.dart ('k') | runtime/tests/dart/src/ProcessStdoutTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698