[libcxx-commits] [libcxx] a9b9f79 - [libc++] Remove obsolete 'newlib' Lit Feature

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 12 11:08:31 PDT 2020


Author: Louis Dionne
Date: 2020-06-12T14:08:18-04:00
New Revision: a9b9f797e230365799db704d562ede288c0cba4a

URL: https://github.com/llvm/llvm-project/commit/a9b9f797e230365799db704d562ede288c0cba4a
DIFF: https://github.com/llvm/llvm-project/commit/a9b9f797e230365799db704d562ede288c0cba4a.diff

LOG: [libc++] Remove obsolete 'newlib' Lit Feature

The feature isn't defined anywhere, so it's effectively dead.

Added: 
    

Modified: 
    libcxx/test/libcxx/numerics/cfenv/version.pass.cpp
    libcxx/test/std/depr/depr.c.headers/fenv_h.pass.cpp
    libcxx/test/std/depr/depr.c.headers/uchar_h.pass.cpp
    libcxx/test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/numerics/cfenv/version.pass.cpp b/libcxx/test/libcxx/numerics/cfenv/version.pass.cpp
index e16683497099..35102beff073 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
 
 // <cfenv>
 

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 5a1633a2936a..28985391dbea 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
 
 // <fenv.h>
 

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 659eba3cc4f5..7d9ff07a65f8 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
 
 // <uchar.h>

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 054c813d6980..557a93cdefe0 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
 
 // <cfenv>
 


        


More information about the libcxx-commits mailing list