[lld] r335059 - [ELF][MIPS] Temporarily mark failed MIPS tests as XFAIL.

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 19 09:48:30 PDT 2018


Author: atanasyan
Date: Tue Jun 19 09:48:30 2018
New Revision: 335059

URL: http://llvm.org/viewvc/llvm-project?rev=335059&view=rev
Log:
[ELF][MIPS] Temporarily mark failed MIPS tests as XFAIL.

microMIPS 64-bit is unsupported by LLVM starting from r335057. But such 
code can be generated by GCC. Mark failed test cases as XFAIL while
decide to drop microMIPS 64-bit support from LLD too or use binary
inputs for the test.                               

Modified:
    lld/trunk/test/ELF/mips-micro-got64.s
    lld/trunk/test/ELF/mips-micro64-relocs.s

Modified: lld/trunk/test/ELF/mips-micro-got64.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/mips-micro-got64.s?rev=335059&r1=335058&r2=335059&view=diff
==============================================================================
--- lld/trunk/test/ELF/mips-micro-got64.s (original)
+++ lld/trunk/test/ELF/mips-micro-got64.s Tue Jun 19 09:48:30 2018
@@ -1,5 +1,11 @@
 # Check microMIPS GOT relocations for N64 ABI.
 
+# microMIPS 64-bit is unsupported by LLVM starting from r335057.
+# But such code can be generated by GCC. Mark this test as XFAIL
+# while decide to drop microMIPS 64-bit support from LLD too or
+# use binary inputs for the test.
+# XFAIL: *
+
 # RUN: llvm-mc -filetype=obj -triple=mips64-unknown-linux -mattr=micromips \
 # RUN:         %s -o %t1.o
 # RUN: llvm-mc -filetype=obj -triple=mips64-unknown-linux -mattr=micromips \

Modified: lld/trunk/test/ELF/mips-micro64-relocs.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/mips-micro64-relocs.s?rev=335059&r1=335058&r2=335059&view=diff
==============================================================================
--- lld/trunk/test/ELF/mips-micro64-relocs.s (original)
+++ lld/trunk/test/ELF/mips-micro64-relocs.s Tue Jun 19 09:48:30 2018
@@ -1,5 +1,11 @@
 # REQUIRES: mips
 
+# microMIPS 64-bit is unsupported by LLVM starting from r335057.
+# But such code can be generated by GCC. Mark this test as XFAIL
+# while decide to drop microMIPS 64-bit support from LLD too or
+# use binary inputs for the test.
+# XFAIL: *
+
 # Check handling of some microMIPS relocations in 64-bit mode.
 
 # RUN: llvm-mc -filetype=obj -triple=mips64el-unknown-linux \




More information about the llvm-commits mailing list