diff options
author | Kjetil Limkjær <kl-smartos@lostcontinent.mu> | 2014-09-16 07:54:15 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-09-16 07:54:15 -0500 |
commit | cdf5a1c953c439de9e64a9a8364a2184049b9369 (patch) | |
tree | c6c70e312ff579e278106413147cbb4c176978c6 /libraries/base/tests/IO | |
parent | 628b21aa57bb4a96ac64559acebccb07fb3e67dd (diff) | |
download | haskell-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-solaris2 | 4 |
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 () |