[libcxx-commits] [libcxx] bf6d94f - [libc++] Remove incorrect XFAIL in modules test

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 25 09:18:32 PST 2020


Author: Louis Dionne
Date: 2020-02-25T12:17:21-05:00
New Revision: bf6d94f15981dcffe2bd77a35423e25344ecd47d

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

LOG: [libc++] Remove incorrect XFAIL in modules test

Apparently, the test still works on single-threaded systems.

Added: 
    

Modified: 
    libcxx/test/libcxx/modules/stds_include.sh.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/modules/stds_include.sh.cpp b/libcxx/test/libcxx/modules/stds_include.sh.cpp
index ce5bfb2a8eef..35c9eee2be87 100644
--- a/libcxx/test/libcxx/modules/stds_include.sh.cpp
+++ b/libcxx/test/libcxx/modules/stds_include.sh.cpp
@@ -15,10 +15,6 @@
 // are not modular
 // XFAIL: LIBCXX-WINDOWS-FIXME
 
-// FIXME: The <atomic> header is not supported for single-threaded systems,
-// but still gets built as part of the 'std' module, which breaks the build.
-// XFAIL: libcpp-has-no-threads
-
 // REQUIRES: modules-support
 
 // NOTE: The -std=XXX flag is present in %flags, so we overwrite it by passing it after %flags.


        


More information about the libcxx-commits mailing list