diff options
author | Michael Buch <michaelbuch12@gmail.com> | 2025-03-07 21:04:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-07 21:04:24 +0000 |
commit | 6cc8b0bef07f4270303bec0fc203f251a2fde262 (patch) | |
tree | eedbc141dd1dcdd75f4eb657b4b6c2b767fb8f4f /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 5ff43550fa2aa3b93aa7310b8e435ba9e1338486 (diff) | |
download | llvm-6cc8b0bef07f4270303bec0fc203f251a2fde262.zip llvm-6cc8b0bef07f4270303bec0fc203f251a2fde262.tar.gz llvm-6cc8b0bef07f4270303bec0fc203f251a2fde262.tar.bz2 |
[lldb][test] Skip libsanitizers tests for now (#130305)
These are macOS tests only and are currently failing on the x86_64 CI
and on arm64 on recent versions of macOS/Xcode.
The tests are failing because we're stopping in:
```
Process 17458 stopped
* thread #1: tid = 0xbda69a, 0x00000002735bd000
libsystem_malloc.dylib`purgeable_print_self.cold.1, stop reason = EXC_BREAKPOINT (code=1, subcode=0x2735bd000)
```
instead of the libsanitizers library. This seems to be related to
`-fsanitize-trivial-abi` support
Skip these for now until we figure out the root cause.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions