[libc-commits] [PATCH] D128746: [libc] disable algorithm_test.cpp temporarily

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jun 28 11:19:24 PDT 2022


michaelrj created this revision.
michaelrj added a reviewer: lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

The unit tests introduced in patch D128335 <https://reviews.llvm.org/D128335> are causing build failures,
and the fix is non-trivial. This patch disables these tests temporarily
until a proper fix can be implemented.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128746

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


Index: libc/test/src/string/memory_utils/CMakeLists.txt
===================================================================
--- libc/test/src/string/memory_utils/CMakeLists.txt
+++ libc/test/src/string/memory_utils/CMakeLists.txt
@@ -4,7 +4,7 @@
     libc_string_unittests
   SRCS
     address_test.cpp
-    algorithm_test.cpp
+    # algorithm_test.cpp
     backend_test.cpp
     elements_test.cpp
     memory_access_test.cpp


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128746.440704.patch
Type: text/x-patch
Size: 426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220628/6e22d191/attachment.bin>


More information about the libc-commits mailing list