[libc] disable algorithm_test.cpp temporarily
authorMichael Jones <michaelrj@google.com>
Tue, 28 Jun 2022 18:17:14 +0000 (11:17 -0700)
committerMichael Jones <michaelrj@google.com>
Tue, 28 Jun 2022 18:22:45 +0000 (11:22 -0700)
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

libc/test/src/string/memory_utils/CMakeLists.txt

index 3e2e678..df481ee 100644 (file)
@@ -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