From: miod Date: Sun, 3 Mar 2024 11:15:38 +0000 (+0000) Subject: Fill the list of expected test failures for m88k. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5f37f7e48cd526d802575c13f78ac1bf458ef792;p=openbsd Fill the list of expected test failures for m88k. --- diff --git a/regress/lib/libm/msun/Makefile b/regress/lib/libm/msun/Makefile index 1405ad8c4ea..45c3f0dc32a 100644 --- a/regress/lib/libm/msun/Makefile +++ b/regress/lib/libm/msun/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2023/10/02 16:11:09 bluhm Exp $ +# $OpenBSD: Makefile,v 1.15 2024/03/03 11:15:38 miod Exp $ # Copyright (c) 2021 Moritz Buhl # @@ -87,6 +87,17 @@ FAILING+= run-logarithm_test-3 FAILING+= run-lrint_test-1 FAILING+= run-nearbyint_test-1 FAILING+= run-next_test-{1,2,4} +. elif ${MACHINE_ARCH} == m88k +FAILING+= run-cexp_test-7 +FAILING+= run-ctrig_test-{1,5} +FAILING+= run-exponential_test-1 +FAILING+= run-fma_test-{1,3,6} +FAILING+= run-fmaxmin_test-{1,12} +FAILING+= run-invtrig_test-7 +FAILING+= run-logarithm_test-3 +FAILING+= run-lrint_test-1 +FAILING+= run-nearbyint_test-1 +FAILING+= run-next_test-4 . elif ${MACHINE} == powerpc64 FAILING+= run-cexp_test-7 FAILING+= run-ctrig_test-{1,5}