[all-commits] [llvm/llvm-project] ad81de: [compiler-rt][asan] Disable two tests on Arm Thumb
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Jun 28 03:34:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad81dea9f66db61eed1229cd7e62babb6d381257
https://github.com/llvm/llvm-project/commit/ad81dea9f66db61eed1229cd7e62babb6d381257
Author: David Spickett <david.spickett at linaro.org>
Date: 2021-06-28 (Mon, 28 Jun 2021)
Changed paths:
M compiler-rt/test/asan/TestCases/Linux/odr-violation.cpp
M compiler-rt/test/asan/TestCases/Linux/recvfrom.cpp
Log Message:
-----------
[compiler-rt][asan] Disable two tests on Arm Thumb
I can't be sure of the cause but I believe these fail
due to to fast unwinding not working on Thumb.
Whatever the case, they have been failing on our bots
for a long time:
https://lab.llvm.org/buildbot/#/builders/170/builds/46
Require fast-unwinder-works for both.
More information about the All-commits
mailing list