make tests process failures using cross-test-ssh
Joseph Myers
joseph@codesourcery.com
Thu Feb 11 23:27:00 GMT 2016
On Thu, 11 Feb 2016, Steve Ellcey wrote:
> On Thu, 2016-02-11 at 18:28 +0000, Joseph Myers wrote:
> > On Thu, 11 Feb 2016, Steve Ellcey wrote:
> >
> > > I would like to change this so that the touch is also done on the target
> > > machine but I am not sure what macros I should use to in order to have
> > > cross-test-ssh.sh run touch.
> >
> > In general you should not assume it's possible to run arbitrary commands
> > on the system running the newly built glibc; remember, the test wrapper
> > could be an emulator such as userspace QEMU. By design, the testsuite
> > runs as little as possible on the system running the newly built glibc:
> > only programs newly built and linked against it (possibly via "env", but
> > that's just a default definition).
>
> Have you (or anyone else) used userspace qemu to do glibc testing? Is
> there a script like cross-test-ssh.sh to plug in as the test-wrapper?
I think Roland has done something like that for NaCl testing. I've done
things like that involving a complicated set of scripts to send commands
over a socket to allow a DejaGnu board file to be used for running tests
from non-DejaGnu testsuites, but not anything convenient to use in a
standalone way like cross-test-ssh.sh.
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list