mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-01 07:30:31 +00:00
llvm/test/tools/llvm-profdata/text-format-errors.test: Use prepared version of the input file, instead of using echo.
...and s/\C9/\xC9/ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253014 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
572e633224
commit
08ccc7e7d1
@ -0,0 +1 @@
|
||||
<EFBFBD>مذ<EFBFBD><EFBFBD>ة<EFBFBD><EFBFBD>
|
@ -15,7 +15,6 @@ RUN: not llvm-profdata show %p/Inputs/no-counts.proftext 2>&1 | FileCheck %s --c
|
||||
NO-COUNTS: error: {{.*}}no-counts.proftext: Malformed instrumentation profile data
|
||||
|
||||
4- Detect binary input
|
||||
RUN: echo -n $'\xff\xe5\xd0\xb1\xf4\c9\x94\xa8' > %t.bin
|
||||
RUN: not llvm-profdata show %t.bin 2>&1 | FileCheck %s --check-prefix=BINARY
|
||||
RUN: not llvm-profdata show %p/Inputs/text-format-errors.text.bin 2>&1 | FileCheck %s --check-prefix=BINARY
|
||||
BINARY: error: {{.+}}: Unrecognized instrumentation profile encoding format
|
||||
BINARY: Perhaps you forgot to use the -sample option?
|
||||
|
Loading…
Reference in New Issue
Block a user