[llvm] r271306 - [mips] Remove tests which should have been deleted.

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 10:52:29 PDT 2016


Author: sdardis
Date: Tue May 31 12:52:29 2016
New Revision: 271306

URL: http://llvm.org/viewvc/llvm-project?rev=271306&view=rev
Log:
[mips] Remove tests which should have been deleted.

The two xfail tests for mis32r6 & mips64r6 were supposed
to be removed in r271301.

Removed:
    llvm/trunk/test/MC/Mips/mips32r6/valid-xfail.s
    llvm/trunk/test/MC/Mips/mips64r6/valid-xfail.s

Removed: llvm/trunk/test/MC/Mips/mips32r6/valid-xfail.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Mips/mips32r6/valid-xfail.s?rev=271305&view=auto
==============================================================================
--- llvm/trunk/test/MC/Mips/mips32r6/valid-xfail.s (original)
+++ llvm/trunk/test/MC/Mips/mips32r6/valid-xfail.s (removed)
@@ -1,19 +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.
-#
-# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 | not FileCheck %s
-# CHECK-NOT: encoding
-# XFAIL: *
-
-        .set noat
-        bovc     $0, $2, 4       # TODO: bovc $0, $2, 4      # encoding: [0x20,0x40,0x00,0x01]
-        bovc     $2, $4, 4       # TODO: bovc $2, $4, 4      # encoding: [0x20,0x82,0x00,0x01]
-        bnvc     $0, $2, 4       # TODO: bnvc $0, $2, 4      # encoding: [0x60,0x40,0x00,0x01]
-        bnvc     $2, $4, 4       # TODO: bnvc $2, $4, 4      # encoding: [0x60,0x82,0x00,0x01]
-        beqc    $0, $6, 256      # TODO: beqc $6, $zero, 256 # encoding: [0x20,0xc0,0x00,0x40]
-        beqc    $5, $0, 256      # TODO: beqc $5, $zero, 256 # encoding: [0x20,0xa0,0x00,0x40]
-        beqc    $6, $5, 256      # TODO: beqc $5, $6, 256    # encoding: [0x20,0xa6,0x00,0x40]
-        bnec    $0, $6, 256      # TODO: bnec $6, $zero, 256 # encoding: [0x60,0xc0,0x00,0x40]
-        bnec    $5, $0, 256      # TODO: bnec $5, $zero, 256 # encoding: [0x60,0xa0,0x00,0x40]
-        bnec    $6, $5, 256      # TODO: bnec $5, $6, 256    # encoding: [0x60,0xa6,0x00,0x40]

Removed: llvm/trunk/test/MC/Mips/mips64r6/valid-xfail.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Mips/mips64r6/valid-xfail.s?rev=271305&view=auto
==============================================================================
--- llvm/trunk/test/MC/Mips/mips64r6/valid-xfail.s (original)
+++ llvm/trunk/test/MC/Mips/mips64r6/valid-xfail.s (removed)
@@ -1,19 +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.
-#
-# RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r6 | not FileCheck %s
-# CHECK-NOT: encoding
-# XFAIL: *
-
-        .set noat
-        bovc     $0, $2, 4       # TODO: bovc $0, $2, 4      # encoding: [0x20,0x40,0x00,0x01]
-        bovc     $2, $4, 4       # TODO: bovc $2, $4, 4      # encoding: [0x20,0x82,0x00,0x01]
-        bnvc     $0, $2, 4       # TODO: bnvc $0, $2, 4      # encoding: [0x60,0x40,0x00,0x01]
-        bnvc     $2, $4, 4       # TODO: bnvc $2, $4, 4      # encoding: [0x60,0x82,0x00,0x01]
-        beqc    $0, $6, 256      # TODO: beqc $6, $zero, 256 # encoding: [0x20,0xc0,0x00,0x40]
-        beqc    $5, $0, 256      # TODO: beqc $5, $zero, 256 # encoding: [0x20,0xa0,0x00,0x40]
-        beqc    $6, $5, 256      # TODO: beqc $5, $6, 256    # encoding: [0x20,0xa6,0x00,0x40]
-        bnec    $0, $6, 256      # TODO: bnec $6, $zero, 256 # encoding: [0x60,0xc0,0x00,0x40]
-        bnec    $5, $0, 256      # TODO: bnec $5, $zero, 256 # encoding: [0x60,0xa0,0x00,0x40]
-        bnec    $6, $5, 256      # TODO: bnec $5, $6, 256    # encoding: [0x60,0xa6,0x00,0x40]




More information about the llvm-commits mailing list