We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cbc072 commit 30cfdc2Copy full SHA for 30cfdc2
1 file changed
tools/tinytest-codegen.py
@@ -50,7 +50,7 @@ def script_to_map(t):
50
exclude_tests = (
51
'float/float2int_doubleprec.py', # requires double precision floating point to work
52
'inlineasm/asmfpaddsub.py', 'inlineasm/asmfpcmp.py', 'inlineasm/asmfpldrstr.py', 'inlineasm/asmfpmuldiv.py', 'inlineasm/asmfpsqrt.py',
53
- 'extmod/ticks_diff.py', 'extmod/time_ms_us.py',
+ 'extmod/ticks_diff.py', 'extmod/time_ms_us.py', 'extmod/uheapq_timeq.py',
54
'extmod/machine_pinbase.py', 'extmod/machine_pulse.py',
55
'extmod/vfs_fat_ramdisk.py', 'extmod/vfs_fat_fileio.py', 'extmod/vfs_fat_fsusermount.py', 'extmod/vfs_fat_oldproto.py',
56
)
0 commit comments