Skip to content

Commit a289b24

Browse files
committed
tests/run-tests: "minimal": Skip recently added float/float_parse.py.
Fails for Zephyr qemu_x86 with: -9e-36 +9.000001e-36
1 parent 53e06e0 commit a289b24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/run-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ def run_tests(pyb, tests, args, base_path="."):
312312
skip_tests.add('basics/class_inplace_op.py') # all special methods not supported
313313
skip_tests.add('misc/rge_sm.py') # too large
314314
skip_tests.add('micropython/opt_level.py') # don't assume line numbers are stored
315+
skip_tests.add('float/float_parse.py') # minor parsing artifacts with 32-bit floats
315316

316317
# Some tests are known to fail on 64-bit machines
317318
if pyb is None and platform.architecture()[0] == '64bit':

0 commit comments

Comments
 (0)