[PATCH] D26150: [libc++abi] Fix test_exception_storage_nodynmem on MacOS

Igor Kudrin via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 8 19:30:09 PST 2016


ikudrin added a comment.

The test is too implementation-specific, and trying to override a function like `calloc` makes it fragile. Unfortunately, I didn't find a better way to test the library's behavior in case of memory exhaustion, but now I believe that this test doesn't add any significant value. I'm going to remove it if no one objects.


https://reviews.llvm.org/D26150





More information about the cfe-commits mailing list