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] Skipping tests that use remote protocol


On 12/15/2014 3:58 AM, Qi, Yao wrote:
> "Breazeal, Don" <donb@codesourcery.com> writes:
> 

>> [target_info exists use_gdb_stub] alone would work for the attach
>> tests,
> 
> I am afraid not.  attach tests should be skipped on remote host testing
> (build != host, host == target) too, because test program is spawned on
> build, and the corresponding pid (on build) is used for gdb (on host) to
> attach.
> 
Ah.  Right.

> Some tests have to be skipped on remote targets, and even on other
> targets.  I'd like to list all of them (tests having troubles running on
> remote target), and then figure out how to fix them.  We can use a
> standard approach if necessary.
> 
OK.  I will start with all of the various attach tests for now.

--Don


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