[libcxx-commits] [libcxx] c1c29eb - Fix failed libcxx test build on the Windows to Linux cross builders. NFC.
Vladimir Vereschaka via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 28 17:42:38 PST 2023
Author: Vladimir Vereschaka
Date: 2023-02-28T17:42:07-08:00
New Revision: c1c29eb9f7be55c9fba7dba38195df5d5030be0b
URL: https://github.com/llvm/llvm-project/commit/c1c29eb9f7be55c9fba7dba38195df5d5030be0b
DIFF: https://github.com/llvm/llvm-project/commit/c1c29eb9f7be55c9fba7dba38195df5d5030be0b.diff
LOG: Fix failed libcxx test build on the Windows to Linux cross builders. NFC.
Disable `modules_include.sh.cpp` test on Windows build hosts,
it cannot be executed there anymore.
Differential Revision: https://reviews.llvm.org/D144640
Added:
Modified:
libcxx/test/libcxx/modules_include.sh.cpp
Removed:
################################################################################
diff --git a/libcxx/test/libcxx/modules_include.sh.cpp b/libcxx/test/libcxx/modules_include.sh.cpp
index 80ef77afeea3d..c013e97353b3e 100644
--- a/libcxx/test/libcxx/modules_include.sh.cpp
+++ b/libcxx/test/libcxx/modules_include.sh.cpp
@@ -20,6 +20,7 @@
// The Windows headers don't appear to be compatible with modules
// UNSUPPORTED: windows
+// UNSUPPORTED: buildhost=windows
// The Android headers don't appear to be compatible with modules yet
// XFAIL: LIBCXX-ANDROID-FIXME
More information about the libcxx-commits
mailing list