[all-commits] [llvm/llvm-project] 8a79af: [libc++][AIX] Remove hardcode fail from format test
Jake Egan via All-commits
all-commits at lists.llvm.org
Fri Sep 8 10:40:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a79af676d30a37b82a395cebc866b84157f5236
https://github.com/llvm/llvm-project/commit/8a79af676d30a37b82a395cebc866b84157f5236
Author: Jake Egan <5326451+jakeegan at users.noreply.github.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp
Log Message:
-----------
[libc++][AIX] Remove hardcode fail from format test
The test is hardcoded to fail after passing `test_ill_formed_utf16()`. It passes on 32-bit AIX if we remove this.
Reviewed By: Mordante, #libc, ldionne
Differential Revision: https://reviews.llvm.org/D150273
More information about the All-commits
mailing list