summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Gatti <a.gatti@frob.it>2025-01-14 01:30:00 +0100
committerDamien George <damien@micropython.org>2025-01-16 12:52:56 +1100
commita46e84280774a358eb7419de2c07a1ab2868d853 (patch)
tree60865bb1c2c2c4950b78254fbc25b9bc3ddca351
parentc610199f2d679ae0c8860d149edfece4fc8d49e5 (diff)
qemu/boards/SABRELITE.mk: Remove exception for omitted tests.
This commit re-introduces `tests/extmod/vfs_rom.py` and `tests/float/math_domain.py` to the test suite, as the issues that made them fail have now been addressed. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
-rw-r--r--ports/qemu/boards/SABRELITE.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/qemu/boards/SABRELITE.mk b/ports/qemu/boards/SABRELITE.mk
index 987566783..80ea08f12 100644
--- a/ports/qemu/boards/SABRELITE.mk
+++ b/ports/qemu/boards/SABRELITE.mk
@@ -17,6 +17,3 @@ MPY_CROSS_FLAGS += -march=armv6
# These tests don't work on Cortex-A9, so exclude them.
RUN_TESTS_ARGS += --exclude 'inlineasm/thumb/(asmbcc|asmbitops|asmconst|asmdiv|asmit|asmspecialregs).py'
-
-# These tests fail with via-mpy and the native (armv6) emitter, so exclude them.
-RUN_TESTS_ARGS += --exclude 'extmod/vfs_rom.py|float/math_domain.py'