[all-commits] [llvm/llvm-project] b3d1e9: [ASAN] Disable broken __SANITIZER_DISABLE_CONTAINE...
Andrew Haberlandt via All-commits
all-commits at lists.llvm.org
Thu Nov 20 10:52:18 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3d1e921aa7aea7dfdb4dc40786570ba5ac2aba5
https://github.com/llvm/llvm-project/commit/b3d1e921aa7aea7dfdb4dc40786570ba5ac2aba5
Author: Andrew Haberlandt <ndrewh at users.noreply.github.com>
Date: 2025-11-20 (Thu, 20 Nov 2025)
Changed paths:
M compiler-rt/test/asan/TestCases/disable_container_overflow_checks.cpp
M compiler-rt/test/asan/TestCases/stack_container_dynamic_lib.cpp
Log Message:
-----------
[ASAN] Disable broken __SANITIZER_DISABLE_CONTAINER_OVERFLOW__ tests on iOS/Android (#168821)
The tests added by #163468 appear to be broken due to lack of libcxx support (?).
Marking unsupported everywhere for now since it passes on some platforms and fails on others, and
I don't know the full list.
Android fail: https://lab.llvm.org/buildbot/#/builders/186/builds/14106
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list