[llvm] disable test for AIX, z/OS due to missing DWARF sections (PR #113910)

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 07:03:26 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-debuginfo

Author: Abhina Sree (abhina-sree)

<details>
<summary>Changes</summary>

This patch disables the testcase for AIX and z/OS due to incomplete DWARF support.

---
Full diff: https://github.com/llvm/llvm-project/pull/113910.diff


1 Files Affected:

- (modified) llvm/test/DebugInfo/Generic/debug-names-accel-table-types.ll (+1) 


``````````diff
diff --git a/llvm/test/DebugInfo/Generic/debug-names-accel-table-types.ll b/llvm/test/DebugInfo/Generic/debug-names-accel-table-types.ll
index e88afe1b4c5118..2a6c89dcab5978 100644
--- a/llvm/test/DebugInfo/Generic/debug-names-accel-table-types.ll
+++ b/llvm/test/DebugInfo/Generic/debug-names-accel-table-types.ll
@@ -1,3 +1,4 @@
+; XFAIL: target={{.*}}-aix{{.*}}, target={{.*}}-zos{{.*}}
 ; RUN: %llc_dwarf -debugger-tune=lldb -accel-tables=Dwarf -filetype=obj -o %t < %s
 ; RUN: llvm-dwarfdump %t | FileCheck %s
 ; RUN: llvm-dwarfdump -debug-names %t | FileCheck --check-prefix=SAME-NAME %s

``````````

</details>


https://github.com/llvm/llvm-project/pull/113910


More information about the llvm-commits mailing list