[libcxx-commits] [libcxx] [libc++] Make sure we forward stdin through executors (PR #67064)
Vladimir Vereschaka via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 21 14:56:30 PDT 2023
vvereschaka wrote:
@ldionne ,
all of those 3 previously failed tests have passed locally on the win-to-linux aarch64 cross toolchain builder host:
* llvm-libc++-static.cfg.in :: std/input.output/iostream.objects/narrow.stream.objects/cin.sh.cpp
* llvm-libc++-static.cfg.in :: std/input.output/iostream.objects/wide.stream.objects/wcin-imbue.sh.cpp
* llvm-libc++-static.cfg.in :: std/input.output/iostream.objects/wide.stream.objects/wcin.sh.cpp
should work on both of those cross builders. Thank you for the fix.
https://github.com/llvm/llvm-project/pull/67064
More information about the libcxx-commits
mailing list