Skip to content

AthenaServices: Fix FPEControlSvc test failure on arm.

Scott Snyder requested to merge ssnyder/athena:arm.AthenaServices-20231120 into main

Some aarch64 implementations do not support trapping on FP exceptions. If that's the case, skip tests relying on catching FPEs.

Merge request reports