[PATCH] D105204: [MCParser][z/OS] Mark a few tests as unsupported for the z/OS Target
Anirudh Prasad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 5 08:07:03 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7bc1baea6ec8: [MCParser][z/OS] Mark a few tests as unsupported for the z/OS Target (authored by anirudhp).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105204/new/
https://reviews.llvm.org/D105204
Files:
llvm/test/MC/AsmParser/debug-empty-source.s
llvm/test/MC/AsmParser/debug-no-source.s
llvm/test/MC/AsmParser/include.ll
llvm/test/MC/AsmParser/macro-same-context.ll
llvm/test/MC/ELF/dwarf-file0.s
llvm/test/MC/ELF/dwarf-loc0.s
llvm/test/tools/llvm-mc/no_warnings.test
Index: llvm/test/tools/llvm-mc/no_warnings.test
===================================================================
--- llvm/test/tools/llvm-mc/no_warnings.test
+++ llvm/test/tools/llvm-mc/no_warnings.test
@@ -1,3 +1,4 @@
+# UNSUPPORTED: -zos
# RUN: llvm-mc --no-warn %s 2>&1 | FileCheck %s
# CHECK-NOT: warning:
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 @@
+# UNSUPPORTED: -zos
# REQUIRES: default_triple
# RUN: llvm-mc -dwarf-version 5 --defsym FILE0=1 %s -filetype=obj -o - | llvm-dwarfdump -debug-line - | FileCheck %s
# RUN: not llvm-mc -dwarf-version 4 %s -filetype=asm -o - 2>&1 | FileCheck %s -check-prefix=ERR
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 @@
+# UNSUPPORTED: -zos
# REQUIRES: default_triple
# RUN: llvm-mc -dwarf-version 4 %s -filetype=obj -o - | llvm-dwarfdump -debug-line - | FileCheck %s
# RUN: llvm-mc -dwarf-version 4 %s --fatal-warnings -o - | FileCheck %s --check-prefix=ASM
Index: llvm/test/MC/AsmParser/macro-same-context.ll
===================================================================
--- llvm/test/MC/AsmParser/macro-same-context.ll
+++ llvm/test/MC/AsmParser/macro-same-context.ll
@@ -1,5 +1,6 @@
;; Test that macros in inline assembly blocks share the same context,
;; thus a definition is available to the whole file. PR36110
+; UNSUPPORTED: -zos
; RUN: not llc < %s 2>&1 | FileCheck %s
; REQUIRES: default_triple
;; This test is expected to fail on AIX,
Index: llvm/test/MC/AsmParser/include.ll
===================================================================
--- llvm/test/MC/AsmParser/include.ll
+++ llvm/test/MC/AsmParser/include.ll
@@ -1,4 +1,5 @@
; RUN: llc -I %p/Inputs -filetype asm -o - %s | FileCheck %s
+; UNSUPPORTED: -zos
; REQUIRES: default_triple
module asm ".include \22module.x\22"
Index: llvm/test/MC/AsmParser/debug-no-source.s
===================================================================
--- llvm/test/MC/AsmParser/debug-no-source.s
+++ llvm/test/MC/AsmParser/debug-no-source.s
@@ -1,3 +1,4 @@
+// UNSUPPORTED: -zos
// REQUIRES: default_triple
// RUN: llvm-mc %s | 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 @@
+// UNSUPPORTED: -zos
// REQUIRES: default_triple
// RUN: llvm-mc %s -o -| FileCheck %s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105204.356509.patch
Type: text/x-patch
Size: 2688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210705/842df418/attachment.bin>
More information about the llvm-commits
mailing list