|
From: Victor R. <vm....@gm...> - 2015-10-07 00:26:07
|
Also I forgot to add that I am building using mock :) Regards Victor Rodriguez On Tue, Oct 6, 2015 at 7:17 PM, Victor Rodriguez <vm....@gm...> wrote: > On Tue, Oct 6, 2015 at 5:53 PM, Rhys Kidd <rhy...@gm...> wrote: >> Hello Victor, >> >> What platform (OS, architecture) and Valgrind release version are you >> running 'make regtest' on there? > > Hi Rhys > > 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 ? > > I really appreciate all the help > > >> Regards, >> Rhys >> >> >> On Wednesday, 7 October 2015, Victor Rodriguez <vm....@gm...> wrote: >>> >>> On Tue, Oct 6, 2015 at 12:01 PM, Tom Hughes <to...@co...> wrote: >>> > On 06/10/15 17:49, Victor Rodriguez wrote: >>> > >>> >> I had the idea that I was running the make check of valgrind: >>> >> >>> >> # make check >>> >> >>> >> But apparently and in my build.log there is something wrong like if >>> >> the tests are not executed >>> >> >>> >> >>> >> I can see that the tests are generated well: >>> >> >>> >> check_headers_and_includes >>> >> check_makefile_consistency >>> >> [...] >>> >> >>> >> I wonder if there is any requirement I am missing ( any package that >>> >> are necessary for this) or how can I run them manually >>> > >>> > >>> > You want "make regtest" not "make check". The latter only builds the >>> > tests >>> > while the former runs them as well. >>> >>> Yea now I see , thanks a lot Tom it really help us ;) >>> >>> However now it get hang here : >>> >>> -- Running tests in gdbserver_tests ----------------------------------- >>> hginfo: (skipping, prereq failed: test -e gdb.eval) >>> hgtls: valgrind --tool=helgrind --vgdb=yes --vgdb-error=0 >>> --vgdb-prefix=./vgdb-prefix-hgtls -q ./../none/tests/tls (progB: >>> ./gdb --quiet -l 60 --nx ../none/tests/tls) >>> >>> We will check and see why this is happening . The good part is that >>> now we are actually running some tests :) >>> >>> Regards >>> >>> Victor >>> >>> > Tom >>> > >>> > -- >>> > Tom Hughes (to...@co...) >>> > http://compton.nu/ >>> >>> >>> ------------------------------------------------------------------------------ >>> _______________________________________________ >>> Valgrind-developers mailing list >>> Val...@li... >>> https://lists.sourceforge.net/lists/listinfo/valgrind-developers |