Skip to content

Commit 599ab6d

Browse files
committed
Revert "[libc++] Disable module_std and module_std_compat tests"
It looks like that broke the CI even more. Reverting until I can investigate.
1 parent 37f3661 commit 599ab6d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

libcxx/test/libcxx/module_std.gen.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
# RUN: %{python} %s %{libcxx-dir}/utils
2020

21-
# TODO: Re-enable this test once we understand why it keeps timing out.
22-
# UNSUPPORTED: clang
23-
2421
import sys
2522

2623
sys.path.append(sys.argv[1])

libcxx/test/libcxx/module_std_compat.gen.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
# RUN: %{python} %s %{libcxx-dir}/utils
2020

21-
# TODO: Re-enable this test once we understand why it keeps timing out.
22-
# UNSUPPORTED: clang
23-
2421
import sys
2522

2623
sys.path.append(sys.argv[1])

0 commit comments

Comments
 (0)