[libc][nacl-ported-tests] Also check for hwasan in TestPosixMemAlign

An alignment failure is expected for this test when calling
posix_memalign. This is normally caught in asan, but hwasan also catches
this, so we should ignore this for hwasan as well.

Change-Id: I75537b50560364d74aa2c0d03e7c84ff1c14c6c7
Reviewed-on: https://fuchsia-review.googlesource.com/c/libc-tests/+/1069481
Commit-Queue: Leonard Chan <leonardchan@google.com>
Reviewed-by: Roland McGrath <mcgrathr@google.com>
1 file changed
tree: a68c063c4e824cef869a4114c2ae67db4e15d268
  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.