#
64acef38 |
| 01-Apr-2020 |
Louis Dionne <ldionne@apple.com> |
[libc++] Handle SSH errors more gracefully and make sure we clean up the tmp directory
|
#
fee0026f |
| 01-Apr-2020 |
Sergej Jaskiewicz <jaskiewiczs@icloud.com> |
[libc++abi] Fix remote execution of .sh.cpp tests
This aims to fix test failures on the following buildbots:
- http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l - http://lab.llvm.org:8011/b
[libc++abi] Fix remote execution of .sh.cpp tests
This aims to fix test failures on the following buildbots:
- http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l - http://lab.llvm.org:8011/builders/llvm-clang-win-x-aarch64
Differential Revision: https://reviews.llvm.org/D77190
show more ...
|
#
1c0dd57c |
| 31-Mar-2020 |
Louis Dionne <ldionne@apple.com> |
[libc++] Use 'export' instead of 'env' to run remote commands
This allows running commands that use shell builtins remotely too, when 'env' would complain that it can't find the program.
|
#
07e46252 |
| 31-Mar-2020 |
Louis Dionne <ldionne@apple.com> |
[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 SSHExe
[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.
show more ...
|