add some missing exits on configure failure.
[xfstests-dev.git] / 009.out
1 QA output created by 009
2 *** mkfs
3 *** mount
4 *** test 1 - reservations cleared on O_TRUNC
5     blocksize 4096
6     CMD resvsp, off=0, len=4096000
7     MAP off=0, len=4096000 [0,1000]
8         [ofs,count]: start..end
9         [0,1000]: BLOCKRANGE
10     MAP off=0, len=-1 [0-]
11         [ofs,count]: start..end
12         [0,1000]: BLOCKRANGE
13 filesize = 0
14     blocksize 4096
15     MAP off=0, len=-1 [0-]
16         [ofs,count]: start..end
17 filesize = 0
18 *** test 2 - reserve & filesize
19     blocksize 4096
20     CMD resvsp, off=0, len=4096000
21     MAP off=0, len=4096000 [0,1000]
22         [ofs,count]: start..end
23         [0,1000]: BLOCKRANGE
24 filesize = 0
25 *** test 3 - alloc & filesize
26     blocksize 4096
27     CMD allocsp, off=4096000, len=-1
28     MAP off=4096000, len=-1 [1000-]
29         [ofs,count]: start..end
30 filesize = 4096000
31 *** test 4 - allocations cleared on O_TRUNC
32     blocksize 4096
33     CMD allocsp, off=4096000, len=-1
34     MAP off=4096000, len=-1 [1000-]
35         [ofs,count]: start..end
36 filesize = 4096000
37     blocksize 4096
38     MAP off=0, len=-1 [0-]
39         [ofs,count]: start..end
40 filesize = 0
41 *** test 5 - reserve / unreserve
42     blocksize 4096
43     CMD resvsp, off=0, len=409600
44     MAP off=0, len=409600 [0,100]
45         [ofs,count]: start..end
46         [0,100]: BLOCKRANGE
47     CMD unresvsp, off=409600, len=2048000
48     MAP off=409600, len=2048000 [100,500]
49         [ofs,count]: start..end
50     MAP off=0, len=-1 [0-]
51         [ofs,count]: start..end
52         [0,100]: BLOCKRANGE
53     CMD unresvsp, off=3686400, len=819200
54     MAP off=3686400, len=819200 [900,200]
55         [ofs,count]: start..end
56     MAP off=0, len=-1 [0-]
57         [ofs,count]: start..end
58         [0,100]: BLOCKRANGE
59 *** test 6 - reserve adjacent
60     blocksize 4096
61     CMD resvsp, off=0, len=409600
62     MAP off=0, len=409600 [0,100]
63         [ofs,count]: start..end
64         [0,100]: BLOCKRANGE
65     CMD resvsp, off=409600, len=409600
66     MAP off=409600, len=409600 [100,100]
67         [ofs,count]: start..end
68         [100,100]: BLOCKRANGE
69     MAP off=0, len=-1 [0-]
70         [ofs,count]: start..end
71         [0,200]: BLOCKRANGE
72 *** test 7 - alloc
73     blocksize 4096
74     CMD allocsp, off=4096000, len=-1
75     MAP off=4096000, len=-1 [1000-]
76         [ofs,count]: start..end
77     MAP off=0, len=-1 [0-]
78         [ofs,count]: start..end
79         [0,1000]: BLOCKRANGE
80     CMD allocsp, off=8192000, len=-1
81     MAP off=8192000, len=-1 [2000-]
82         [ofs,count]: start..end
83     MAP off=0, len=-1 [0-]
84         [ofs,count]: start..end
85         [0,2000]: BLOCKRANGE
86 filesize = 8192000
87 *** test 8 - alloc & truncate
88     blocksize 4096
89     CMD allocsp, off=4096000, len=-1
90     MAP off=4096000, len=-1 [1000-]
91         [ofs,count]: start..end
92     MAP off=0, len=-1 [0-]
93         [ofs,count]: start..end
94         [0,1000]: BLOCKRANGE
95     TRUNCATE off=2048000
96     MAP off=0, len=-1 [0-]
97         [ofs,count]: start..end
98         [0,500]: BLOCKRANGE
99 filesize = 2048000
100 *** test 9 - reserve & truncate
101     blocksize 4096
102     CMD resvsp, off=0, len=4096000
103     MAP off=0, len=4096000 [0,1000]
104         [ofs,count]: start..end
105         [0,1000]: BLOCKRANGE
106     MAP off=0, len=-1 [0-]
107         [ofs,count]: start..end
108         [0,1000]: BLOCKRANGE
109     TRUNCATE off=2048000
110     MAP off=0, len=-1 [0-]
111         [ofs,count]: start..end
112         [0,1000]: BLOCKRANGE
113 filesize = 2048000
114 *** unmount