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

Unified Diff: tests/dart/src/ProcessExitNegativeTest.dart

Issue 8249007: Implement the full process interface for Windows (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
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
Index: tests/dart/src/ProcessExitNegativeTest.dart
===================================================================
--- tests/dart/src/ProcessExitNegativeTest.dart (revision 380)
+++ tests/dart/src/ProcessExitNegativeTest.dart (working copy)
@@ -6,7 +6,8 @@
// exit handler is reported correctly.
void main() {
- Process p = new Process("true", []);
+ Process p = new Process("Debug_ia32\\process_test.exe",
+ const ["0", "0", "99", "0"]);
p.setExitHandler(
(int s) {
print(a.toString()); // Should cause a compilation error here.
« bin/process_win.cc ('K') | « bin/socket_win.cc ('k') | tests/dart/src/ProcessExitTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698