mips: Fix "XPASS" test results by removing 'not' commands
authorReid Kleckner <reid@kleckner.net>
Fri, 23 Jan 2015 22:55:31 +0000 (22:55 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 23 Jan 2015 22:55:31 +0000 (22:55 +0000)
commitf4ebbc68255366fa636ff6e5e2bf51cc0d054041
tree794ce7e30e16dba8965116742de8537f4c786f53
parent083ca45c17e66b7275bdd5d30ae3a0d7e44ec5ff
mips: Fix "XPASS" test results by removing 'not' commands

These tests are asserting and crashing for me, and 'not' sees that as a
non-zero exit code instead of a signal code for obscure Windows reasons.
This causes the test to pass, giving me an unclean 'ninja check'.

The test is already XFAILd, so just run the test without 'not' and let
lit handle the failure.

llvm-svn: 226958
llvm/test/MC/Disassembler/Mips/mips32r6/valid-xfail-mips32r6.txt
llvm/test/MC/Disassembler/Mips/mips64r6/valid-xfail-mips64r6.txt