mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
We do use pipefail these days. Update the test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200370 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5c1983b99f
commit
c86f56a506
@ -1,12 +1,10 @@
|
|||||||
Test that llvm-nm returns an error because of the unknown file type, but
|
Test that llvm-nm returns an error because of the unknown file type, but
|
||||||
keeps processing subsequent files.
|
keeps processing subsequent files.
|
||||||
|
|
||||||
Note: We use a temporary file since the tests don't run with pipefail.
|
|
||||||
|
|
||||||
RUN: touch %t
|
RUN: touch %t
|
||||||
RUN: not llvm-nm %p/Inputs/trivial-object-test.elf-i386 %t \
|
RUN: not llvm-nm %p/Inputs/trivial-object-test.elf-i386 %t \
|
||||||
RUN: %p/Inputs/trivial-object-test.elf-i386 > %t.log
|
RUN: %p/Inputs/trivial-object-test.elf-i386 | \
|
||||||
RUN: FileCheck %s < %t.log
|
RUN: FileCheck %s
|
||||||
|
|
||||||
CHECK: U SomeOtherFunction
|
CHECK: U SomeOtherFunction
|
||||||
CHECK: 00000000 T main
|
CHECK: 00000000 T main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user