This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9d72f07b6d
micropython
/
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 19:59:56 +01: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 22:47:07 +00: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 19:59:56 +01:00
d
True
extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.
2018-03-09 00:02:26 +00:00
[('foo_dir', 16384, 0, 0)]
tests/extmod/vfs_fat_fileio1: Add test for failing alloc with finaliser.
2018-02-26 02:36:13 +00:00
MemoryError
tests/extmod/vfs_fat_fileio1: Add test for calling file obj finaliser.
2018-02-28 04:27:51 +00:00
x0
x1
x2
x3