mark failing tests for macppc
authormbuhl <mbuhl@openbsd.org>
Fri, 14 Jan 2022 19:53:42 +0000 (19:53 +0000)
committermbuhl <mbuhl@openbsd.org>
Fri, 14 Jan 2022 19:53:42 +0000 (19:53 +0000)
OK bluhm@

regress/lib/libm/msun/Makefile

index 1d6e953..48ec4c3 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.6 2021/11/11 16:01:38 mbuhl Exp $
+#      $OpenBSD: Makefile,v 1.7 2022/01/14 19:53:42 mbuhl Exp $
 
 # Copyright (c) 2021 Moritz Buhl <mbuhl@openbsd.org>
 #
@@ -84,6 +84,15 @@ FAILING+=    run-ctrig_test-{1,5}
 FAILING+=      run-exponential_test-1 
 FAILING+=      run-invtrig_test-7
 FAILING+=      run-trig_test-2
+. elif ${MACHINE} == macppc
+FAILING+=      run-cexp_test-7
+FAILING+=      run-ctrig_test-{1,5}
+FAILING+=      run-exponential_test-1 
+FAILING+=      run-fenv_test-{7,8}
+FAILING+=      run-invtrig_test-7
+FAILING+=      run-logarithm_test-3
+FAILING+=      run-lrint_test-1
+FAILING+=      run-trig_test-2
 . elif ${MACHINE} == sparc64
 FAILING+=      run-ctrig_test-5
 FAILING+=      run-exponential_test-1