Skip to content

Commit cd4deef

Browse files
author
Siva Chandra Reddy
committed
[libc] Re-enable thrd_test.
Other threads related tests have been using the API that is tested here without any problems. The main reason for disabling the test has also been fixed many months ago.
1 parent ed3a4a4 commit cd4deef

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

libc/test/src/threads/CMakeLists.txt

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,18 @@ add_libc_unittest(
1717
libc.src.threads.thrd_join
1818
)
1919

20-
# Disable thrd_test for now as it is flaky on the bots.
21-
# add_libc_unittest(
22-
# thrd_test
23-
# SUITE
24-
# libc_threads_unittests
25-
# SRCS
26-
# thrd_test.cpp
27-
# DEPENDS
28-
# libc.include.threads
29-
# libc.src.errno.__errno_location
30-
# libc.src.threads.thrd_create
31-
# libc.src.threads.thrd_join
32-
# )
20+
add_libc_unittest(
21+
thrd_test
22+
SUITE
23+
libc_threads_unittests
24+
SRCS
25+
thrd_test.cpp
26+
DEPENDS
27+
libc.include.threads
28+
libc.src.errno.__errno_location
29+
libc.src.threads.thrd_create
30+
libc.src.threads.thrd_join
31+
)
3332

3433
add_libc_unittest(
3534
mtx_test

0 commit comments

Comments
 (0)