llvm-project
d3517b65 - [lldb] Skip TestVariableAnnotationsDisassembler.py on non-x86 architectures (#155942)

Commit
240 days ago
[lldb] Skip TestVariableAnnotationsDisassembler.py on non-x86 architectures (#155942) The test lldb-api::TestVariableAnnotationsDisassembler.py was failing on the lldb-remote-linux-ubuntu and lldb-remote-linux-win builders due to assembler incompatibilities in d_original_example.s. These failures are not related to the disassembler changes themselves but to the test setup. This patch updates the test to be skipped when running on unsupported architectures to avoid failures. The test will still run and validate correctly where the assembler input is supported.
Parents
Loading