MC: remove unnecessary restriction on tests
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 23 May 2014 02:56:51 +0000 (02:56 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 23 May 2014 02:56:51 +0000 (02:56 +0000)
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

llvm/test/MC/AsmParser/invalid-input-assertion.s
llvm/test/MC/COFF/invalid-def.s
llvm/test/MC/COFF/invalid-endef.s
llvm/test/MC/COFF/invalid-scl-range.s
llvm/test/MC/COFF/invalid-scl.s
llvm/test/MC/COFF/invalid-type-range.s
llvm/test/MC/COFF/invalid-type.s

index 68846fe..2557f6e 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: not llvm-mc -triple i686-linux -o /dev/null %s
-// REQUIRES: asserts
 
        .macro macro parameter=0
                .if \parameter
index bfa1a54..42821c2 100644 (file)
@@ -1,5 +1,4 @@
 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
-# REQUIRES: asserts
 
        .def first
        .def second
index 543685a..c6fd8f5 100644 (file)
@@ -1,5 +1,4 @@
 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
-# REQUIRES: asserts
 
        .endef
 
index ec0c2bb..5722505 100644 (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
index 0d62497..8565a5a 100644 (file)
@@ -1,5 +1,4 @@
 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
-# REQUIRES: asserts
 
        .scl 1337
 
index 9397cc5..92874cc 100644 (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
index a5c61f4..a1e131e 100644 (file)
@@ -1,5 +1,4 @@
 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
-# REQUIRES: asserts
 
        .type 65536