[libcxx-commits] [libcxx] 2fe08ed - [libc++][test] Adds a TODO.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 4 03:54:46 PDT 2024


Author: Mark de Wever
Date: 2024-08-04T12:53:45+02:00
New Revision: 2fe08ed35a968dcfd797cbd31ae56bb0b1447faf

URL: https://github.com/llvm/llvm-project/commit/2fe08ed35a968dcfd797cbd31ae56bb0b1447faf
DIFF: https://github.com/llvm/llvm-project/commit/2fe08ed35a968dcfd797cbd31ae56bb0b1447faf.diff

LOG: [libc++][test] Adds a TODO.

This addresses the post-commit review comment in
https://github.com/llvm/llvm-project/pull/100775

Added: 
    

Modified: 
    libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.class.general/equality.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.class.general/equality.pass.cpp b/libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.class.general/equality.pass.cpp
index 792f05d2f82f4..6ce8515241587 100644
--- a/libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.class.general/equality.pass.cpp
+++ b/libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.class.general/equality.pass.cpp
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++03, c++11, c++14
+// TODO: Change to XFAIL once https://github.com/llvm/llvm-project/issues/40340 is fixed
 // UNSUPPORTED: availability-pmr-missing
 
 // <memory_resource>


        


More information about the libcxx-commits mailing list