This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3babdf7c7e
circuitpython
/
tests
/
extmod
/
vfs_fat_fileio1.py.exp
19 lines
120 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: vfs_fat_fileio.py is too big to be parsed in 16K heap, split in 2. This restores ability to run testsuite with 16K heap.
2017-04-02 14:59:56 -04:00
<io.TextIOWrapper >
True
True
True
True
hello!world!
12
h
e
extmod/vfs_fat_file: Implement SEEK_CUR for non-zero offset. CPython doesn't allow SEEK_CUR with non-zero offset for files in text mode, and uPy inherited this behaviour for both text and binary files. It makes sense to provide full support for SEEK_CUR of binary-mode files in uPy, and to do this in a minimal way means also allowing to use SEEK_CUR with non-zero offsets on text-mode files. That seems to be a fair compromise.
2017-12-19 17:47:07 -05:00
o
tests: vfs_fat_fileio.py is too big to be parsed in 16K heap, split in 2. This restores ability to run testsuite with 16K heap.
2017-04-02 14:59:56 -04:00
d
True
extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.
2018-03-08 19:02:26 -05:00
[('foo_dir', 16384, 0, 0)]
tests/extmod/vfs_fat_fileio1: Add test for failing alloc with finaliser.
2018-02-25 21:36:13 -05:00
MemoryError
tests/extmod/vfs_fat_fileio1: Add test for calling file obj finaliser.
2018-02-27 23:27:51 -05:00
x0
x1
x2
x3