[PATCH 2/2] [D] Remove search_parents parameter from d_lookup_symbol_imports

Pedro Alves palves@redhat.com
Mon Oct 26 21:35:00 GMT 2015


On 10/23/2015 09:35 PM, Iain Buclaw wrote:

> It helps if there is a compiler readily available to compile said
> tests.  However, there likely is a way to get around this that I'm not
> aware of. (Skip certain tests if a compiler doesn't exist?  ;-)

The C, C++, Go, Java, Ada, Fortran and Pascal, etc. tests do get skipped if a
compiler is not available.  I'd hazard a guess that you're missing a
compiler for at least one of those languages.  :-)

If you hook D program building through
prepare_for_testing/gdb_compile/default_target_compile etc., then D
tests will behave the same.  Basically, tweak lib/future.exp:gdb_default_target_compile
to understand "d" (and send the equivalent patch to DejaGnu).

See a766d390 for when "go" support was added.

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list