Skip to content

Commit 388c693

Browse files
authored
[SystemZ][z/OS] fix sample-split-layout.test on z/OS (llvm#109679)
The Lit in subject fails on z/OS since the input file `Inputs/split-layout.profdata` is marked as ASCII even though it is binary and the output file `Output/sample-split-layout.test.tmp-output` is binary. This PR removes the diff command which fails because it compares a binary file and a text file. The rational is that this diff command seems to be redundant to the `FileCheck` on the next command.
1 parent 6e5d612 commit 388c693

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/test/tools/llvm-profdata/sample-split-layout.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
RUN: llvm-profdata merge --sample --extbinary --split-layout %p/Inputs/sample-profile.proftext -o %t-output
2-
RUN: diff %t-output %p/Inputs/split-layout.profdata
32

43
RUN: llvm-profdata merge --sample --text --split-layout %t-output | FileCheck %s
54
CHECK: main:184019:0

0 commit comments

Comments
 (0)