llvm-6502/test
Reid Kleckner 4fefe4cfb8 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
2015-01-23 22:55:31 +00:00
..
Analysis [PM] Actually add the new pass manager support for the assumption cache. 2015-01-22 21:53:09 +00:00
Assembler IR: Update references to temporaries before deleting 2015-01-22 21:36:45 +00:00
Bindings
Bitcode Bitcode: Don't create comdats when autoupgrading macho bitcode 2015-01-20 05:58:07 +00:00
BugPoint
CodeGen [x86] Combine x86mmx/i64 to v2i64 conversion to use scalar_to_vector 2015-01-23 22:44:16 +00:00
DebugInfo Debug Info / PR22309: Allow union types to be emitted as unsigned constants. 2015-01-23 18:01:39 +00:00
ExecutionEngine lit: Make MCJIT's supported arch check case insensitive 2015-01-23 21:11:40 +00:00
Feature
FileCheck
Instrumentation [msan] Update origin for the entire destination range on memory store. 2015-01-21 13:21:31 +00:00
Integer
JitListener
Linker
LTO
MC mips: Fix "XPASS" test results by removing 'not' commands 2015-01-23 22:55:31 +00:00
Object [Object][ELF] Test unknown type. 2015-01-23 21:58:09 +00:00
Other
SymbolRewriter
TableGen
tools Fix the problem with llvm-objdump and -archive-headers in printing the archive header size field. 2015-01-23 21:02:44 +00:00
Transforms LowerSwitch: replace unreachable default with popular case destination 2015-01-23 20:43:51 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in lit: Make MCJIT's supported arch check case insensitive 2015-01-23 21:11:40 +00:00
Makefile
Makefile.tests
TestRunner.sh