[libc] Disabled posix_memalign tests for ASan

There are some tests that speifically test that certian failures happen when
posix_memalign is invoked improperlly. ASan also catches these as bugs
however. This change disables them but only for ASan

Test: compiled with asan and then `runtests -t libc-tests`
Change-Id: I14fc89bbbc716e0748e4e6bb9baad22e996b9855
1 file changed
tree: 8bd7662be2cc73a4e4b3e7d0b0c1abdf1886d657
  1. third_party/
  2. .clang-format
  3. .gitignore
  4. AUTHORS
  5. BUILD.gn
  6. LICENSE
  7. main.cc
  8. PATENTS
  9. README.md
README.md

Fuchsia libc tests

This repo contains tools for ensuring the correctness of Fuchsia's libc implementation.