[libcxx] Use LIBCXX_EXECUTOR in new test configs
authorMartin Storsjö <martin@martin.st>
Wed, 8 Dec 2021 21:29:18 +0000 (23:29 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 21 Dec 2021 22:43:28 +0000 (00:43 +0200)
commitc1a14a5c3e6fef181f920b66ec159b6bfac4d457
treea3dc02927659794a6b4ac744f9329ccc6cc1b6e8
parentd26520f6f78785b0c4c296a8a992f2adb656c6ec
[libcxx] Use LIBCXX_EXECUTOR in new test configs

This allows cross-testing (by setting LIBCXX_EXECUTOR to point
to ssh.py) without making an entirely new test config file.

Implicitly, this also fixes quoting of the python executable name
(which is quoted in test/CMakeLists.txt).

Differential Revision: https://reviews.llvm.org/D115398
libcxx/test/configs/apple-libc++-shared.cfg.in
libcxx/test/configs/cmake-bridge.cfg.in
libcxx/test/configs/ibm-libc++-shared.cfg.in
libcxx/test/configs/llvm-libc++-shared-gcc.cfg.in
libcxx/test/configs/llvm-libc++-shared.cfg.in
libcxx/test/configs/llvm-libc++-static.cfg.in
libcxxabi/test/configs/apple-libc++abi-shared.cfg.in
libcxxabi/test/configs/cmake-bridge.cfg.in
libcxxabi/test/configs/ibm-libc++abi-shared.cfg.in