[all-commits] [llvm/llvm-project] 21f8bc: [libc++] Make sure we forward stdin through execut...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Sep 25 06:50:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21f8bc25adba762ab06e26a7dd50da78fcd17528
      https://github.com/llvm/llvm-project/commit/21f8bc25adba762ab06e26a7dd50da78fcd17528
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
    A libcxx/test/libcxx/selftest/stdin-is-piped.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cin.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcin-imbue.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcin.sh.cpp
    M libcxx/utils/ssh.py

  Log Message:
  -----------
  [libc++] Make sure we forward stdin through executors (#67064)

This allows running tests like the ones for std::cin even on SSH
executors. This was originally reported as
https://github.com/llvm/llvm-project/pull/66842#issuecomment-1728701639.




More information about the All-commits mailing list