Skip to content

Commit 30cfdc2

Browse files
committed
tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm).
1 parent 0cbc072 commit 30cfdc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/tinytest-codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def script_to_map(t):
5050
exclude_tests = (
5151
'float/float2int_doubleprec.py', # requires double precision floating point to work
5252
'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',
53+
'extmod/ticks_diff.py', 'extmod/time_ms_us.py', 'extmod/uheapq_timeq.py',
5454
'extmod/machine_pinbase.py', 'extmod/machine_pulse.py',
5555
'extmod/vfs_fat_ramdisk.py', 'extmod/vfs_fat_fileio.py', 'extmod/vfs_fat_fsusermount.py', 'extmod/vfs_fat_oldproto.py',
5656
)

0 commit comments

Comments
 (0)