Skip to content

[libc++] Cherry-pick the disabling of modules tests onto release/18.x #85247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions libcxx/test/libcxx/module_std.gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
# to be one monolitic test. Since the test doesn't take very long it's
# not a huge issue.

# WARNING: Disabled at the bottom. Fix this test and remove the UNSUPPORTED line
# TODO: Re-enable this test once we understand why it keeps timing out.

# RUN: %{python} %s %{libcxx}/utils
# END.

import sys

Expand All @@ -35,4 +39,5 @@


print("//--- module_std.sh.cpp")
print('// UNSUPPORTED: clang')
generator.write_test("std")
5 changes: 5 additions & 0 deletions libcxx/test/libcxx/module_std_compat.gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
# to be one monolitic test. Since the test doesn't take very long it's
# not a huge issue.

# WARNING: Disabled at the bottom. Fix this test and remove the UNSUPPORTED line
# TODO: Re-enable this test once we understand why it keeps timing out.

# RUN: %{python} %s %{libcxx}/utils
# END.

import sys

Expand All @@ -36,6 +40,7 @@


print("//--- module_std_compat.sh.cpp")
print("// UNSUPPORTED: clang")
generator.write_test(
"std.compat",
module_c_headers,
Expand Down