From 39bbf81c290f611941d70fbfc53ce61594951430 Mon Sep 17 00:00:00 2001 From: kettenis <> Date: Sun, 18 Oct 2020 17:40:06 +0000 Subject: XFAIL tests on arm64 and armv7 as floating-point exception support is optional and isn't implemented on most hardware. --- src/regress/lib/libc/ieeefp/except/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libc/ieeefp/except/Makefile b/src/regress/lib/libc/ieeefp/except/Makefile index 205331548f..cf73841c4e 100644 --- a/src/regress/lib/libc/ieeefp/except/Makefile +++ b/src/regress/lib/libc/ieeefp/except/Makefile @@ -1,9 +1,14 @@ -# $OpenBSD: Makefile,v 1.5 2004/07/22 19:29:42 kettenis Exp $ +# $OpenBSD: Makefile,v 1.6 2020/10/18 17:40:06 kettenis Exp $ PROG=except REGRESS_TARGETS+= fltdiv fltinv fltovf fltund +.if ${MACHINE} == arm64 || ${MACHINE} == armv7 +# Floating-point exceptions are optional and absent on most hardware +REGRESS_EXPECTED_FAILURES+= fltdiv fltinv fltovf fltund +.endif + fltdiv: ${PROG} ./${PROG} fltdiv -- cgit v1.2.3-55-g6feb