diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-11-12 03:24:36 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-11-12 03:24:36 +0300 |
commit | 30cfdc29edc7415f7d63be108f3312389c2df202 (patch) | |
tree | 44187e4b9118605c91e436da02c1ed06f7ed8800 /tools/tinytest-codegen.py | |
parent | 0cbc07227c4ab70c846f40a1e2a5fd57dec30428 (diff) |
tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm).
Diffstat (limited to 'tools/tinytest-codegen.py')
-rwxr-xr-x | tools/tinytest-codegen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tinytest-codegen.py b/tools/tinytest-codegen.py index 8e505f21a..3436d0f45 100755 --- a/tools/tinytest-codegen.py +++ b/tools/tinytest-codegen.py @@ -50,7 +50,7 @@ test_dirs = ('basics', 'micropython', 'float', 'extmod', 'inlineasm') # 'import' exclude_tests = ( 'float/float2int_doubleprec.py', # requires double precision floating point to work 'inlineasm/asmfpaddsub.py', 'inlineasm/asmfpcmp.py', 'inlineasm/asmfpldrstr.py', 'inlineasm/asmfpmuldiv.py', 'inlineasm/asmfpsqrt.py', - 'extmod/ticks_diff.py', 'extmod/time_ms_us.py', + 'extmod/ticks_diff.py', 'extmod/time_ms_us.py', 'extmod/uheapq_timeq.py', 'extmod/machine_pinbase.py', 'extmod/machine_pulse.py', 'extmod/vfs_fat_ramdisk.py', 'extmod/vfs_fat_fileio.py', 'extmod/vfs_fat_fsusermount.py', 'extmod/vfs_fat_oldproto.py', ) |