[libcxx-commits] [libcxx] 9566c4a - [libc++] Remove XFAIL for libcpp_deallocate on AIX, which seems to be passing now
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 26 04:43:05 PDT 2022
Author: Louis Dionne
Date: 2022-07-26T07:41:53-04:00
New Revision: 9566c4a682065105a653c4c148325671755faace
URL: https://github.com/llvm/llvm-project/commit/9566c4a682065105a653c4c148325671755faace
DIFF: https://github.com/llvm/llvm-project/commit/9566c4a682065105a653c4c148325671755faace.diff
LOG: [libc++] Remove XFAIL for libcpp_deallocate on AIX, which seems to be passing now
Added:
Modified:
libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
Removed:
################################################################################
diff --git a/libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp b/libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
index a90eaf2600e98..a98186f39cf3a 100644
--- a/libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
+++ b/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.
More information about the libcxx-commits
mailing list