Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f4121f3bd6ef752b9031ca931db47150460bcf7e >--------------------------------------------------------------- commit f4121f3bd6ef752b9031ca931db47150460bcf7e Author: David Terei <[email protected]> Date: Tue Apr 10 10:46:56 2012 -0700 Update Safe Haskell tests for changed format. >--------------------------------------------------------------- tests/safeHaskell/check/Check09.stderr | 3 ++- tests/safeHaskell/ghci/p11.stderr | 3 ++- tests/safeHaskell/ghci/p12.stderr | 3 ++- tests/safeHaskell/ghci/p17.stderr | 3 ++- tests/safeHaskell/ghci/p3.stderr | 6 ++++-- .../safeHaskell/safeInfered/UnsafeInfered11.stderr | 6 +++--- 6 files changed, 15 insertions(+), 9 deletions(-) diff --git a/tests/safeHaskell/check/Check09.stderr b/tests/safeHaskell/check/Check09.stderr index e3b752d..71cc3cd 100644 --- a/tests/safeHaskell/check/Check09.stderr +++ b/tests/safeHaskell/check/Check09.stderr @@ -1,3 +1,4 @@ Check09.hs:4:1: - bytestring-0.10.0.0:Data.ByteString.Char8 can't be safely imported! The package (bytestring-0.10.0.0) the module resides in isn't trusted. + Data.ByteString.Char8: Can't be safely imported! + The package (bytestring-0.10.0.0) the module resides in isn't trusted. diff --git a/tests/safeHaskell/ghci/p11.stderr b/tests/safeHaskell/ghci/p11.stderr index 0d33615..9ff951a 100644 --- a/tests/safeHaskell/ghci/p11.stderr +++ b/tests/safeHaskell/ghci/p11.stderr @@ -1,3 +1,4 @@ E.hs:3:1: - base:System.IO.Unsafe can't be safely imported! The module itself isn't safe. + System.IO.Unsafe: Can't be safely imported! + The module itself isn't safe. diff --git a/tests/safeHaskell/ghci/p12.stderr b/tests/safeHaskell/ghci/p12.stderr index c97035e..4df01fd 100644 --- a/tests/safeHaskell/ghci/p12.stderr +++ b/tests/safeHaskell/ghci/p12.stderr @@ -1,3 +1,4 @@ <no location info>: - bytestring-0.10.0.0:Data.ByteString can't be safely imported! The package (bytestring-0.10.0.0) the module resides in isn't trusted. + Data.ByteString: Can't be safely imported! + The package (bytestring-0.10.0.0) the module resides in isn't trusted. diff --git a/tests/safeHaskell/ghci/p17.stderr b/tests/safeHaskell/ghci/p17.stderr index c97035e..4df01fd 100644 --- a/tests/safeHaskell/ghci/p17.stderr +++ b/tests/safeHaskell/ghci/p17.stderr @@ -1,3 +1,4 @@ <no location info>: - bytestring-0.10.0.0:Data.ByteString can't be safely imported! The package (bytestring-0.10.0.0) the module resides in isn't trusted. + Data.ByteString: Can't be safely imported! + The package (bytestring-0.10.0.0) the module resides in isn't trusted. diff --git a/tests/safeHaskell/ghci/p3.stderr b/tests/safeHaskell/ghci/p3.stderr index 62aca4e..8e4ee40 100644 --- a/tests/safeHaskell/ghci/p3.stderr +++ b/tests/safeHaskell/ghci/p3.stderr @@ -1,6 +1,8 @@ <no location info>: - base:System.IO.Unsafe can't be safely imported! The module itself isn't safe. + System.IO.Unsafe: Can't be safely imported! + The module itself isn't safe. <no location info>: - bytestring-0.10.0.0:Data.ByteString can't be safely imported! The package (bytestring-0.10.0.0) the module resides in isn't trusted. + Data.ByteString: Can't be safely imported! + The package (bytestring-0.10.0.0) the module resides in isn't trusted. diff --git a/tests/safeHaskell/safeInfered/UnsafeInfered11.stderr b/tests/safeHaskell/safeInfered/UnsafeInfered11.stderr index 89c9cf1..1c9b945 100644 --- a/tests/safeHaskell/safeInfered/UnsafeInfered11.stderr +++ b/tests/safeHaskell/safeInfered/UnsafeInfered11.stderr @@ -1,9 +1,9 @@ [1 of 2] Compiling UnsafeInfered11_A ( UnsafeInfered11_A.hs, UnsafeInfered11_A.o ) -UnsafeInfered11_A.hs:1:16: - Warning: `UnsafeInfered11_A' has been infered as unsafe! +UnsafeInfered11_A.hs:1:16: Warning: + `UnsafeInfered11_A' has been infered as unsafe! Reason: - UnsafeInfered11_A.hs:17:11: + UnsafeInfered11_A.hs:17:11: Warning: Rule "lookupx/T" ignored User defined rules are disabled under Safe Haskell [2 of 2] Compiling UnsafeInfered11 ( UnsafeInfered11.hs, UnsafeInfered11.o ) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
