[mips] Add negative tests confirm that supported ISA's don't allow instructions added...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 3 Apr 2014 14:14:22 +0000 (14:14 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 3 Apr 2014 14:14:22 +0000 (14:14 +0000)
commit769a6f211604f0285c419102846cfc91ab1e63cc
treec70e50986ec721fa8f2b6ad642e1dac7c887e6ad
parent8750f9a29176f0ac67b775966c4fc190be8ac42e
[mips] Add negative tests confirm that supported ISA's don't allow instructions added in later ISA's

Summary:
test/MC/Mips/<isa1>/invalid-<isa2>.s
    Test that <isa1> does not support <isa2>'s instructions.
test/MC/Mips/<isa1>/invalid-<isa2>-xfail.s
    Things that should be invalid but currently aren't. Will XPASS if any
    become invalid.

Reviewers: matheusalmeida

Reviewed By: matheusalmeida

Differential Revision: http://llvm-reviews.chandlerc.com/D3262

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205538 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/Mips/mips32/invalid-mips32r2-xfail.s [new file with mode: 0644]
test/MC/Mips/mips32/invalid-mips32r2.s
test/MC/Mips/mips32r2/valid.s
test/MC/Mips/mips4/invalid-mips64-xfail.s [new file with mode: 0644]
test/MC/Mips/mips4/invalid-mips64.s [new file with mode: 0644]
test/MC/Mips/mips4/invalid-mips64r2-xfail.s [new file with mode: 0644]
test/MC/Mips/mips4/invalid-mips64r2.s [new file with mode: 0644]
test/MC/Mips/mips64/invalid-mips64r2-xfail.s [new file with mode: 0644]
test/MC/Mips/mips64/invalid-mips64r2.s
test/MC/Mips/mips64r2/valid.s