forked from OSchip/llvm-project
[libc][NFC] Disable thrd_test as it is exhibiting flaky behavior on the bots.
This commit is contained in:
parent
a04f01bab2
commit
3af3e7dc57
|
@ -16,18 +16,19 @@ add_libc_unittest(
|
|||
libc.src.threads.thrd_join
|
||||
)
|
||||
|
||||
add_libc_unittest(
|
||||
thrd_test
|
||||
SUITE
|
||||
libc_threads_unittests
|
||||
SRCS
|
||||
thrd_test.cpp
|
||||
DEPENDS
|
||||
libc.include.threads
|
||||
libc.src.errno.__errno_location
|
||||
libc.src.threads.thrd_create
|
||||
libc.src.threads.thrd_join
|
||||
)
|
||||
# Disable thrd_test for now as it is flaky on the bots.
|
||||
# add_libc_unittest(
|
||||
# thrd_test
|
||||
# SUITE
|
||||
# libc_threads_unittests
|
||||
# SRCS
|
||||
# thrd_test.cpp
|
||||
# DEPENDS
|
||||
# libc.include.threads
|
||||
# libc.src.errno.__errno_location
|
||||
# libc.src.threads.thrd_create
|
||||
# libc.src.threads.thrd_join
|
||||
# )
|
||||
|
||||
add_libc_unittest(
|
||||
mtx_test
|
||||
|
|
Loading…
Reference in New Issue