mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
MC: remove unnecessary restriction on tests
Rafael correctly pointed out that the restriction is unnecessary. Although the tests are intended to ensure that we dont abort due to an assertion, running the tests in all modes is better since it also ensures that we dont crash without assertions. Always run these tests to ensure that we can handle invalid input correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209496 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d7689b6ff6
commit
df9a78247a
@ -1,5 +1,4 @@
|
|||||||
// RUN: not llvm-mc -triple i686-linux -o /dev/null %s
|
// RUN: not llvm-mc -triple i686-linux -o /dev/null %s
|
||||||
// REQUIRES: asserts
|
|
||||||
|
|
||||||
.macro macro parameter=0
|
.macro macro parameter=0
|
||||||
.if \parameter
|
.if \parameter
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
|
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
|
||||||
# REQUIRES: asserts
|
|
||||||
|
|
||||||
.def first
|
.def first
|
||||||
.def second
|
.def second
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
|
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
|
||||||
# REQUIRES: asserts
|
|
||||||
|
|
||||||
.endef
|
.endef
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
|
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
|
||||||
# REQUIRES: asserts
|
|
||||||
|
|
||||||
.def storage_class_range
|
.def storage_class_range
|
||||||
.scl 1337
|
.scl 1337
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
|
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
|
||||||
# REQUIRES: asserts
|
|
||||||
|
|
||||||
.scl 1337
|
.scl 1337
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
|
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
|
||||||
# REQUIRES: asserts
|
|
||||||
|
|
||||||
.def invalid_type_range
|
.def invalid_type_range
|
||||||
.type 65536
|
.type 65536
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
|
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
|
||||||
# REQUIRES: asserts
|
|
||||||
|
|
||||||
.type 65536
|
.type 65536
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user