diff options
Diffstat (limited to 'test/MC/Mips/mips2/valid-xfail.s')
-rw-r--r-- | test/MC/Mips/mips2/valid-xfail.s | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test/MC/Mips/mips2/valid-xfail.s b/test/MC/Mips/mips2/valid-xfail.s deleted file mode 100644 index 2f82f5c..0000000 --- a/test/MC/Mips/mips2/valid-xfail.s +++ /dev/null @@ -1,17 +0,0 @@ -# Instructions that should be valid but currently fail for known reasons (e.g. -# they aren't implemented yet). -# This test is set up to XPASS if any instruction generates an encoding. -# -# FIXME: Test MIPS-II instead of MIPS32 -# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32 | not FileCheck %s -# CHECK-NOT: encoding -# XFAIL: * - - .set noat - ldc3 $29,-28645($s1) - lwc3 $10,-32265($k0) - sdc3 $12,5835($t2) - tlbp - tlbr - tlbwi - tlbwr |