Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2015 03:06:30 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292487 - head/tools/regression/lib/msun
Message-ID:  <201512200306.tBK36UTf057691@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512200306.tBK36UTf057691>