diff options
| author | Thurston Dang <thurston@google.com> | 2024-07-03 11:07:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-03 11:07:50 -0700 |
| commit | c940317d023e6790fc20152f354487571d0e3087 (patch) | |
| tree | 9dfe8ed4e7ed64f596805a642b418c9fe3f8e9d2 /lldb/test/API/python_api/thread/TestThreadAPI.py | |
| parent | c0d1d0405cb9f55ec12dfb0cec9c5639d3b357d8 (diff) | |
[msan] Add test cases for vector shadow track origins bug (#97611)
These test cases demonstrate a bug in MSan (vector shadow is not always
converted to scalar before zext) that will shortly be fixed in
https://github.com/llvm/llvm-project/pull/96722
The bug is not architecture-specific; we provide both x86 and Arm NEON
test cases.
Since the test cases will crash the compiler (unless it is a release
build), they are marked as UNSUPPORTED.
The buggy codepath is nested inside 'if
(instrumentWithCalls(ConvertedShadow)'. To keep the test cases small, we
set -msan-instrumentation-with-call-threshold=0, though we have observed
this bug in the real world with default settings.
Diffstat (limited to 'lldb/test/API/python_api/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions
