[commit: process] master: Add Windows output for process004 and process010 (0c4f7b1)
Ian Lynagh
igloo at earth.li
Sun Jun 2 23:22:44 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/process
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0c4f7b1ca2d4d0efc1d74b3c8153fcc86ed9d531
>---------------------------------------------------------------
commit 0c4f7b1ca2d4d0efc1d74b3c8153fcc86ed9d531
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Jun 2 22:13:52 2013 +0100
Add Windows output for process004 and process010
>---------------------------------------------------------------
tests/process004.stdout-mingw32 | 3 +++
tests/process010.stdout-mingw32 | 4 ++++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/tests/process004.stdout-mingw32 b/tests/process004.stdout-mingw32
index e69de29..358a68f 100644
--- a/tests/process004.stdout-mingw32
+++ b/tests/process004.stdout-mingw32
@@ -0,0 +1,3 @@
+Exc: true: runInteractiveProcess: invalid argument (Invalid argument)
+Exc: true: runProcess: invalid argument (Invalid argument)
+
diff --git a/tests/process010.stdout-mingw32 b/tests/process010.stdout-mingw32
new file mode 100644
index 0000000..569649b
--- /dev/null
+++ b/tests/process010.stdout-mingw32
@@ -0,0 +1,4 @@
+ExitSuccess
+ExitFailure 1
+Exc: /non/existent: createProcess: does not exist (No such file or directory)
+Done
More information about the ghc-commits
mailing list