[libc-commits] [libc] 3af3e7d - [libc][NFC] Disable thrd_test as it is exhibiting flaky behavior on the bots.
Siva Chandra Reddy via libc-commits
libc-commits at lists.llvm.org
Tue Jun 15 13:59:21 PDT 2021
Author: Siva Chandra Reddy
Date: 2021-06-15T20:58:36Z
New Revision: 3af3e7dc576fa9ff972d6366923a52d2769453a0
URL: https://github.com/llvm/llvm-project/commit/3af3e7dc576fa9ff972d6366923a52d2769453a0
DIFF: https://github.com/llvm/llvm-project/commit/3af3e7dc576fa9ff972d6366923a52d2769453a0.diff
LOG: [libc][NFC] Disable thrd_test as it is exhibiting flaky behavior on the bots.
Added:
Modified:
libc/test/src/threads/CMakeLists.txt
Removed:
################################################################################
diff --git a/libc/test/src/threads/CMakeLists.txt b/libc/test/src/threads/CMakeLists.txt
index 6511efe2c33b..246401d1ce7f 100644
--- a/libc/test/src/threads/CMakeLists.txt
+++ b/libc/test/src/threads/CMakeLists.txt
@@ -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
More information about the libc-commits
mailing list