aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2024-03-08 12:09:35 -0500
committerLouis Dionne <ldionne.2@gmail.com>2024-03-08 12:09:35 -0500
commit599ab6d63e5b12fd9c421140653f0510f0d29eab (patch)
treeab0287ee02f8b25a3b91d7ba95b5eed430a28125 /libcxx
parent37f3661f4e8d180dc702ab42fa015bc3c21ceb51 (diff)
downloadllvm-599ab6d63e5b12fd9c421140653f0510f0d29eab.zip
llvm-599ab6d63e5b12fd9c421140653f0510f0d29eab.tar.gz
llvm-599ab6d63e5b12fd9c421140653f0510f0d29eab.tar.bz2
Revert "[libc++] Disable module_std and module_std_compat tests"
It looks like that broke the CI even more. Reverting until I can investigate.
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, 0 insertions, 6 deletions
diff --git a/libcxx/test/libcxx/module_std.gen.py b/libcxx/test/libcxx/module_std.gen.py
index 932af74..fc23985 100644
--- a/libcxx/test/libcxx/module_std.gen.py
+++ b/libcxx/test/libcxx/module_std.gen.py
@@ -18,9 +18,6 @@
# 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 d29f490..000aa29 100644
--- a/libcxx/test/libcxx/module_std_compat.gen.py
+++ b/libcxx/test/libcxx/module_std_compat.gen.py
@@ -18,9 +18,6 @@
# 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])