summaryrefslogtreecommitdiff
path: root/libraries/base/tests/IO
diff options
context:
space:
mode:
authorKjetil Limkjær <kl-smartos@lostcontinent.mu>2014-09-16 07:54:15 -0500
committerAustin Seipp <austin@well-typed.com>2014-09-16 07:54:15 -0500
commitcdf5a1c953c439de9e64a9a8364a2184049b9369 (patch)
treec6c70e312ff579e278106413147cbb4c176978c6 /libraries/base/tests/IO
parent628b21aa57bb4a96ac64559acebccb07fb3e67dd (diff)
downloadhaskell-cdf5a1c953c439de9e64a9a8364a2184049b9369.tar.gz
Add special stdout for hClose002 on x64 Solaris
Summary: This is identical to the x86 output from bug #4290, and fixes the hClose002 test when running under x86_64-unknown-solaris2. Test Plan: Re-run 'make TEST=hClose002' under x64 Solaris. Reviewers: ezyang, austin Reviewed By: ezyang, austin Subscribers: simonmar, ezyang, carter Differential Revision: https://phabricator.haskell.org/D205
Diffstat (limited to 'libraries/base/tests/IO')
-rw-r--r--libraries/base/tests/IO/hClose002.stdout-x86_64-unknown-solaris24
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/base/tests/IO/hClose002.stdout-x86_64-unknown-solaris2 b/libraries/base/tests/IO/hClose002.stdout-x86_64-unknown-solaris2
new file mode 100644
index 0000000000..39a24de031
--- /dev/null
+++ b/libraries/base/tests/IO/hClose002.stdout-x86_64-unknown-solaris2
@@ -0,0 +1,4 @@
+Left hClose002.tmp: hClose: invalid argument (Bad file number)
+Right ()
+Right ()
+Right ()