[all-commits] [llvm/llvm-project] 07e462: [libc++] Allow running .sh.cpp tests with SSHExecu...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Mar 31 12:51:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 07e462526d0cbae40b320e1a4307ce11e197fb0a
https://github.com/llvm/llvm-project/commit/07e462526d0cbae40b320e1a4307ce11e197fb0a
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M libcxx/test/libcxx/double_include.sh.cpp
M libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
M libcxx/test/libcxx/selftest/exec.sh.cpp
M libcxx/test/libcxx/selftest/test.sh.cpp
M libcxx/test/libcxx/strings/basic.string/PR42676.sh.cpp
M libcxx/test/std/containers/associative/map/PR28469_undefined_behavior_segfault.sh.cpp
M libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_terminates.sh.cpp
M libcxx/utils/libcxx/test/config.py
M libcxx/utils/libcxx/test/format.py
A libcxx/utils/ssh.py
Log Message:
-----------
[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.
More information about the All-commits
mailing list