mark failing tests for armv7
authormbuhl <mbuhl@openbsd.org>
Mon, 7 Feb 2022 16:42:59 +0000 (16:42 +0000)
committermbuhl <mbuhl@openbsd.org>
Mon, 7 Feb 2022 16:42:59 +0000 (16:42 +0000)
regress/lib/libm/msun/Makefile

index df48085..62dc49a 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.10 2022/02/07 16:28:45 mbuhl Exp $
+#      $OpenBSD: Makefile,v 1.11 2022/02/07 16:42:59 mbuhl Exp $
 
 # Copyright (c) 2021 Moritz Buhl <mbuhl@openbsd.org>
 #
@@ -69,6 +69,13 @@ FAILING+=    run-lrint_test-1
 FAILING+=      run-next_test-{1,2,4}
 FAILING+=      run-rem_test-{1,2}
 FAILING+=      run-trig_test-1
+. elif ${MACHINE} == armv7
+FAILING+=      run-cexp_test-7
+FAILING+=      run-ctrig_test-{1,5}
+FAILING+=      run-exponential_test-1 
+FAILING+=      run-invtrig_test-7
+FAILING+=      run-lrint_test-1
+FAILING+=      run-trig_test-1
 . elif ${MACHINE} == i386
 FAILING+=      run-cexp_test-{1,7}
 FAILING+=      run-ctrig_test-{1,5}