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

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

Issue 8365032: Process tests work across platforms. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Process tests work across platforms. 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
Index: tests/standalone/src/ProcessExitTest.dart
diff --git a/tests/standalone/src/ProcessExitTest.dart b/tests/standalone/src/ProcessExitTest.dart
index 046f05914ea75b227a2512c38654aeb09d20aec0..165b39b17711b47094aba7414dc7f0ab73a3d1ba 100644
--- a/tests/standalone/src/ProcessExitTest.dart
+++ b/tests/standalone/src/ProcessExitTest.dart
@@ -4,10 +4,12 @@
//
// Process test program to test process communication.
+#source("ProcessTestUtil.dart");
+
class ProcessExitTest {
static void testExit() {
- Process process = new Process("out/Debug_ia32/process_test",
+ Process process = new Process(getProcessTestFileName(),
const ["0", "0", "99", "0"]);
void exitHandler(int exitCode) {
« no previous file with comments | « no previous file | tests/standalone/src/ProcessSegfaultTest.dart » ('j') | tests/standalone/src/ProcessStderrTest.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698