From: Louis Dionne Date: Fri, 12 Jun 2020 15:04:42 +0000 (-0400) Subject: [libc++] Remove obsolete 'newlib' Lit Feature X-Git-Tag: llvmorg-12-init~3243 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9b9f797e230365799db704d562ede288c0cba4a;p=platform%2Fupstream%2Fllvm.git [libc++] Remove obsolete 'newlib' Lit Feature The feature isn't defined anywhere, so it's effectively dead. --- 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 //