From a46e84280774a358eb7419de2c07a1ab2868d853 Mon Sep 17 00:00:00 2001 From: Alessandro Gatti Date: Tue, 14 Jan 2025 01:30:00 +0100 Subject: [PATCH] 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 --- ports/qemu/boards/SABRELITE.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/ports/qemu/boards/SABRELITE.mk b/ports/qemu/boards/SABRELITE.mk index 9875667830..80ea08f12c 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'