From a9b9f797e230365799db704d562ede288c0cba4a Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 12 Jun 2020 11:04:42 -0400 Subject: [PATCH] [libc++] Remove obsolete 'newlib' Lit Feature The feature isn't defined anywhere, so it's effectively dead. --- libcxx/test/libcxx/numerics/cfenv/version.pass.cpp | 2 -- libcxx/test/std/depr/depr.c.headers/fenv_h.pass.cpp | 2 -- libcxx/test/std/depr/depr.c.headers/uchar_h.pass.cpp | 1 - libcxx/test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp | 2 -- 4 files changed, 7 deletions(-) diff --git a/libcxx/test/libcxx/numerics/cfenv/version.pass.cpp b/libcxx/test/libcxx/numerics/cfenv/version.pass.cpp index e166834..35102be 100644 --- a/libcxx/test/libcxx/numerics/cfenv/version.pass.cpp +++ b/libcxx/test/libcxx/numerics/cfenv/version.pass.cpp @@ -5,8 +5,6 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// -// UNSUPPORTED: newlib // diff --git a/libcxx/test/std/depr/depr.c.headers/fenv_h.pass.cpp b/libcxx/test/std/depr/depr.c.headers/fenv_h.pass.cpp index 5a1633a..2898539 100644 --- a/libcxx/test/std/depr/depr.c.headers/fenv_h.pass.cpp +++ b/libcxx/test/std/depr/depr.c.headers/fenv_h.pass.cpp @@ -5,8 +5,6 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// -// XFAIL: newlib // diff --git a/libcxx/test/std/depr/depr.c.headers/uchar_h.pass.cpp b/libcxx/test/std/depr/depr.c.headers/uchar_h.pass.cpp index 659eba3..7d9ff07 100644 --- a/libcxx/test/std/depr/depr.c.headers/uchar_h.pass.cpp +++ b/libcxx/test/std/depr/depr.c.headers/uchar_h.pass.cpp @@ -8,7 +8,6 @@ // // XFAIL: suse-linux-enterprise-server-11 // XFAIL: darwin -// XFAIL: newlib // XFAIL: netbsd // diff --git a/libcxx/test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp b/libcxx/test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp index 054c813..557a93c 100644 --- a/libcxx/test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp +++ b/libcxx/test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp @@ -5,8 +5,6 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// -// UNSUPPORTED: newlib // -- 2.7.4