| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
The vfs_fat_fsusermount test is no longer relevant so has been removed.
|
|
The new version of FatFs requires a minimum of 50 blocks on the device.
Also, some tests no longer make sense with an OO vfs.
|
|
Covered case:
- Stat cases
- Invalid read/write/flush/close
- Invalid mkdir/rmdir/remove/getcwd
- File seek/tell, modes a/x/+, t/b
- Writing to a full disk
- Full path rename, slash trim
- Rename cases
- Bytestring listdir
- File object printing
|
|
|
|
|
|
|
|
Try to un-mount a file system and re-mount it again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|