svn commit: r322921 - head/lib/msun/tests

Ngie Cooper ngie at FreeBSD.org
Sat Aug 26 06:44:51 UTC 2017


Author: ngie
Date: Sat Aug 26 06:44:50 2017
New Revision: 322921
URL: https://svnweb.freebsd.org/changeset/base/322921

Log:
  Revert r321457
  
  It doesn't fail after ^/head at r322855 (the releng_50 clang merge).
  
  PR:	220989
  MFC after:	2 months
  MFC with:	r321369, r322855

Modified:
  head/lib/msun/tests/trig_test.c

Modified: head/lib/msun/tests/trig_test.c
==============================================================================
--- head/lib/msun/tests/trig_test.c	Sat Aug 26 03:21:12 2017	(r322920)
+++ head/lib/msun/tests/trig_test.c	Sat Aug 26 06:44:50 2017	(r322921)
@@ -158,11 +158,6 @@ ATF_TC_BODY(reduction, tc)
 	};
 #endif
 
-#if defined(__clang__) && \
-	((__clang_major__ >= 5))
-	atf_tc_expect_fail("test fails with clang 5.0+ - bug 220989");
-#endif
-
 	unsigned i;
 
 	for (i = 0; i < nitems(f_pi_odd); i++) {


More information about the svn-src-all mailing list