|
From: Paul F. <pj...@wa...> - 2023-01-09 07:53:45
|
Hi Phlippe On 09-01-23 06:06, Philippe Waroquiers wrote: > I have just pushed changes to filter_gdb.in and filter_vgdb.in as this failure > is quite general. OK but the change doesn't seem to have landed yet. > I have tested this on gcc186 where gdbserver tests were failing before the above updates, > and now they are ok. > > Should fix the tests on FreeBSD also. > > When GDB can read your .gdbinit, setting the auto-load safe path should allow to load > the python code. Unfortunately I think that there is a problem on FreeBSD. As already said there is an issue on a clean system when running in the build directory. Because the auto-load uses VG_LIBDIR which is based on the configure -prefix rather than the in-place location the scripts won't load if you haven't done a make install. The same should hold for the nightly tests. The script does a make / make check / make install and then a make regtest in the build dir. So that should work. I also see that several of the Linux nightlies also have failures. A+ Paul |