[PATCH] D111346: [AIX] Disable tests failing due to lack of .loc and .file directive support
Jake Egan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 7 12:46:28 PDT 2021
Jake-Egan created this revision.
Herald added a subscriber: emaste.
Jake-Egan requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D111346
Files:
llvm/test/CodeGen/Generic/dwarf-md5.ll
llvm/test/CodeGen/Generic/dwarf-source.ll
llvm/test/DebugInfo/Generic/directives-only.ll
llvm/test/DebugInfo/Generic/extended-loc-directive.ll
llvm/test/DebugInfo/Generic/multiline.ll
llvm/test/MC/AsmParser/debug-empty-source.s
llvm/test/MC/ELF/dwarf-file0.s
llvm/test/MC/ELF/dwarf-loc0.s
Index: llvm/test/MC/ELF/dwarf-loc0.s
===================================================================
--- llvm/test/MC/ELF/dwarf-loc0.s
+++ llvm/test/MC/ELF/dwarf-loc0.s
@@ -1,3 +1,4 @@
+# XFAIL: -aix
# UNSUPPORTED: -zos
# REQUIRES: default_triple
# RUN: llvm-mc -dwarf-version 5 --defsym FILE0=1 %s -filetype=obj -o - | llvm-dwarfdump -debug-line - | FileCheck %s
Index: llvm/test/MC/ELF/dwarf-file0.s
===================================================================
--- llvm/test/MC/ELF/dwarf-file0.s
+++ llvm/test/MC/ELF/dwarf-file0.s
@@ -1,3 +1,4 @@
+# XFAIL: -aix
# UNSUPPORTED: -zos
# REQUIRES: default_triple
# RUN: llvm-mc -dwarf-version 4 %s -filetype=obj -o - | llvm-dwarfdump -debug-line - | FileCheck %s
Index: llvm/test/MC/AsmParser/debug-empty-source.s
===================================================================
--- llvm/test/MC/AsmParser/debug-empty-source.s
+++ llvm/test/MC/AsmParser/debug-empty-source.s
@@ -1,3 +1,4 @@
+// XFAIL: -aix
// UNSUPPORTED: -zos
// REQUIRES: default_triple
// RUN: llvm-mc %s -o -| FileCheck %s
Index: llvm/test/DebugInfo/Generic/multiline.ll
===================================================================
--- llvm/test/DebugInfo/Generic/multiline.ll
+++ llvm/test/DebugInfo/Generic/multiline.ll
@@ -1,3 +1,4 @@
+; XFAIL: -aix
; RUN: llc -filetype=asm -asm-verbose=0 -O0 < %s | FileCheck %s
; RUN: llc -filetype=obj -O0 < %s | llvm-dwarfdump -debug-line - | FileCheck %s --check-prefix=INT
Index: llvm/test/DebugInfo/Generic/extended-loc-directive.ll
===================================================================
--- llvm/test/DebugInfo/Generic/extended-loc-directive.ll
+++ llvm/test/DebugInfo/Generic/extended-loc-directive.ll
@@ -1,3 +1,4 @@
+; XFAIL: -aix
; RUN: llc -filetype=asm -asm-verbose=0 -O0 -dwarf-extended-loc=Enable < %s | FileCheck %s --check-prefix ENABLED --check-prefix CHECK
; RUN: llc -filetype=asm -asm-verbose=0 -O0 -dwarf-extended-loc=Disable < %s | FileCheck %s --check-prefix DISABLED --check-prefix CHECK
Index: llvm/test/DebugInfo/Generic/directives-only.ll
===================================================================
--- llvm/test/DebugInfo/Generic/directives-only.ll
+++ llvm/test/DebugInfo/Generic/directives-only.ll
@@ -1,3 +1,4 @@
+; XFAIL: -aix
; RUN: llc -filetype=asm -asm-verbose=0 -O0 < %s | FileCheck %s
; Generated with clang from multiline.c:
Index: llvm/test/CodeGen/Generic/dwarf-source.ll
===================================================================
--- llvm/test/CodeGen/Generic/dwarf-source.ll
+++ llvm/test/CodeGen/Generic/dwarf-source.ll
@@ -1,3 +1,4 @@
+; XFAIL: -aix
; Source text provided by IR should be passed through to asm.
; It is emitted to an object file only for DWARF 5 or later.
Index: llvm/test/CodeGen/Generic/dwarf-md5.ll
===================================================================
--- llvm/test/CodeGen/Generic/dwarf-md5.ll
+++ llvm/test/CodeGen/Generic/dwarf-md5.ll
@@ -1,3 +1,4 @@
+; XFAIL: -aix
; MD5 checksums provided by IR should be passed through to asm.
; They'll be emitted to an object file only for DWARF 5 or later.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111346.377969.patch
Type: text/x-patch
Size: 3117 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211007/cfb2b782/attachment.bin>
More information about the llvm-commits
mailing list