From b92e8635f9d131c7fd5f999ae5e248519225c3b5 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sat, 26 Aug 2017 06:44:50 +0000 Subject: [PATCH] Revert r321457 It doesn't fail after ^/head@r322855 (the releng_50 clang merge). PR: 220989 MFC after: 2 months MFC with: r321369, r322855 --- lib/msun/tests/trig_test.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/msun/tests/trig_test.c b/lib/msun/tests/trig_test.c index 2289af45b4d4..d333a5276355 100644 --- a/lib/msun/tests/trig_test.c +++ b/lib/msun/tests/trig_test.c @@ -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++) {