X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Ffilesys%2Fextended%2Fgrow-root-sm.ck;h=1aac7e9cac77c8f7d6a6c279c8631fe59c3641a7;hb=cc41c0acfbda000cb416b3492bc8de3480b62904;hp=993fbe3d72cda4c0334cba1c8d803130ea533c68;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/tests/filesys/extended/grow-root-sm.ck b/src/tests/filesys/extended/grow-root-sm.ck index 993fbe3..1aac7e9 100644 --- a/src/tests/filesys/extended/grow-root-sm.ck +++ b/src/tests/filesys/extended/grow-root-sm.ck @@ -2,6 +2,7 @@ use strict; use warnings; use tests::tests; +use tests::random; check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']); (grow-root-sm) begin (grow-root-sm) creating and checking "file0" @@ -14,5 +15,16 @@ check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']); (grow-root-sm) creating and checking "file7" (grow-root-sm) creating and checking "file8" (grow-root-sm) creating and checking "file9" +(grow-root-sm) creating and checking "file10" +(grow-root-sm) creating and checking "file11" +(grow-root-sm) creating and checking "file12" +(grow-root-sm) creating and checking "file13" +(grow-root-sm) creating and checking "file14" +(grow-root-sm) creating and checking "file15" +(grow-root-sm) creating and checking "file16" +(grow-root-sm) creating and checking "file17" +(grow-root-sm) creating and checking "file18" +(grow-root-sm) creating and checking "file19" (grow-root-sm) end EOF +pass;