svn commit: r316383 - stable/11/lib/msun/tests

Alan Somers asomers at FreeBSD.org
Sun Apr 2 02:11:14 UTC 2017


Author: asomers
Date: Sun Apr  2 02:11:13 2017
New Revision: 316383
URL: https://svnweb.freebsd.org/changeset/base/316383

Log:
  MFC r315034
  
  Document that the msun tests require WARNS=0
  
  ATF tests have a default WARNS of 0, unlike other usermode programs.  This
  change is technically a noop, but it documents that the msun tests don't
  work with any warnings enabled, at least not on all architectures.
  
  Reviewed by:  ngie
  MFC after:    3 weeks
  Sponsored by: Spectra Logic Corporation
  Differential Revision:        https://reviews.freebsd.org/D9933

Modified:
  stable/11/lib/msun/tests/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/msun/tests/Makefile
==============================================================================
--- stable/11/lib/msun/tests/Makefile	Sun Apr  2 02:10:19 2017	(r316382)
+++ stable/11/lib/msun/tests/Makefile	Sun Apr  2 02:11:13 2017	(r316383)
@@ -4,6 +4,8 @@
 
 TESTSRC=	${SRCTOP}/contrib/netbsd-tests/lib/libm
 
+WARNS?=		0
+
 # All architectures on FreeBSD have fenv.h
 CFLAGS+=	-DHAVE_FENV_H
 


More information about the svn-src-stable mailing list