mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 10:51:10 +02:00
Some ports (eg stm32) configure the FAT driver differently (eg with multi-partition support) and that leads to a slightly different sequence of block reads, compared to other configurations (eg rp2). Comment out the printing in `readblocks()` so the tests are deterministic (the printing is still useful for debugging). Signed-off-by: Damien George <damien@micropython.org>
29 lines
823 B
Plaintext
29 lines
823 B
Plaintext
<class 'VfsLfs2'>
|
|
opened
|
|
read 1 a
|
|
read rest aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
|
OSError [Errno 5] EIO
|
|
read 1 a
|
|
read rest aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
|
OSError [Errno 22] EINVAL
|
|
read 1 a
|
|
read rest aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
|
OSError [Errno 22] EINVAL
|
|
read 1 a
|
|
read rest aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
|
OSError [Errno 22] EINVAL
|
|
read 1 a
|
|
read rest aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
|
<class 'VfsFat'>
|
|
opened
|
|
read 1 a
|
|
read rest aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
|
OSError [Errno 5] EIO
|
|
OSError [Errno 5] EIO
|
|
OSError [Errno 5] EIO
|
|
OSError [Errno 5] EIO
|
|
OSError [Errno 5] EIO
|
|
OSError [Errno 5] EIO
|
|
OSError [Errno 5] EIO
|
|
OSError [Errno 5] EIO
|