Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2017 02:11:13 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r316383 - stable/11/lib/msun/tests
Message-ID:  <201704020211.v322BDv7004234@repo.freebsd.org>

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



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