Prefix failing commands with not to make clear they are expected to fail.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 3 Jul 2013 16:41:29 +0000 (16:41 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 3 Jul 2013 16:41:29 +0000 (16:41 +0000)
commit73477b9f32da6488f2883f33fd17fa0de61f2bd1
tree63cfed7ca32760310c20745ccd46d39cb9fac537
parent621f463561fa4ebda2515cb70065f8872795455a
Prefix failing commands with not to make clear they are expected to fail.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185554 91177308-0d34-0410-b5e6-96231b3b80d8
26 files changed:
test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv.ll
test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv2.ll
test/CodeGen/ARM/indirect-reg-input.ll
test/CodeGen/R600/vertex-fetch-encoding.ll
test/CodeGen/X86/nosse-error1.ll
test/CodeGen/X86/nosse-error2.ll
test/FileCheck/check-not-diaginfo.txt
test/MC/AArch64/elf-objdump.s
test/MC/AArch64/gicv3-regs-diagnostics.s
test/MC/AArch64/trace-regs-diagnostics.s
test/MC/ARM/arm-thumb-cpus.s
test/MC/ARM/arm-thumb-trustzone.s
test/MC/ARM/arm-trustzone.s
test/MC/ARM/eh-directive-fnend-diagnostics.s
test/MC/ARM/eh-directive-fnstart-diagnostics.s
test/MC/ARM/invalid-hint-arm.s
test/MC/ARM/invalid-hint-thumb.s
test/MC/AsmParser/align_invalid.s
test/MC/AsmParser/directive_align.s
test/MC/AsmParser/macros-darwin.s
test/MC/X86/AlignedBundling/align-mode-argument-error.s
test/MC/X86/AlignedBundling/bundle-group-too-large-error.s
test/MC/X86/AlignedBundling/bundle-lock-option-error.s
test/MC/X86/AlignedBundling/lock-without-bundle-mode-error.s
test/MC/X86/AlignedBundling/switch-section-locked-error.s
test/MC/X86/AlignedBundling/unlock-without-lock-error.s