[llvm] r306947 - [AVR] Remove a bunch of now-obselete tests

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 22:23:13 PDT 2017


Author: dylanmckay
Date: Fri Jun 30 22:23:13 2017
New Revision: 306947

URL: http://llvm.org/viewvc/llvm-project?rev=306947&view=rev
Log:
[AVR] Remove a bunch of now-obselete tests

The fixups in these instructions are now lowered into relocations.

Removed:
    llvm/trunk/test/MC/AVR/out-of-range-fixups/adiw-fail.s
    llvm/trunk/test/MC/AVR/out-of-range-fixups/in-fail.s
    llvm/trunk/test/MC/AVR/out-of-range-fixups/lds-fail.s
    llvm/trunk/test/MC/AVR/out-of-range-fixups/sbi-fail.s

Removed: llvm/trunk/test/MC/AVR/out-of-range-fixups/adiw-fail.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AVR/out-of-range-fixups/adiw-fail.s?rev=306946&view=auto
==============================================================================
--- llvm/trunk/test/MC/AVR/out-of-range-fixups/adiw-fail.s (original)
+++ llvm/trunk/test/MC/AVR/out-of-range-fixups/adiw-fail.s (removed)
@@ -1,5 +0,0 @@
-; RUN: not llvm-mc -triple avr -mattr=avr6 -filetype=obj < %s 2>&1 | FileCheck %s
-
-; CHECK: error: out of range immediate (expected an integer in the range 0 to 63)
-adiw r24, foo+64
-

Removed: llvm/trunk/test/MC/AVR/out-of-range-fixups/in-fail.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AVR/out-of-range-fixups/in-fail.s?rev=306946&view=auto
==============================================================================
--- llvm/trunk/test/MC/AVR/out-of-range-fixups/in-fail.s (original)
+++ llvm/trunk/test/MC/AVR/out-of-range-fixups/in-fail.s (removed)
@@ -1,5 +0,0 @@
-; RUN: not llvm-mc -triple avr -mattr=avr6 -filetype=obj < %s 2>&1 | FileCheck %s
-
-; CHECK: error: out of range port number (expected an integer in the range 0 to 63)
-in r3, foo+64
-

Removed: llvm/trunk/test/MC/AVR/out-of-range-fixups/lds-fail.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AVR/out-of-range-fixups/lds-fail.s?rev=306946&view=auto
==============================================================================
--- llvm/trunk/test/MC/AVR/out-of-range-fixups/lds-fail.s (original)
+++ llvm/trunk/test/MC/AVR/out-of-range-fixups/lds-fail.s (removed)
@@ -1,5 +0,0 @@
-; RUN: not llvm-mc -triple avr -mattr=avr6 -filetype=obj < %s 2>&1 | FileCheck %s
-
-; CHECK: error: out of range port number (expected an integer in the range 0 to 65535)
-lds r2, foo+65536
-

Removed: llvm/trunk/test/MC/AVR/out-of-range-fixups/sbi-fail.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AVR/out-of-range-fixups/sbi-fail.s?rev=306946&view=auto
==============================================================================
--- llvm/trunk/test/MC/AVR/out-of-range-fixups/sbi-fail.s (original)
+++ llvm/trunk/test/MC/AVR/out-of-range-fixups/sbi-fail.s (removed)
@@ -1,5 +0,0 @@
-; RUN: not llvm-mc -triple avr -mattr=avr6 -filetype=obj < %s 2>&1 | FileCheck %s
-
-; CHECK: error: out of range port number (expected an integer in the range 0 to 31)
-sbi foo+32, 1
-




More information about the llvm-commits mailing list