]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
fs-test.sh: Update expected results
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Sun, 6 Nov 2016 00:32:15 +0000 (01:32 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 21 Nov 2016 19:07:28 +0000 (14:07 -0500)
After the latest changes, ext4 no longer has any fails.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
test/fs/fs-test.sh

index 6e71b61ce984f255fc62977b151134bee3f80988..b19486419e9209dce3386ca56fbf7ab540b23bce 100755 (executable)
 # Expected results are as follows:
 # EXT4 tests:
 # fs-test.sb.ext4.out: Summary: PASS: 23 FAIL: 0
-# fs-test.ext4.out: Summary: PASS: 14 FAIL: 9
-# fs-test.fs.ext4.out: Summary: PASS: 14 FAIL: 9
+# fs-test.ext4.out: Summary: PASS: 23 FAIL: 0
+# fs-test.fs.ext4.out: Summary: PASS: 23 FAIL: 0
 # FAT tests:
 # fs-test.sb.fat.out: Summary: PASS: 23 FAIL: 0
 # fs-test.fat.out: Summary: PASS: 20 FAIL: 3
 # fs-test.fs.fat.out: Summary: PASS: 20 FAIL: 3
-# Total Summary: TOTAL PASS: 114 TOTAL FAIL: 24
+# Total Summary: TOTAL PASS: 132 TOTAL FAIL: 6
 
 # pre-requisite binaries list.
 PREREQ_BINS="md5sum mkfs mount umount dd fallocate mkdir"