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)
commitdf9a78247a13daf6de441784d16772e8b21f6d82
tree8accc647a2177d5eca1d1d53dc0215bde98342b5
parentd7689b6ff6faa91f8c27b632a9e51ea55d638644
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
test/MC/AsmParser/invalid-input-assertion.s
test/MC/COFF/invalid-def.s
test/MC/COFF/invalid-endef.s
test/MC/COFF/invalid-scl-range.s
test/MC/COFF/invalid-scl.s
test/MC/COFF/invalid-type-range.s
test/MC/COFF/invalid-type.s