This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Asan/Tsan Unit/Regression testing (was [asan] Emit GIMPLE direclty, small cleanups)


On Mon, 12 Nov 2012, Andrew Pinski wrote:

> Also does gtest support cross testing; that is testing over rsh/ssh
> and testing via a simulator?  We should require that as a requirement
> also when it comes to testing infrastructures.

Unfortunately the existing guality tests work by C sources built for the 
target running a GDB binary on the target via popen, rather than having 
DejaGnu run the GDB binary on the host talking to the program on the 
target.  So there's an existing not-cross-friendly piece of testsuite 
code, although it would certainly be good to rework it to work with a 
cross-GDB and cross-compiler.

-- 
Joseph S. Myers
joseph@codesourcery.com


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