[libcxx-commits] [PATCH] D129701: [libc++][AIX][test] Remove XFAIL for libcpp_deallocate.sh.cpp

Zarko Todorovski via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 13 15:56:20 PDT 2022


ZarkoCA created this revision.
ZarkoCA added reviewers: daltenty, hubert.reinterpretcast, libc++.
ZarkoCA added a project: libc++.
Herald added a project: All.
ZarkoCA requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added 1 blocking reviewer(s): libc++.

After https://reviews.llvm.org/rGa61b202d4e3b00bf6bfd71dc1ea354d37f73b791
this test now passes on AIX


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129701

Files:
  libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp


Index: libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
===================================================================
--- libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
+++ libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
@@ -9,8 +9,6 @@
 // test libc++'s implementation of align_val_t, and the relevant new/delete
 // overloads in all dialects when -faligned-allocation is present.
 
-// XFAIL: LIBCXX-AIX-FIXME
-
 // The dylibs shipped before macosx10.13 do not contain the aligned allocation
 // functions, so trying to force using those with -faligned-allocation results
 // in a link error.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129701.444440.patch
Type: text/x-patch
Size: 688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220713/51edf9cd/attachment.bin>


More information about the libcxx-commits mailing list