[libc-commits] [libc] 1088d4a - [libc] disable algorithm_test.cpp temporarily
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Jun 28 11:22:49 PDT 2022
Author: Michael Jones
Date: 2022-06-28T11:22:45-07:00
New Revision: 1088d4ad749fd79cc1c3aa9c55b926bbf5ef64f7
URL: https://github.com/llvm/llvm-project/commit/1088d4ad749fd79cc1c3aa9c55b926bbf5ef64f7
DIFF: https://github.com/llvm/llvm-project/commit/1088d4ad749fd79cc1c3aa9c55b926bbf5ef64f7.diff
LOG: [libc] disable algorithm_test.cpp temporarily
The unit tests introduced in patch D128335 are causing build failures,
and the fix is non-trivial. This patch disables these tests temporarily
until a proper fix can be implemented.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D128746
Added:
Modified:
libc/test/src/string/memory_utils/CMakeLists.txt
Removed:
################################################################################
diff --git a/libc/test/src/string/memory_utils/CMakeLists.txt b/libc/test/src/string/memory_utils/CMakeLists.txt
index 3e2e678245fc..df481ee15a6d 100644
--- a/libc/test/src/string/memory_utils/CMakeLists.txt
+++ b/libc/test/src/string/memory_utils/CMakeLists.txt
@@ -4,7 +4,7 @@ add_libc_unittest(
libc_string_unittests
SRCS
address_test.cpp
- algorithm_test.cpp
+ # algorithm_test.cpp
backend_test.cpp
elements_test.cpp
memory_access_test.cpp
More information about the libc-commits
mailing list