svn commit: r292487 - head/tools/regression/lib/msun

Garrett Cooper ngie at FreeBSD.org
Sun Dec 20 03:06:31 UTC 2015


Author: ngie
Date: Sun Dec 20 03:06:29 2015
New Revision: 292487
URL: https://svnweb.freebsd.org/changeset/base/292487

Log:
  Update the test list after r292328
  
  Add test-invtrig to the list of tests
  
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/tools/regression/lib/msun/Makefile

Modified: head/tools/regression/lib/msun/Makefile
==============================================================================
--- head/tools/regression/lib/msun/Makefile	Sun Dec 20 02:46:51 2015	(r292486)
+++ head/tools/regression/lib/msun/Makefile	Sun Dec 20 03:06:29 2015	(r292487)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 TESTS=	test-ctrig \
-	test-exponential test-fma \
-	test-lround test-nearbyint test-next test-rem test-trig
+	test-exponential test-fma test-invtrig \
+	test-lround
 CFLAGS+= -O0 -lm -Wno-unknown-pragmas
 
 .PHONY: tests


More information about the svn-src-head mailing list