mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Add not so that these tests pass with pipefail enabled.
llvm-svn: 186939
This commit is contained in:
parent
f71859b862
commit
cc9afb9150
@ -1,4 +1,4 @@
|
||||
# RUN: llvm-mc -disassemble %s -mcpu cortex-a8 -triple armv7 2>&1 | FileCheck %s
|
||||
# RUN: not llvm-mc -disassemble %s -mcpu cortex-a8 -triple armv7 2>&1 | FileCheck %s
|
||||
|
||||
# This file is checking ARMv7 encodings which are globally invalid, usually due
|
||||
# to the constraints of the instructions not being met. For example invalid
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llvm-mc -disassemble -triple armv7 -show-encoding < %s 2>&1 | FileCheck %s
|
||||
# RUN: not llvm-mc -disassemble -triple armv7 -show-encoding < %s 2>&1 | FileCheck %s
|
||||
|
||||
# This file is checking encodings that are valid on some triples, but not on the
|
||||
# ARMv7 triple, probably because the relevant instruction is v8, though there
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llvm-mc -disassemble %s -mcpu cortex-a8 -triple thumbv7 2>&1 | FileCheck %s
|
||||
# RUN: not llvm-mc -disassemble %s -mcpu cortex-a8 -triple thumbv7 2>&1 | FileCheck %s
|
||||
|
||||
# This file is checking Thumbv7 encodings which are globally invalid, usually due
|
||||
# to the constraints of the instructions not being met. For example invalid
|
||||
|
Loading…
Reference in New Issue
Block a user