summaryrefslogtreecommitdiffstats
path: root/pintos-progos/tests/filesys/extended/grow-root-lg.ck
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2012-03-26 12:54:45 +0200
committermanuel <manuel@mausz.at>2012-03-26 12:54:45 +0200
commitb5f0874cd96ee2a62aabc645b9626c2749cb6a01 (patch)
tree1262e4bbe0634de6650be130c36e0538240f4cbf /pintos-progos/tests/filesys/extended/grow-root-lg.ck
downloadprogos-b5f0874cd96ee2a62aabc645b9626c2749cb6a01.tar.gz
progos-b5f0874cd96ee2a62aabc645b9626c2749cb6a01.tar.bz2
progos-b5f0874cd96ee2a62aabc645b9626c2749cb6a01.zip
initial pintos checkin
Diffstat (limited to 'pintos-progos/tests/filesys/extended/grow-root-lg.ck')
-rw-r--r--pintos-progos/tests/filesys/extended/grow-root-lg.ck60
1 files changed, 60 insertions, 0 deletions
diff --git a/pintos-progos/tests/filesys/extended/grow-root-lg.ck b/pintos-progos/tests/filesys/extended/grow-root-lg.ck
new file mode 100644
index 0000000..b174bc9
--- /dev/null
+++ b/pintos-progos/tests/filesys/extended/grow-root-lg.ck
@@ -0,0 +1,60 @@
1# -*- perl -*-
2use strict;
3use warnings;
4use tests::tests;
5use tests::random;
6check_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
59EOF
60pass;