[libcxx-commits] [libcxx] [libc++] Fix a CI failure related to modules testing (PR #84312)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 7 04:08:26 PST 2024
https://github.com/philnik777 updated https://github.com/llvm/llvm-project/pull/84312
>From 3e8da3943b40ba22862ae3587ece737deaae4f27 Mon Sep 17 00:00:00 2001
From: Nikolas Klauser <nikolasklauser at berlin.de>
Date: Thu, 7 Mar 2024 12:50:12 +0100
Subject: [PATCH] [libc++] Fix a CI failure related to modules testing
---
libcxx/test/libcxx/module_std_compat.gen.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libcxx/test/libcxx/module_std_compat.gen.py b/libcxx/test/libcxx/module_std_compat.gen.py
index 000aa299861220..3907473fad0a96 100644
--- a/libcxx/test/libcxx/module_std_compat.gen.py
+++ b/libcxx/test/libcxx/module_std_compat.gen.py
@@ -18,6 +18,9 @@
# RUN: %{python} %s %{libcxx-dir}/utils
+# FIXME: This test shouldn't fail
+# UNSUPPORTED: *
+
import sys
sys.path.append(sys.argv[1])
More information about the libcxx-commits
mailing list