diff mbox

[U-Boot,2/2] fs-test.sh: Update expected results

Message ID 638533bf1ce94d7ba75598ed9fccdb3b@rwthex-w2-b.rwth-ad.de
State Accepted
Commit b18491520fa3b8bbc07727c33a06801df4c796a2
Delegated to: Tom Rini
Headers show

Commit Message

Stefan Brüns Nov. 6, 2016, 12:32 a.m. UTC
After the latest changes, ext4 no longer has any fails.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
---
 test/fs/fs-test.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Stephen Warren Nov. 6, 2016, 3:23 a.m. UTC | #1
On 11/05/2016 06:32 PM, Stefan Brüns wrote:
> After the latest changes, ext4 no longer has any fails.

Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Tom Rini Nov. 22, 2016, 2:50 a.m. UTC | #2
On Sun, Nov 06, 2016 at 01:32:15AM +0100, Stefan Brüns wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/test/fs/fs-test.sh b/test/fs/fs-test.sh
index 6e71b61..b194864 100755
--- a/test/fs/fs-test.sh
+++ b/test/fs/fs-test.sh
@@ -10,13 +10,13 @@ 
 # 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"