Re: [U-Boot] [PATCH 4/4] test/py: test_fs: add tests for creating/deleting many files

2019-05-15 Thread Tom Rini
On Wed, May 15, 2019 at 03:05:16PM +0900, AKASHI Takahiro wrote: > On Tue, May 14, 2019 at 08:09:53PM +0200, Heinrich Schuchardt wrote: > > On 5/13/19 7:49 AM, AKASHI Takahiro wrote: > > >Two test cases are added under test_fs_ext: > > > test case 10: for root directory > > > test case 11:

Re: [U-Boot] [PATCH 4/4] test/py: test_fs: add tests for creating/deleting many files

2019-05-15 Thread AKASHI Takahiro
On Tue, May 14, 2019 at 08:09:53PM +0200, Heinrich Schuchardt wrote: > On 5/13/19 7:49 AM, AKASHI Takahiro wrote: > >Two test cases are added under test_fs_ext: > > test case 10: for root directory > > test case 11: for non-root directory > > When running `make tests` all of these tests

Re: [U-Boot] [PATCH 4/4] test/py: test_fs: add tests for creating/deleting many files

2019-05-14 Thread Heinrich Schuchardt
On 5/13/19 7:49 AM, AKASHI Takahiro wrote: Two test cases are added under test_fs_ext: test case 10: for root directory test case 11: for non-root directory When running `make tests` all of these tests seem to be skipped: test/py/tests/test_fs/test_basic.py

[U-Boot] [PATCH 4/4] test/py: test_fs: add tests for creating/deleting many files

2019-05-12 Thread AKASHI Takahiro
Two test cases are added under test_fs_ext: test case 10: for root directory test case 11: for non-root directory Those will verify a behavior fixed by the commits related to root directory ("fs: fat: allocate a new cluster for root directory of fat32" and "fs: fat: flush a directory