Skip to content

Commit 70913a4

Browse files
mordantechencha3
authored andcommitted
[libc++][CI] Reenables the module tests. (llvm#85799)
These were disabled due to ODR violations with mixed versions of clang-tidy and the clang libraries. This issue was fixed in e19e860. This reverts commit 0bbada9.
1 parent 957f48b commit 70913a4

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

libcxx/test/libcxx/module_std.gen.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
# to be one monolitic test. Since the test doesn't take very long it's
1717
# not a huge issue.
1818

19-
# WARNING: Disabled at the bottom. Fix this test and remove the UNSUPPORTED line
20-
# TODO: Re-enable this test once we understand why it keeps timing out.
21-
2219
# RUN: %{python} %s %{libcxx-dir}/utils
23-
# END.
2420

2521
import sys
2622

@@ -39,5 +35,4 @@
3935

4036

4137
print("//--- module_std.sh.cpp")
42-
print('// UNSUPPORTED: clang')
4338
generator.write_test("std")

libcxx/test/libcxx/module_std_compat.gen.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
# to be one monolitic test. Since the test doesn't take very long it's
1717
# not a huge issue.
1818

19-
# WARNING: Disabled at the bottom. Fix this test and remove the UNSUPPORTED line
20-
# TODO: Re-enable this test once we understand why it keeps timing out.
21-
2219
# RUN: %{python} %s %{libcxx-dir}/utils
23-
# END.
2420

2521
import sys
2622

@@ -40,7 +36,6 @@
4036

4137

4238
print("//--- module_std_compat.sh.cpp")
43-
print("// UNSUPPORTED: clang")
4439
generator.write_test(
4540
"std.compat",
4641
module_c_headers,

0 commit comments

Comments
 (0)