From f80cee565baa89cb65ac85f56226582925bf2bbf Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Wed, 2 Oct 2024 21:00:22 -0500 Subject: [PATCH] spec/libtests: Exclude Thumb-only BSPs from building dl13 This test requires ARM instruction support and causes build failures on Thumb-only BSPs. --- spec/build/testsuites/libtests/dl13.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spec/build/testsuites/libtests/dl13.yml b/spec/build/testsuites/libtests/dl13.yml index 9c6065487d..790b89e0de 100644 --- a/spec/build/testsuites/libtests/dl13.yml +++ b/spec/build/testsuites/libtests/dl13.yml @@ -28,6 +28,13 @@ enabled-by: - not: TEST_dl13_EXCLUDE - BUILD_LIBDL - arm + - not: bsps/arm/atsam + - not: bsps/arm/imxrt + - not: bsps/arm/lm3s69xx + - not: bsps/arm/lpc176x + - not: bsps/arm/lpc24xx + - not: bsps/arm/stm32h7 + - not: bsps/arm/stm32f4 includes: - testsuites/libtests/dl13 ldflags: []