Skip to content
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