A Monday 07 July 2008 20:15:18, Daniel Jacobowitz wrote: > On Thu, Jul 03, 2008 at 07:04:20PM +0100, Pedro Alves wrote: > > Default results look much better than I was expecting without > > tweaking the boardfile. Damn, I keep losing my bonus points. I looked back as I was going to commit the patches, and noticed that every test that ran after fullname.exp was being skipped, like so... Running ../../../src/gdb/testsuite/gdb.base/fullname.exp ... gdb compile failed, arm-elf-gcc: gdb_tg.o: No such file or directory Running ../../../src/gdb/testsuite/gdb.base/funcargs.exp ... ERROR: ../../../src/gdb/testsuite/gdb.base/funcargs.exp does not exist. ERROR: ... ... No wonder I'd got such a clean testsuite run. The compile failure seems to happen because the gluefile is passed a relative path to the testsuite/ dir, but this test explicitly changed dirs: Executing on host: arm-elf-gcc tmp-fullname.c -g -Wl,-wrap,exit -Wl,-wrap,_exit -Wl,-wrap,main -Wl,-wrap,abort gdb_tg.o -lm -o fullname (timeout = 300) arm-elf-gcc: gdb_tg.o: No such file or directory compiler exited with status 1 output is: arm-elf-gcc: gdb_tg.o: No such file or directory Fixing this bit will be for a rainy day, but, skipping most of the testsuite has an obvious fix. See attached, checked in. I get to keep my bonus, since no one noticed how it must have been too good to be true to have no other failures :-) -- Pedro Alves