Skip to content

Commit 320099a

Browse files
committed
tools/tinytest-codegen: Update for recent test renaming ("intbig" suffix).
1 parent 4b03941 commit 320099a

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
@@ -48,7 +48,7 @@ def script_to_map(t):
4848
# currently these tests are selected because they pass on qemu-arm
4949
test_dirs = ('basics', 'micropython', 'float', 'extmod', 'inlineasm') # 'import', 'io', 'misc')
5050
exclude_tests = (
51-
'float/float2int_doubleprec.py', # requires double precision floating point to work
51+
'float/float2int_doubleprec_intbig.py', # requires double precision floating point to work
5252
'inlineasm/asmfpaddsub.py', 'inlineasm/asmfpcmp.py', 'inlineasm/asmfpldrstr.py', 'inlineasm/asmfpmuldiv.py', 'inlineasm/asmfpsqrt.py',
5353
'extmod/ticks_diff.py', 'extmod/time_ms_us.py', 'extmod/uheapq_timeq.py',
5454
'extmod/vfs_fat_ramdisk.py', 'extmod/vfs_fat_fileio.py', 'extmod/vfs_fat_fsusermount.py', 'extmod/vfs_fat_oldproto.py',

0 commit comments

Comments
 (0)