Skip to content

Commit

Permalink
Add missing set of disabled tests for PACBTI-M variants (#473)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pratlucas authored Aug 30, 2024
1 parent 40475d3 commit 20834fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test-support/picolibc-test-wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]


Expand Down

0 comments on commit 20834fd

Please sign in to comment.