[all-commits] [llvm/llvm-project] c65e6d: [z/OS] Mark 19 tests UNSUPPORTED on z/OS due to an...
sujianIBM via All-commits
all-commits at lists.llvm.org
Mon Jun 8 06:09:19 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c65e6da9839217ad68abd8bce0cffc138585f407
https://github.com/llvm/llvm-project/commit/c65e6da9839217ad68abd8bce0cffc138585f407
Author: sujianIBM <Jian.Su at ibm.com>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M llvm/test/tools/llvm-cgdata/error.test
M llvm/test/tools/llvm-objcopy/ELF/add-invalid-note.test
M llvm/test/tools/llvm-offload-binary/llvm-offload-binary.ll
M llvm/test/tools/llvm-profdata/binary-ids-padding.test
M llvm/test/tools/llvm-profdata/insufficient-binary-ids-size.test
M llvm/test/tools/llvm-profdata/large-binary-id-size.test
M llvm/test/tools/llvm-profdata/malformed-not-space-for-another-header.test
M llvm/test/tools/llvm-profdata/malformed-num-counters-zero.test
M llvm/test/tools/llvm-profdata/malformed-ptr-to-counter-array.test
M llvm/test/tools/llvm-profdata/misaligned-binary-ids-size.test
M llvm/test/tools/llvm-profdata/mismatched-raw-profile-header.test
M llvm/test/tools/llvm-profdata/raw-32-bits-be.test
M llvm/test/tools/llvm-profdata/raw-32-bits-le.test
M llvm/test/tools/llvm-profdata/raw-64-bits-be.test
M llvm/test/tools/llvm-profdata/raw-64-bits-le.test
M llvm/test/tools/llvm-profdata/raw-magic-but-no-header.test
M llvm/test/tools/llvm-profdata/raw-two-profiles.test
M llvm/test/tools/llvm-strings/stdin.test
M llvm/test/tools/sanstats/elf.test
Log Message:
-----------
[z/OS] Mark 19 tests UNSUPPORTED on z/OS due to an issue in printf. (#196391)
Those tests fail on z/OS because printf interprets octal escape
sequences as EBCDIC characters and converts them to ASCII, producing
incorrect values in the output.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list