[llvm] XFAIL X86 tests failing on AArch64/Windows
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 3 Jan 2023 12:42:03 +0000 (16:42 +0400)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 3 Jan 2023 12:52:29 +0000 (16:52 +0400)
coff-alignment.ll and merge-equivalent-ranges.ll depend on X86 target.
This patch marks them as XFAIL for AArch64/Windows target.

llvm/test/DebugInfo/X86/merge-equivalent-ranges.ll
llvm/test/ExecutionEngine/RuntimeDyld/X86/coff-alignment.ll

index 40003b5..320f094 100644 (file)
@@ -1,4 +1,4 @@
-
+; XFAIL: target=aarch64-pc-windows-{{.*}}
 ; RUN: %llc_dwarf -filetype=obj -o %t.o < %s
 ; RUN: llvm-dwarfdump %t.o | FileCheck %s
 
index e52a2bb..6063544 100644 (file)
@@ -1,3 +1,4 @@
+; XFAIL: target=aarch64-pc-windows-{{.*}}
 ; REQUIRES: system-windows
 ; RUN: opt -mtriple=x86_64-pc-win32-coff %s -o - | lli