Skip to content

Commit 2c37f06

Browse files
agattidpgeorge
authored andcommitted
tests/run-tests.py: Update the list of tests requiring floats.
This commit updates the list of the tests that must be skipped when the suite is executed on a target that does not have floating point support. Two more tests, namely `extmod/vfs_rom.py` and `micropython/const_float.py` have been added to the list, since they both rely on floating point support being there. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
1 parent d54e675 commit 2c37f06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/run-tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@
240240
"extmod/uctypes_le_float.py",
241241
"extmod/uctypes_native_float.py",
242242
"extmod/uctypes_sizeof_float.py",
243+
"extmod/vfs_rom.py",
244+
"micropython/const_float.py",
243245
"misc/rge_sm.py",
244246
"ports/unix/ffi_float.py",
245247
"ports/unix/ffi_float2.py",

0 commit comments

Comments
 (0)