From 20834fd4f9f7135101301184decb6627c5246157 Mon Sep 17 00:00:00 2001 From: Lucas Duarte Prates Date: Fri, 30 Aug 2024 13:43:42 +0100 Subject: [PATCH] Add missing set of disabled tests for PACBTI-M variants (#473) This adds the `fenv` and `math_errhandling` tests to the set of disabled tests for the PACBTI-M library variants, introduced by #467. These tests were already disabled for the previously existing variants, due to a known issue in compiler-rt where the floating point exceptions are not set correctly for computations on types implemented in software. --- test-support/picolibc-test-wrapper.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test-support/picolibc-test-wrapper.py b/test-support/picolibc-test-wrapper.py index 9e9e2abb..5596a7e8 100755 --- a/test-support/picolibc-test-wrapper.py +++ b/test-support/picolibc-test-wrapper.py @@ -28,6 +28,12 @@ "picolibc_armv8.1m.main_hard_nofp_mve_exn_rtti-build/test/fenv", "picolibc_armv8.1m.main_hard_nofp_mve_exn_rtti-build/test/math_errhandling", "picolibc_armv8m.main_hard_fp_exn_rtti-build/test/math_errhandling", + "picolibc_armv8.1m.main_hard_nofp_mve_pacret_bti-build/test/fenv", + "picolibc_armv8.1m.main_hard_nofp_mve_pacret_bti_exn_rtti-build/test/fenv", + "picolibc_armv8.1m.main_hard_fp_nomve_pacret_bti-build/test/math_errhandling", + "picolibc_armv8.1m.main_hard_fp_nomve_pacret_bti_exn_rtti-build/test/math_errhandling", + "picolibc_armv8.1m.main_hard_nofp_mve_pacret_bti-build/test/math_errhandling", + "picolibc_armv8.1m.main_hard_nofp_mve_pacret_bti_exn_rtti-build/test/math_errhandling", ]