File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 16
16
# to be one monolitic test. Since the test doesn't take very long it's
17
17
# not a huge issue.
18
18
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
-
22
19
# RUN: %{python} %s %{libcxx-dir}/utils
23
- # END.
24
20
25
21
import sys
26
22
39
35
40
36
41
37
print ("//--- module_std.sh.cpp" )
42
- print ('// UNSUPPORTED: clang' )
43
38
generator .write_test ("std" )
Original file line number Diff line number Diff line change 16
16
# to be one monolitic test. Since the test doesn't take very long it's
17
17
# not a huge issue.
18
18
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
-
22
19
# RUN: %{python} %s %{libcxx-dir}/utils
23
- # END.
24
20
25
21
import sys
26
22
40
36
41
37
42
38
print ("//--- module_std_compat.sh.cpp" )
43
- print ("// UNSUPPORTED: clang" )
44
39
generator .write_test (
45
40
"std.compat" ,
46
41
module_c_headers ,
You can’t perform that action at this time.
0 commit comments