[all-commits] [llvm/llvm-project] 8a220b: Disable UBSan vptr tests on Android.
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Tue Nov 7 07:35:55 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a220b229e86f42088a25424030b7b0b2bfb90c7
https://github.com/llvm/llvm-project/commit/8a220b229e86f42088a25424030b7b0b2bfb90c7
Author: Mitch Phillips <mitchp at google.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths:
M compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-non-unique-typeinfo.cpp
M compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-virtual-base-construction.cpp
Log Message:
-----------
Disable UBSan vptr tests on Android.
Unclear what's going on here. I can reproduce the test failure at
https://lab.llvm.org/buildbot/#/builders/77/builds/31875 and well before
it as well.
Doesn't look like the device has changed, and I can also repro the
problem on Android 11 and Android 14. Disabling until further notice.
More information about the All-commits
mailing list