|
From: Philippe W. <phi...@sk...> - 2011-05-15 16:29:12
|
>> Checking for the minimum required version 6.5 would be good, too. >> I had 6.3 on the s390x box and the tests were just hanging. > > Hello Florian, > > Have you already had a look at gdbserver_tests/make_local_links ? > There is already a test in that script that checks whether the gdb > version is >= 6.5. > > Bart. Hello Florian and Bart, The version check should now work thanks to the recent additions by Bart of the prereq that gdb link must be present in the gdbserver_tests directory. Bart, note that some gdbserver tests are testing vgdb standalone, and are not using gdb. For these tests, the prerequisite that gdb is available and has the good version is too strict. These tests are: mchelp, mcinvokeRU, mcinvokeWS. They (are supposed to) work even if no gdb is present. Philippe |