summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/vfs_fat_fileio2.py.exp
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-04-02 21:59:56 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-04-02 22:02:11 +0300
commitb9e9cfcfc1fd8e912f0e76cfe6a90c24b8f461ba (patch)
tree904c151b99a34da553fa6f7c13a58b2ab9b87b99 /tests/extmod/vfs_fat_fileio2.py.exp
parent9a973977bbba8fda284bbc6eca4991fe0fd1d5ac (diff)
downloadmicropython-b9e9cfcfc1fd8e912f0e76cfe6a90c24b8f461ba.tar.gz
micropython-b9e9cfcfc1fd8e912f0e76cfe6a90c24b8f461ba.zip
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.
Diffstat (limited to 'tests/extmod/vfs_fat_fileio2.py.exp')
-rw-r--r--tests/extmod/vfs_fat_fileio2.py.exp11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/extmod/vfs_fat_fileio2.py.exp b/tests/extmod/vfs_fat_fileio2.py.exp
new file mode 100644
index 0000000000..38ec5c9b9d
--- /dev/null
+++ b/tests/extmod/vfs_fat_fileio2.py.exp
@@ -0,0 +1,11 @@
+True
+True
+True
+b'data in file'
+True
+['sub_file.txt', 'file.txt']
+['foo_dir', 'moved-to-root.txt']
+['foo_dir', 'moved-to-root.txt']
+new text
+['moved-to-root.txt']
+ENOSPC: True