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
Paths
| Differential D47575
[ASAN] Sanitize testsuite for ARM. ClosedPublic Authored by yroux on May 31 2018, 1:38 AM.
Details Summary Address failures exhibited by ARMv8 bot in Thumb mode:
Diff Detail
Event TimelineHerald added subscribers: Restricted Project, chrib, kristof.beyls and 2 others. · View Herald Transcript Comment Actions I'm guessing this is a fix for: http://lab.llvm.org:8011/builders/clang-cmake-thumbv8-full-sh/builds/185 LGTM. Thanks!
This revision is now accepted and ready to land.May 31 2018, 11:46 AM Closed by commit rL333729: [ASAN] Sanitize testsuite for ARM. (authored by yroux). · Explain WhyMay 31 2018, 11:27 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 149401 compiler-rt/trunk/test/asan/TestCases/Linux/activation-options.cc
compiler-rt/trunk/test/asan/TestCases/Linux/allocator_oom_test.cc
compiler-rt/trunk/test/asan/TestCases/Linux/clang_gcc_abi.cc
compiler-rt/trunk/test/asan/TestCases/Linux/clone_test.cc
compiler-rt/trunk/test/asan/TestCases/Posix/glob.cc
compiler-rt/trunk/test/asan/TestCases/Posix/mmap_limit_mb.cc
compiler-rt/trunk/test/asan/TestCases/Posix/shared-lib-test.cc
compiler-rt/trunk/test/asan/TestCases/Posix/stack-use-after-return.cc
compiler-rt/trunk/test/asan/TestCases/Posix/start-deactivated.cc
compiler-rt/trunk/test/asan/TestCases/Posix/strndup_oob_test.cc
compiler-rt/trunk/test/asan/TestCases/Posix/strndup_oob_test2.cc
compiler-rt/trunk/test/asan/TestCases/heavy_uar_test.cc
compiler-rt/trunk/test/asan/TestCases/strdup_oob_test.cc
compiler-rt/trunk/test/asan/lit.cfg
|