|
From: Mark W. <mj...@re...> - 2015-10-07 11:29:50
|
On Tue, 2015-10-06 at 19:17 -0500, Victor Rodriguez wrote: > On Tue, Oct 6, 2015 at 5:53 PM, Rhys Kidd <rhy...@gm...> wrote: > > What platform (OS, architecture) and Valgrind release version are you > > running 'make regtest' on there? > > I am running it on Clear Linux OS ( https://clearlinux.org/) in a > Haswell machine ( 4th generation x86) > > Any clue ? > > What does this test do ? The test (or actually the whole group) tests the interaction between valgrind and gdb. It it probably a good idea to first see whether the "basic" tools tests look sane with: make nonexp-regtest If those look sane then it will help to run tests that seem to hang individually with perl tests/vg_regtest gdbserver_tests/mcblocklistsearch.vgtest So try running that first outside mock and see if you can see where the script seems to stall. Cheers, Mark |