This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Move strace -m/explicit location test to strace.exp


On 08/13/2015 11:11 PM, Keith Seitz wrote:
> One of the build slaves shows this error running explicit.exp:
> 
> (gdb) strace -m gdbfoobarbaz
> Remote failure reply: E.In-process agent library not loaded in process.
> Fast and static tracepoints unavailable.
> (gdb) FAIL: gdb.linespec/explicit.exp: strace -m gdbfoobarbaz
> 
> There are two big problems with this test:
> 1) The expected output is actually not what the test is meant to test for.
> 2) This test should really only run where it is supported.
> 
> This is most easily fixed by moving the test to gdb.trace/strace.exp.
> 
> gdb/testsuite/ChangeLog
> 
> 	* gdb.linespec/explicit.exp: Move strace test from here ...
> 	* gdb.trace/strace.exp: ... to here.

OK.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]