[llvm] af3c243 - [tests] Use host-based XFAIL for test/MC/AMDGPU/hsa-gfx10-v3.s

Hubert Tong via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 14:57:16 PST 2020


Author: Hubert Tong
Date: 2020-01-23T17:55:32-05:00
New Revision: af3c243e9962cdc92ca3e9b82656351649ed109a

URL: https://github.com/llvm/llvm-project/commit/af3c243e9962cdc92ca3e9b82656351649ed109a
DIFF: https://github.com/llvm/llvm-project/commit/af3c243e9962cdc92ca3e9b82656351649ed109a.diff

LOG: [tests] Use host-based XFAIL for test/MC/AMDGPU/hsa-gfx10-v3.s

Summary:
This patch applies D60551 to an additional file. In particular, the test
is currently marked XFAIL for a number of big-endian targets; however,
the failure is actually dependent on the host endianness instead. The
test actually specifies a specific target triple.

Reviewers: rampitec, xingxue, daltenty

Reviewed By: rampitec

Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, fedor.sergeev, kerbowa, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D73192

Added: 
    

Modified: 
    llvm/test/MC/AMDGPU/hsa-gfx10-v3.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/AMDGPU/hsa-gfx10-v3.s b/llvm/test/MC/AMDGPU/hsa-gfx10-v3.s
index ef0787388562..f6cc91af1407 100644
--- a/llvm/test/MC/AMDGPU/hsa-gfx10-v3.s
+++ b/llvm/test/MC/AMDGPU/hsa-gfx10-v3.s
@@ -4,7 +4,7 @@
 // RUN: llvm-objdump -s -j .rodata %t | FileCheck --check-prefix=OBJDUMP %s
 
 // big endian not supported
-// XFAIL: powerpc-, powerpc64-, s390x, mips-, mips64-, sparc
+// XFAIL: host-byteorder-big-endian
 
 // READOBJ: Section Headers
 // READOBJ: .text   PROGBITS {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9]+}} AX {{[0-9]+}} {{[0-9]+}} 256


        


More information about the llvm-commits mailing list