aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2024-03-08 11:03:09 -0500
committerLouis Dionne <ldionne.2@gmail.com>2024-03-08 11:05:19 -0500
commit9d5fdad7e5002dbe087bbf0a78ffe9423b6aab56 (patch)
tree7166bb35197ad50e7e0b2fbba29f6f0ecc194608 /libcxx
parent5620542e4d19f794a0d6bd1bd1861bcedd7a788a (diff)
downloadllvm-9d5fdad7e5002dbe087bbf0a78ffe9423b6aab56.zip
llvm-9d5fdad7e5002dbe087bbf0a78ffe9423b6aab56.tar.gz
llvm-9d5fdad7e5002dbe087bbf0a78ffe9423b6aab56.tar.bz2
[libc++] Disable module_std and module_std_compat tests
Those have been crippling the CI for over a week now. This is the only solution I see until we gain a better understanding of why they fail. Otherwise all other patches are blocked on these spurious failures in the stage1 of the CI.
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/test/libcxx/module_std.gen.py3
-rw-r--r--libcxx/test/libcxx/module_std_compat.gen.py3
2 files changed, 6 insertions, 0 deletions
diff --git a/libcxx/test/libcxx/module_std.gen.py b/libcxx/test/libcxx/module_std.gen.py
index fc23985..932af74 100644
--- a/libcxx/test/libcxx/module_std.gen.py
+++ b/libcxx/test/libcxx/module_std.gen.py
@@ -18,6 +18,9 @@
# RUN: %{python} %s %{libcxx-dir}/utils
+# TODO: Re-enable this test once we understand why it keeps timing out.
+# UNSUPPORTED: clang
+
import sys
sys.path.append(sys.argv[1])
diff --git a/libcxx/test/libcxx/module_std_compat.gen.py b/libcxx/test/libcxx/module_std_compat.gen.py
index 000aa29..d29f490 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
+# TODO: Re-enable this test once we understand why it keeps timing out.
+# UNSUPPORTED: clang
+
import sys
sys.path.append(sys.argv[1])