[libc++] Allow running .sh.cpp tests with SSHExecutors
authorLouis Dionne <ldionne@apple.com>
Tue, 31 Mar 2020 16:09:20 +0000 (12:09 -0400)
committerLouis Dionne <ldionne@apple.com>
Tue, 31 Mar 2020 19:50:42 +0000 (15:50 -0400)
commit07e462526d0cbae40b320e1a4307ce11e197fb0a
tree30c8dd3dff0029994a2976116bc68355f1378c75
parent015c6cd47557272bb8b92fbf9f5bd2bcb8fa8989
[libc++] Allow running .sh.cpp tests with SSHExecutors

This commit adds a script that can be used as an %{exec} substitution
such that .sh.cpp tests can now run on remote hosts when using the
SSHExecutor.
libcxx/test/libcxx/double_include.sh.cpp
libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
libcxx/test/libcxx/selftest/exec.sh.cpp
libcxx/test/libcxx/selftest/test.sh.cpp
libcxx/test/libcxx/strings/basic.string/PR42676.sh.cpp
libcxx/test/std/containers/associative/map/PR28469_undefined_behavior_segfault.sh.cpp
libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_terminates.sh.cpp
libcxx/utils/libcxx/test/config.py
libcxx/utils/libcxx/test/format.py
libcxx/utils/ssh.py [new file with mode: 0644]