summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/msun/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-01-06 20:21:40 +0000
committerngie <ngie@FreeBSD.org>2016-01-06 20:21:40 +0000
commitd42686c8e06e5c0ff53de7112114f4d98755baa6 (patch)
tree99daa019cfcfe018bc200e270d3c2cecf5cb0d3d /tools/regression/lib/msun/Makefile
parent03aed74e9c37f31301d107b9678a5e10a1f1dd9e (diff)
downloadFreeBSD-src-d42686c8e06e5c0ff53de7112114f4d98755baa6.zip
FreeBSD-src-d42686c8e06e5c0ff53de7112114f4d98755baa6.tar.gz
MFC r292328:
Integrate a number of testcases from tools/regression/lib/msun into the FreeBSD test suite There's no functional change with these testcases; they're purposely being left in TAP format for the time being Other testcases which crash on amd64/i386 as-is have not been integrated yet (they need to be retested on a later version of CURRENT, as I haven't used i386 in some time)
Diffstat (limited to 'tools/regression/lib/msun/Makefile')
-rw-r--r--tools/regression/lib/msun/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/regression/lib/msun/Makefile b/tools/regression/lib/msun/Makefile
index dbf582f..8b301cb 100644
--- a/tools/regression/lib/msun/Makefile
+++ b/tools/regression/lib/msun/Makefile
@@ -1,10 +1,8 @@
# $FreeBSD$
-TESTS= test-cexp test-conj test-csqrt test-ctrig \
- test-exponential test-fenv test-fma \
- test-fmaxmin test-ilogb test-invtrig test-invctrig \
- test-logarithm test-lrint \
- test-lround test-nan test-nearbyint test-next test-rem test-trig
+TESTS= test-ctrig \
+ test-exponential test-fma \
+ test-lround test-nearbyint test-next test-rem test-trig
CFLAGS+= -O0 -lm -Wno-unknown-pragmas
.PHONY: tests
OpenPOWER on IntegriCloud