[all-commits] [llvm/llvm-project] 039f0e: [Sanitizer][Test] Disable atos test on unknown add...
thetruestblue via All-commits
all-commits at lists.llvm.org
Mon Apr 10 19:13:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 039f0e69a45ea007f1454ba1d4eb4628e3d20e28
https://github.com/llvm/llvm-project/commit/039f0e69a45ea007f1454ba1d4eb4628e3d20e28
Author: Blue Gaston <bblueconway at gmail.com>
Date: 2023-04-10 (Mon, 10 Apr 2023)
Changed paths:
M compiler-rt/test/sanitizer_common/TestCases/Darwin/atos-symbolized-recover.cpp
Log Message:
-----------
[Sanitizer][Test] Disable atos test on unknown address for ubsan
This test is failing for some cases in CI for ubsan. I suspect because
of the undefined behavior nature of the test, ubsan does not always
try to symbolicate or save the frame for the faulting address.
Specifically is failing on x86 CI. But making this unsupported on
ubsan for now.
rdar://107846128
Differential Revision: https://reviews.llvm.org/D147977
More information about the All-commits
mailing list