Skip to content

Commit 9d5fdad

Browse files
committed
[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.
1 parent 5620542 commit 9d5fdad

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

libcxx/test/libcxx/module_std.gen.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
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+
2124
import sys
2225

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

libcxx/test/libcxx/module_std_compat.gen.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
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+
2124
import sys
2225

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

0 commit comments

Comments
 (0)