Revert "Add --strip-trailing-cr to compression tests so they pass on Windows."

This reverts commit d6cbc9528d.

It causes the tests to fail on AIX.
This commit is contained in:
Xiangling Liao 2019-12-04 17:23:57 -05:00
parent 82f3c5d4a6
commit 8b8a7d1ecf
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ REQUIRES: zlib
; RUN: llvm-profdata merge -sample -extbinary -compress-all-sections -prof-sym-list=%S/Inputs/profile-symbol-list-2.text %S/Inputs/sample-profile.proftext -o %t.2.output
; RUN: llvm-profdata merge -sample -extbinary -compress-all-sections %t.1.output %t.2.output -o %t.3.output
; RUN: llvm-profdata show -sample -show-prof-sym-list %t.3.output > %t.4.output
; RUN: diff --strip-trailing-cr %S/Inputs/profile-symbol-list.expected %t.4.output
; RUN: diff %S/Inputs/profile-symbol-list.expected %t.4.output

View File

@ -7,4 +7,4 @@ RUN: diff %t.1.proftext %S/Inputs/sample-profile.proftext
RUN: llvm-profdata merge --sample --binary -output=%t.2.profdata %S/Inputs/sample-profile.proftext
RUN: llvm-profdata merge --sample --extbinary -compress-all-sections -output=%t.3.profdata %t.2.profdata
RUN: llvm-profdata merge --sample --text -output=%t.2.proftext %t.3.profdata
RUN: diff --strip-trailing-cr %t.2.proftext %S/Inputs/sample-profile.proftext
RUN: diff %t.2.proftext %S/Inputs/sample-profile.proftext