[libcxx-commits] [libcxx] 599ab6d - Revert "[libc++] Disable module_std and module_std_compat tests"

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 8 09:09:58 PST 2024


Author: Louis Dionne
Date: 2024-03-08T12:09:35-05:00
New Revision: 599ab6d63e5b12fd9c421140653f0510f0d29eab

URL: https://github.com/llvm/llvm-project/commit/599ab6d63e5b12fd9c421140653f0510f0d29eab
DIFF: https://github.com/llvm/llvm-project/commit/599ab6d63e5b12fd9c421140653f0510f0d29eab.diff

LOG: Revert "[libc++] Disable module_std and module_std_compat tests"

It looks like that broke the CI even more. Reverting until I can
investigate.

Added: 
    

Modified: 
    libcxx/test/libcxx/module_std.gen.py
    libcxx/test/libcxx/module_std_compat.gen.py

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/module_std.gen.py b/libcxx/test/libcxx/module_std.gen.py
index 932af742640c3f..fc23985caf30de 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 d29f490ab135d2..000aa299861220 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])


        


More information about the libcxx-commits mailing list