f32fff43306bce60da6388407c1cb7ace60744d8
[ghc-hetmet.git] / ghc / tests / lib / IO / openFile005.stdout
1 two writes (should fail)
2 Left resource busy
3 Action: openFile
4 Reason: file is locked
5 File: openFile005.out1
6 write and an append (should fail)
7 Left resource busy
8 Action: openFile
9 Reason: file is locked
10 File: openFile005.out1
11 read/write and a write (should fail)
12 Left resource busy
13 Action: openFile
14 Reason: file is locked
15 File: openFile005.out1
16 read and a read/write (should fail)
17 Left resource busy
18 Action: openFile
19 Reason: file is locked
20 File: openFile005.out1
21 write and a read (should fail)
22 Left resource busy
23 Action: openFile
24 Reason: file is locked
25 File: openFile005.out1
26 two writes, different files (silly, but should succeed)
27 two reads, should succeed