We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b03941 commit 320099aCopy full SHA for 320099a
1 file changed
tools/tinytest-codegen.py
@@ -48,7 +48,7 @@ def script_to_map(t):
48
# currently these tests are selected because they pass on qemu-arm
49
test_dirs = ('basics', 'micropython', 'float', 'extmod', 'inlineasm') # 'import', 'io', 'misc')
50
exclude_tests = (
51
- 'float/float2int_doubleprec.py', # requires double precision floating point to work
+ 'float/float2int_doubleprec_intbig.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/uheapq_timeq.py',
54
'extmod/vfs_fat_ramdisk.py', 'extmod/vfs_fat_fileio.py', 'extmod/vfs_fat_fsusermount.py', 'extmod/vfs_fat_oldproto.py',
0 commit comments