[libcxx-commits] [libcxx] 95cb06d - [libc++] Temporary hack to unbreak CI

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 1 10:50:58 PDT 2021


Author: Louis Dionne
Date: 2021-06-01T13:49:55-04:00
New Revision: 95cb06d234c699a67e45959837f3866e854bc80a

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

LOG: [libc++] Temporary hack to unbreak CI

Until I figure out what the issue is with this test on AppleClang (and
in particular which change caused it), I want to avoid all CI being broken.

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 41186749b7d3..98009bc52c52 100644
--- a/libcxx/test/libcxx/modules/stds_include.sh.cpp
+++ b/libcxx/test/libcxx/modules/stds_include.sh.cpp
@@ -15,6 +15,9 @@
 // are not modular
 // XFAIL: LIBCXX-WINDOWS-FIXME
 
+// TEMPORARY HACK UNTIL WE FIGURE OUT WHAT THE ISSUE IS TO AVOID BREAKING ALL CI
+// UNSUPPORTED: apple-clang
+
 // Some headers are not available when these features are disabled, but they
 // still get built as part of the 'std' module, which breaks the build.
 // UNSUPPORTED: libcpp-has-no-threads


        


More information about the libcxx-commits mailing list