summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/lib/IO/openFile005.stdout
blob: 1a4b843be0a7d3d7178510ea2dfd34a5fe25c250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
two writes (should fail)
Left openFile005.out1: openFile: resource busy (file is locked)
write and an append (should fail)
Left openFile005.out1: openFile: resource busy (file is locked)
read/write and a write (should fail)
Left openFile005.out1: openFile: resource busy (file is locked)
read and a read/write (should fail)
Left openFile005.out1: openFile: resource busy (file is locked)
write and a read (should fail)
Left openFile005.out1: openFile: resource busy (file is locked)
two writes, different files (silly, but should succeed)
two reads, should succeed