[all-commits] [llvm/llvm-project] d3517b: [lldb] Skip TestVariableAnnotationsDisassembler.py...

Abdullah Mohammad Amin via All-commits all-commits at lists.llvm.org
Fri Aug 29 03:25:58 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d3517b65b91dc9a63a75ffa4f9d918cd5f4b7646
      https://github.com/llvm/llvm-project/commit/d3517b65b91dc9a63a75ffa4f9d918cd5f4b7646
  Author: Abdullah Mohammad Amin <abdullahmohammad155 at gmail.com>
  Date:   2025-08-29 (Fri, 29 Aug 2025)

  Changed paths:
    M lldb/test/API/functionalities/disassembler-variables/TestVariableAnnotationsDisassembler.py

  Log Message:
  -----------
  [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.



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