[libcxx-commits] [libcxx] [libc++][test] Updates sized deallocation tests. (PR #97833)

Xing Xue via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 15 08:52:53 PDT 2024


xingxue-ibm wrote:

The affected test cases are under the `std` sub-directory because the standard expects `-fsized-deallocation` to be the default. So it is better to `XFAIL` those test cases for targets where `-fno-sized-deallocation` is the default. I will post a PR for that shortly.

https://github.com/llvm/llvm-project/pull/97833


More information about the libcxx-commits mailing list