[libc-commits] [PATCH] D152288: [libc] Add a test for `fputs` to check using `stdout` and `stderr`
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jun 6 10:35:44 PDT 2023
jhuber6 added a comment.
In D152288#4400153 <https://reviews.llvm.org/D152288#4400153>, @michaelrj wrote:
> This should probably be more similar to the `putc` test, which writes to a file so that the result can be checked.
Yeah, I wanted something to test this for the GPU but I don't currently support any FILE IO that's not `stderr` or `stdout`. There's some more work on that front required.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152288/new/
https://reviews.llvm.org/D152288
More information about the libc-commits
mailing list