Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / grow-root-lg.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 use tests::random;
6 check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
7 (grow-root-lg) begin
8 (grow-root-lg) creating and checking "file0"
9 (grow-root-lg) creating and checking "file1"
10 (grow-root-lg) creating and checking "file2"
11 (grow-root-lg) creating and checking "file3"
12 (grow-root-lg) creating and checking "file4"
13 (grow-root-lg) creating and checking "file5"
14 (grow-root-lg) creating and checking "file6"
15 (grow-root-lg) creating and checking "file7"
16 (grow-root-lg) creating and checking "file8"
17 (grow-root-lg) creating and checking "file9"
18 (grow-root-lg) creating and checking "file10"
19 (grow-root-lg) creating and checking "file11"
20 (grow-root-lg) creating and checking "file12"
21 (grow-root-lg) creating and checking "file13"
22 (grow-root-lg) creating and checking "file14"
23 (grow-root-lg) creating and checking "file15"
24 (grow-root-lg) creating and checking "file16"
25 (grow-root-lg) creating and checking "file17"
26 (grow-root-lg) creating and checking "file18"
27 (grow-root-lg) creating and checking "file19"
28 (grow-root-lg) creating and checking "file20"
29 (grow-root-lg) creating and checking "file21"
30 (grow-root-lg) creating and checking "file22"
31 (grow-root-lg) creating and checking "file23"
32 (grow-root-lg) creating and checking "file24"
33 (grow-root-lg) creating and checking "file25"
34 (grow-root-lg) creating and checking "file26"
35 (grow-root-lg) creating and checking "file27"
36 (grow-root-lg) creating and checking "file28"
37 (grow-root-lg) creating and checking "file29"
38 (grow-root-lg) creating and checking "file30"
39 (grow-root-lg) creating and checking "file31"
40 (grow-root-lg) creating and checking "file32"
41 (grow-root-lg) creating and checking "file33"
42 (grow-root-lg) creating and checking "file34"
43 (grow-root-lg) creating and checking "file35"
44 (grow-root-lg) creating and checking "file36"
45 (grow-root-lg) creating and checking "file37"
46 (grow-root-lg) creating and checking "file38"
47 (grow-root-lg) creating and checking "file39"
48 (grow-root-lg) creating and checking "file40"
49 (grow-root-lg) creating and checking "file41"
50 (grow-root-lg) creating and checking "file42"
51 (grow-root-lg) creating and checking "file43"
52 (grow-root-lg) creating and checking "file44"
53 (grow-root-lg) creating and checking "file45"
54 (grow-root-lg) creating and checking "file46"
55 (grow-root-lg) creating and checking "file47"
56 (grow-root-lg) creating and checking "file48"
57 (grow-root-lg) creating and checking "file49"
58 (grow-root-lg) end
59 EOF
60 pass;