[PATCH] D47575: [ASAN] Sanitize testsuite for ARM.

Yvan Roux via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 31 01:38:26 PDT 2018


yroux created this revision.
yroux added reviewers: eugenis, rengolin, kcc.
Herald added subscribers: Sanitizers, chrib, kristof.beyls, kubamracek, srhines.
Herald added a reviewer: javed.absar.

Address failures exhibited by ARMv8 bot in Thumb mode:

- Fix logic for fast unwinding support (i.e feature is not available for Thumb)
- Fix Unsupported and Requires rules to handle armv8 as well as soft and hard float targets
- Un-xfail passing tests




Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D47575

Files:
  test/asan/TestCases/Linux/activation-options.cc
  test/asan/TestCases/Linux/allocator_oom_test.cc
  test/asan/TestCases/Linux/clang_gcc_abi.cc
  test/asan/TestCases/Linux/clone_test.cc
  test/asan/TestCases/Posix/glob.cc
  test/asan/TestCases/Posix/mmap_limit_mb.cc
  test/asan/TestCases/Posix/shared-lib-test.cc
  test/asan/TestCases/Posix/stack-use-after-return.cc
  test/asan/TestCases/Posix/start-deactivated.cc
  test/asan/TestCases/Posix/strndup_oob_test.cc
  test/asan/TestCases/Posix/strndup_oob_test2.cc
  test/asan/TestCases/heavy_uar_test.cc
  test/asan/TestCases/strdup_oob_test.cc
  test/asan/lit.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47575.149243.patch
Type: text/x-patch
Size: 7705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180531/523a8f4d/attachment.bin>


More information about the llvm-commits mailing list