From: Michael Jones Date: Tue, 28 Jun 2022 18:17:14 +0000 (-0700) Subject: [libc] disable algorithm_test.cpp temporarily X-Git-Tag: upstream/15.0.7~3284 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1088d4ad749fd79cc1c3aa9c55b926bbf5ef64f7;p=platform%2Fupstream%2Fllvm.git [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 --- diff --git a/libc/test/src/string/memory_utils/CMakeLists.txt b/libc/test/src/string/memory_utils/CMakeLists.txt index 3e2e678..df481ee15 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