]> granicus.if.org Git - llvm/commit
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)
commit4fefe4cfb8765dc63536957c6a46867e7ab72303
treee7f6a75c98d94432bb61e1b8def75f08976b560f
parent807360ab087a0d2d9ef056f4d737fc93a3feaaf0
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226958 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/Disassembler/Mips/mips32r6/valid-xfail-mips32r6.txt
test/MC/Disassembler/Mips/mips64r6/valid-xfail-mips64r6.txt