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.

llvm-svn: 209496
This commit is contained in:
Saleem Abdulrasool 2014-05-23 02:56:51 +00:00
parent 4b5b757d65
commit a4f1ec043c
7 changed files with 0 additions and 7 deletions

View File

@ -1,5 +1,4 @@
// RUN: not llvm-mc -triple i686-linux -o /dev/null %s
// REQUIRES: asserts
.macro macro parameter=0
.if \parameter

View File

@ -1,5 +1,4 @@
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
# REQUIRES: asserts
.def first
.def second

View File

@ -1,5 +1,4 @@
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
# REQUIRES: asserts
.endef

View File

@ -1,5 +1,4 @@
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
# REQUIRES: asserts
.def storage_class_range
.scl 1337

View File

@ -1,5 +1,4 @@
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
# REQUIRES: asserts
.scl 1337

View File

@ -1,5 +1,4 @@
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
# REQUIRES: asserts
.def invalid_type_range
.type 65536

View File

@ -1,5 +1,4 @@
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
# REQUIRES: asserts
.type 65536