diff mbox

test: run only memcheck

Message ID 1459367213-30256-1-git-send-email-mike.holmes@linaro.org
State Accepted
Commit 69a77bdac776edf6615c1aae963690a618557d1a
Headers show

Commit Message

Mike Holmes March 30, 2016, 7:46 p.m. UTC
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(-)

Comments

Anders Roxell March 30, 2016, 7:49 p.m. UTC | #1
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
Maxim Uvarov March 31, 2016, 2:29 p.m. UTC | #2
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 mbox

Patch

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}