[commit: ghc] master: Added mingw32-specific expected stdout files for tests/driver/sigof{01, 02, 03} (93c776a)

git at git.haskell.org git at git.haskell.org
Thu Oct 30 04:15:56 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/93c776a445a7692fb87d7f480671187ecb8c730e/ghc

>---------------------------------------------------------------

commit 93c776a445a7692fb87d7f480671187ecb8c730e
Author: Gintautas Miliauskas <gintautas.miliauskas at gmail.com>
Date:   Wed Oct 29 23:15:25 2014 -0500

    Added mingw32-specific expected stdout files for tests/driver/sigof{01,02,03}
    
    Reviewers: austin
    
    Reviewed By: austin
    
    Subscribers: thomie, carter, simonmar
    
    Differential Revision: https://phabricator.haskell.org/D398


>---------------------------------------------------------------

93c776a445a7692fb87d7f480671187ecb8c730e
 testsuite/tests/driver/sigof01/sigof01m.stdout-mingw32            | 7 +++++++
 .../driver/sigof02/{sigof02dm.stdout => sigof02dm.stdout-mingw32} | 4 ++--
 .../driver/sigof02/{sigof02m.stdout => sigof02m.stdout-mingw32}   | 8 ++++----
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/testsuite/tests/driver/sigof01/sigof01m.stdout-mingw32 b/testsuite/tests/driver/sigof01/sigof01m.stdout-mingw32
new file mode 100644
index 0000000..9fe3257
--- /dev/null
+++ b/testsuite/tests/driver/sigof01/sigof01m.stdout-mingw32
@@ -0,0 +1,7 @@
+[1 of 3] Compiling A                ( A.hs, tmp_sigof01m\A.o )
+[2 of 3] Compiling B[sig of A]      ( B.hsig, nothing )
+[3 of 3] Compiling Main             ( Main.hs, tmp_sigof01m\Main.o )
+Linking tmp_sigof01m/Main.exe ...
+False
+T
+True
diff --git a/testsuite/tests/driver/sigof02/sigof02dm.stdout b/testsuite/tests/driver/sigof02/sigof02dm.stdout-mingw32
similarity index 69%
copy from testsuite/tests/driver/sigof02/sigof02dm.stdout
copy to testsuite/tests/driver/sigof02/sigof02dm.stdout-mingw32
index 14ee837..3c8a1fa 100644
--- a/testsuite/tests/driver/sigof02/sigof02dm.stdout
+++ b/testsuite/tests/driver/sigof02/sigof02dm.stdout-mingw32
@@ -1,7 +1,7 @@
 [1 of 3] Compiling MapAsSet[sig of Data.Map.Lazy] ( MapAsSet.hsig, nothing )
 [2 of 3] Compiling Map[sig of Data.Map.Lazy] ( Map.hsig, nothing )
-[3 of 3] Compiling Main             ( Double.hs, tmp_sigof02dm/Main.o )
-Linking tmp_sigof02dm/Double ...
+[3 of 3] Compiling Main             ( Double.hs, tmp_sigof02dm\Main.o )
+Linking tmp_sigof02dm/Double.exe ...
 False
 fromList [0,6]
 [(0,"foo"),(6,"foo")]
diff --git a/testsuite/tests/driver/sigof02/sigof02m.stdout b/testsuite/tests/driver/sigof02/sigof02m.stdout-mingw32
similarity index 53%
copy from testsuite/tests/driver/sigof02/sigof02m.stdout
copy to testsuite/tests/driver/sigof02/sigof02m.stdout-mingw32
index 41cc4a7..65b1857 100644
--- a/testsuite/tests/driver/sigof02/sigof02m.stdout
+++ b/testsuite/tests/driver/sigof02/sigof02m.stdout-mingw32
@@ -1,9 +1,9 @@
 [1 of 2] Compiling Map[sig of Data.Map.Strict] ( Map.hsig, nothing )
-[2 of 2] Compiling Main             ( Main.hs, tmp_sigof02m/Main.o )
-Linking tmp_sigof02m/StrictMain ...
+[2 of 2] Compiling Main             ( Main.hs, tmp_sigof02m\Main.o )
+Linking tmp_sigof02m/StrictMain.exe ...
 [1 of 2] Compiling Map[sig of Data.Map.Lazy] ( Map.hsig, nothing ) [sig-of changed]
-[2 of 2] Compiling Main             ( Main.hs, tmp_sigof02m/Main.o ) [Map changed]
-Linking tmp_sigof02m/LazyMain ...
+[2 of 2] Compiling Main             ( Main.hs, tmp_sigof02m\Main.o ) [Map changed]
+Linking tmp_sigof02m/LazyMain.exe ...
 False
 [(0,"foo"),(6,"foo")]
 fromList [(0,"foo"),(6,"foo")]



More information about the ghc-commits mailing list