[all-commits] [llvm/llvm-project] bb5324: asan: disable odd_stack_size test for powerpc
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Mon Mar 13 00:45:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb53249884367d4d8fb6a52bf248e02e5a0cc2df
https://github.com/llvm/llvm-project/commit/bb53249884367d4d8fb6a52bf248e02e5a0cc2df
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M compiler-rt/test/sanitizer_common/TestCases/Linux/odd_stack_size.cpp
Log Message:
-----------
asan: disable odd_stack_size test for powerpc
Fail on powerpc64 bots with:
AddressSanitizer: CHECK failed: asan_thread.cpp:315 "((AddrIsInStack((uptr)&local))) != (0)"
https://lab.llvm.org/buildbot/#/builders/18/builds/8162
Disable to unbreak bots.
Differential Revision: https://reviews.llvm.org/D145902
More information about the All-commits
mailing list