summaryrefslogtreecommitdiffstatshomepage
path: root/tools/tinytest-codegen.py
diff options
context:
space:
mode:
authorAlex March <alex.march.dev@gmail.com>2016-10-21 10:45:09 +0100
committerDamien George <damien.p.george@gmail.com>2016-10-27 12:25:28 +1100
commit52aa532050baa4239e1920144ecf1d0588fc672e (patch)
tree0019d459912a8ddb66f04119b7b8b68809a23eae /tools/tinytest-codegen.py
parentfbca4f94b36397f914a663c4ea816990f17711fa (diff)
downloadmicropython-52aa532050baa4239e1920144ecf1d0588fc672e.tar.gz
micropython-52aa532050baa4239e1920144ecf1d0588fc672e.zip
qemu-arm: Exclude new vfs_fat tests.
Diffstat (limited to 'tools/tinytest-codegen.py')
-rwxr-xr-xtools/tinytest-codegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tinytest-codegen.py b/tools/tinytest-codegen.py
index 4559b06e9d..271eb55a33 100755
--- a/tools/tinytest-codegen.py
+++ b/tools/tinytest-codegen.py
@@ -53,7 +53,7 @@ exclude_tests = (
'extmod/ujson_dumps_float.py', 'extmod/ujson_loads_float.py',
'extmod/uctypes_native_float.py', 'extmod/uctypes_le_float.py',
'extmod/machine_pinbase.py', 'extmod/machine_pulse.py',
- 'extmod/vfs_fat_ramdisk.py', 'extmod/vfs_fat_fileio.py',
+ 'extmod/vfs_fat_ramdisk.py', 'extmod/vfs_fat_fileio.py', 'extmod/vfs_fat_fsusermount.py', 'extmod/vfs_fat_oldproto.py',
)
output = []