-
Notifications
You must be signed in to change notification settings - Fork 14.8k
[AIX][SystemZ][z/OS] Disable test for AIX, z/OS due to missing DWARF sections #113910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AIX][SystemZ][z/OS] Disable test for AIX, z/OS due to missing DWARF sections #113910
Conversation
@llvm/pr-subscribers-debuginfo Author: Abhina Sree (abhina-sree) ChangesThis 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:
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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/30/builds/9018 Here is the relevant piece of the build log for the reference
|
…sections (llvm#113910) This patch disables the testcase for AIX and z/OS due to incomplete DWARF support.
This patch disables the testcase for AIX and z/OS due to incomplete DWARF support.