[libcxx-commits] [PATCH] D72847: [libcxx] Introduce LinuxRemoteTI for remote testing

Sergej Jaskiewicz via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 16 07:40:26 PST 2020


broadwaylamb created this revision.
broadwaylamb added reviewers: jroelofs, ldionne, bcraig, EricWF, danalbert.
broadwaylamb added a project: libc++.
Herald added subscribers: libcxx-commits, dexonsmith, christof.
Herald added a reviewer: mclow.lists.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72847

Files:
  libcxx/utils/libcxx/test/config.py
  libcxx/utils/libcxx/test/executor.py
  libcxx/utils/libcxx/test/target_info.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72847.238496.patch
Type: text/x-patch
Size: 8786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200116/aa3f2a57/attachment-0001.bin>


More information about the libcxx-commits mailing list