[all-commits] [llvm/llvm-project] 049c43: [libcxx] Introduce LinuxRemoteTI for remote testing
Sergej Jaskiewicz via All-commits
all-commits at lists.llvm.org
Fri Jan 17 14:28:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 049c437c40c46a81257f63c03522556217271b87
https://github.com/llvm/llvm-project/commit/049c437c40c46a81257f63c03522556217271b87
Author: Sergej Jaskiewicz <jaskiewiczs at icloud.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
Changed paths:
M libcxx/utils/libcxx/test/config.py
M libcxx/utils/libcxx/test/executor.py
M libcxx/utils/libcxx/test/target_info.py
Log Message:
-----------
[libcxx] Introduce LinuxRemoteTI for remote testing
Summary:
This patch adds a new target info object called LinuxRemoteTI.
Unlike LinuxLocalTI, which asks the host system about various things
like available locales, distribution name etc. which don't make sense
if we're testing on a remote board, LinuxRemoteTI uses SSHExecutor
to get information from the target system.
Reviewers: jroelofs, ldionne, bcraig, EricWF, danalbert, mclow.lists
Reviewed By: jroelofs
Subscribers: christof, dexonsmith, libcxx-commits
Tags: #libc
Differential Revision: https://reviews.llvm.org/D72847
More information about the All-commits
mailing list