Re: [U-Boot] [PATCH] test/fs/fs-test.sh: Update expected results and TC10 logic

2015-10-12 Thread Tom Rini
On Sun, Oct 11, 2015 at 04:51:04PM -0400, Tom Rini wrote: > With the changes in 7a3e70c we now get read(2) behavior so trying to > read 2MB with 1MB left in the file results in 1MB read and a warning. > We update the test logic here to make sure we read back 1MB as expected. > This change however

[U-Boot] [PATCH] test/fs/fs-test.sh: Update expected results and TC10 logic

2015-10-11 Thread Tom Rini
With the changes in 7a3e70c we now get read(2) behavior so trying to read 2MB with 1MB left in the file results in 1MB read and a warning. We update the test logic here to make sure we read back 1MB as expected. This change however changes the overall summary as while EXT4 continues to not have off