Message ID | 1459367213-30256-1-git-send-email-mike.holmes@linaro.org |
---|---|
State | Accepted |
Commit | 69a77bdac776edf6615c1aae963690a618557d1a |
Headers | show |
On 30 March 2016 at 21:46, Mike Holmes <mike.holmes@linaro.org> wrote: > valgrind can run many tools, however they tend to result in the code > never passing currently, start out stabilizing the results for the memory > leek checking first and add more tools later. > > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org> > --- > test/Makefile.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test/Makefile.inc b/test/Makefile.inc > index c4399cb..5def923 100644 > --- a/test/Makefile.inc > +++ b/test/Makefile.inc > @@ -16,6 +16,6 @@ AM_CXXFLAGS = $(INCFLAGS) > AM_LDFLAGS += -L$(LIB) > > @VALGRIND_CHECK_RULES@ > -valgrind_tools = memcheck drd sgcheck > +valgrind_tools = memcheck > > TESTS_ENVIRONMENT= ODP_PLATFORM=${with_platform} EXEEXT=${EXEEXT} > -- > 2.5.0 > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > https://lists.linaro.org/mailman/listinfo/lng-odp
Merged, Maxim. On 03/30/16 22:49, Anders Roxell wrote: > On 30 March 2016 at 21:46, Mike Holmes <mike.holmes@linaro.org> wrote: >> valgrind can run many tools, however they tend to result in the code >> never passing currently, start out stabilizing the results for the memory >> leek checking first and add more tools later. >> >> Signed-off-by: Mike Holmes <mike.holmes@linaro.org> > Reviewed-by: Anders Roxell <anders.roxell@linaro.org> > >> --- >> test/Makefile.inc | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/test/Makefile.inc b/test/Makefile.inc >> index c4399cb..5def923 100644 >> --- a/test/Makefile.inc >> +++ b/test/Makefile.inc >> @@ -16,6 +16,6 @@ AM_CXXFLAGS = $(INCFLAGS) >> AM_LDFLAGS += -L$(LIB) >> >> @VALGRIND_CHECK_RULES@ >> -valgrind_tools = memcheck drd sgcheck >> +valgrind_tools = memcheck >> >> TESTS_ENVIRONMENT= ODP_PLATFORM=${with_platform} EXEEXT=${EXEEXT} >> -- >> 2.5.0 >> >> _______________________________________________ >> lng-odp mailing list >> lng-odp@lists.linaro.org >> https://lists.linaro.org/mailman/listinfo/lng-odp > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > https://lists.linaro.org/mailman/listinfo/lng-odp
diff --git a/test/Makefile.inc b/test/Makefile.inc index c4399cb..5def923 100644 --- a/test/Makefile.inc +++ b/test/Makefile.inc @@ -16,6 +16,6 @@ AM_CXXFLAGS = $(INCFLAGS) AM_LDFLAGS += -L$(LIB) @VALGRIND_CHECK_RULES@ -valgrind_tools = memcheck drd sgcheck +valgrind_tools = memcheck TESTS_ENVIRONMENT= ODP_PLATFORM=${with_platform} EXEEXT=${EXEEXT}
valgrind can run many tools, however they tend to result in the code never passing currently, start out stabilizing the results for the memory leek checking first and add more tools later. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- test/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)