gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] 02/02: remove valgrind tests, as they fail on some plat


From: gnunet
Subject: [taler-merchant] 02/02: remove valgrind tests, as they fail on some platforms
Date: Mon, 27 Jul 2020 16:27:06 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository merchant.

commit 7f548562755675bfef54dab9b897bc71dc364ad2
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Jul 27 19:56:55 2020 +0530

    remove valgrind tests, as they fail on some platforms
---
 src/mustach/test1/Makefile |  3 +--
 src/mustach/test1/vg.ref   | 14 --------------
 src/mustach/test2/Makefile |  4 +---
 src/mustach/test2/vg.ref   | 14 --------------
 src/mustach/test3/Makefile |  3 +--
 src/mustach/test3/vg.ref   | 14 --------------
 src/mustach/test4/Makefile |  3 +--
 src/mustach/test4/vg.ref   | 14 --------------
 src/mustach/test5/Makefile |  3 +--
 src/mustach/test5/vg.ref   | 14 --------------
 src/mustach/test6/Makefile |  3 +--
 src/mustach/test6/vg.ref   | 14 --------------
 12 files changed, 6 insertions(+), 97 deletions(-)

diff --git a/src/mustach/test1/Makefile b/src/mustach/test1/Makefile
index 635d813..de53086 100644
--- a/src/mustach/test1/Makefile
+++ b/src/mustach/test1/Makefile
@@ -5,8 +5,7 @@ test: ../mustach
        @valgrind ../mustach json must > resu.last 2> vg.last
        @sed -i 's:^==[0-9]*== ::' vg.last
        @diff resu.ref resu.last && echo "result ok" || echo "ERROR! Result 
differs"
-       @diff vg.ref vg.last && echo "memory ok" || echo "ERROR! Memory differs"
 
 clean:
-       rm -f resu.last vg.last
+       rm -f resu.last
 
diff --git a/src/mustach/test1/vg.ref b/src/mustach/test1/vg.ref
deleted file mode 100644
index 92e39d4..0000000
--- a/src/mustach/test1/vg.ref
+++ /dev/null
@@ -1,14 +0,0 @@
-Memcheck, a memory error detector
-Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
-Using Valgrind-3.14.0 and LibVEX; rerun with -h for copyright info
-Command: ../mustach json must
-
-
-HEAP SUMMARY:
-    in use at exit: 0 bytes in 0 blocks
-  total heap usage: 169 allocs, 169 frees, 24,725 bytes allocated
-
-All heap blocks were freed -- no leaks are possible
-
-For counts of detected and suppressed errors, rerun with: -v
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/src/mustach/test2/Makefile b/src/mustach/test2/Makefile
index 635d813..a493de6 100644
--- a/src/mustach/test2/Makefile
+++ b/src/mustach/test2/Makefile
@@ -5,8 +5,6 @@ test: ../mustach
        @valgrind ../mustach json must > resu.last 2> vg.last
        @sed -i 's:^==[0-9]*== ::' vg.last
        @diff resu.ref resu.last && echo "result ok" || echo "ERROR! Result 
differs"
-       @diff vg.ref vg.last && echo "memory ok" || echo "ERROR! Memory differs"
 
 clean:
-       rm -f resu.last vg.last
-
+       rm -f resu.last
diff --git a/src/mustach/test2/vg.ref b/src/mustach/test2/vg.ref
deleted file mode 100644
index 1218d58..0000000
--- a/src/mustach/test2/vg.ref
+++ /dev/null
@@ -1,14 +0,0 @@
-Memcheck, a memory error detector
-Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
-Using Valgrind-3.14.0 and LibVEX; rerun with -h for copyright info
-Command: ../mustach json must
-
-
-HEAP SUMMARY:
-    in use at exit: 0 bytes in 0 blocks
-  total heap usage: 62 allocs, 62 frees, 11,187 bytes allocated
-
-All heap blocks were freed -- no leaks are possible
-
-For counts of detected and suppressed errors, rerun with: -v
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/src/mustach/test3/Makefile b/src/mustach/test3/Makefile
index 635d813..de53086 100644
--- a/src/mustach/test3/Makefile
+++ b/src/mustach/test3/Makefile
@@ -5,8 +5,7 @@ test: ../mustach
        @valgrind ../mustach json must > resu.last 2> vg.last
        @sed -i 's:^==[0-9]*== ::' vg.last
        @diff resu.ref resu.last && echo "result ok" || echo "ERROR! Result 
differs"
-       @diff vg.ref vg.last && echo "memory ok" || echo "ERROR! Memory differs"
 
 clean:
-       rm -f resu.last vg.last
+       rm -f resu.last
 
diff --git a/src/mustach/test3/vg.ref b/src/mustach/test3/vg.ref
deleted file mode 100644
index 4d0d4f7..0000000
--- a/src/mustach/test3/vg.ref
+++ /dev/null
@@ -1,14 +0,0 @@
-Memcheck, a memory error detector
-Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
-Using Valgrind-3.14.0 and LibVEX; rerun with -h for copyright info
-Command: ../mustach json must
-
-
-HEAP SUMMARY:
-    in use at exit: 0 bytes in 0 blocks
-  total heap usage: 41 allocs, 41 frees, 8,834 bytes allocated
-
-All heap blocks were freed -- no leaks are possible
-
-For counts of detected and suppressed errors, rerun with: -v
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/src/mustach/test4/Makefile b/src/mustach/test4/Makefile
index 635d813..de53086 100644
--- a/src/mustach/test4/Makefile
+++ b/src/mustach/test4/Makefile
@@ -5,8 +5,7 @@ test: ../mustach
        @valgrind ../mustach json must > resu.last 2> vg.last
        @sed -i 's:^==[0-9]*== ::' vg.last
        @diff resu.ref resu.last && echo "result ok" || echo "ERROR! Result 
differs"
-       @diff vg.ref vg.last && echo "memory ok" || echo "ERROR! Memory differs"
 
 clean:
-       rm -f resu.last vg.last
+       rm -f resu.last
 
diff --git a/src/mustach/test4/vg.ref b/src/mustach/test4/vg.ref
deleted file mode 100644
index 0aa92dc..0000000
--- a/src/mustach/test4/vg.ref
+++ /dev/null
@@ -1,14 +0,0 @@
-Memcheck, a memory error detector
-Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
-Using Valgrind-3.14.0 and LibVEX; rerun with -h for copyright info
-Command: ../mustach json must
-
-
-HEAP SUMMARY:
-    in use at exit: 0 bytes in 0 blocks
-  total heap usage: 142 allocs, 142 frees, 18,276 bytes allocated
-
-All heap blocks were freed -- no leaks are possible
-
-For counts of detected and suppressed errors, rerun with: -v
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/src/mustach/test5/Makefile b/src/mustach/test5/Makefile
index 635d813..de53086 100644
--- a/src/mustach/test5/Makefile
+++ b/src/mustach/test5/Makefile
@@ -5,8 +5,7 @@ test: ../mustach
        @valgrind ../mustach json must > resu.last 2> vg.last
        @sed -i 's:^==[0-9]*== ::' vg.last
        @diff resu.ref resu.last && echo "result ok" || echo "ERROR! Result 
differs"
-       @diff vg.ref vg.last && echo "memory ok" || echo "ERROR! Memory differs"
 
 clean:
-       rm -f resu.last vg.last
+       rm -f resu.last
 
diff --git a/src/mustach/test5/vg.ref b/src/mustach/test5/vg.ref
deleted file mode 100644
index 83f48b6..0000000
--- a/src/mustach/test5/vg.ref
+++ /dev/null
@@ -1,14 +0,0 @@
-Memcheck, a memory error detector
-Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
-Using Valgrind-3.14.0 and LibVEX; rerun with -h for copyright info
-Command: ../mustach json must
-
-
-HEAP SUMMARY:
-    in use at exit: 0 bytes in 0 blocks
-  total heap usage: 181 allocs, 181 frees, 36,033 bytes allocated
-
-All heap blocks were freed -- no leaks are possible
-
-For counts of detected and suppressed errors, rerun with: -v
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/src/mustach/test6/Makefile b/src/mustach/test6/Makefile
index 35359fd..b8a6337 100644
--- a/src/mustach/test6/Makefile
+++ b/src/mustach/test6/Makefile
@@ -9,8 +9,7 @@ test: test-custom-write
        @valgrind ./test-custom-write json -U must -l must -x must > resu.last 
2> vg.last
        @sed -i 's:^==[0-9]*== ::' vg.last
        @diff resu.ref resu.last && echo "result ok" || echo "ERROR! Result 
differs"
-       @diff vg.ref vg.last && echo "memory ok" || echo "ERROR! Memory differs"
 
 clean:
-       rm -f resu.last vg.last test-custom-write
+       rm -f resu.last test-custom-write
 
diff --git a/src/mustach/test6/vg.ref b/src/mustach/test6/vg.ref
deleted file mode 100644
index 2ad202f..0000000
--- a/src/mustach/test6/vg.ref
+++ /dev/null
@@ -1,14 +0,0 @@
-Memcheck, a memory error detector
-Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
-Using Valgrind-3.14.0 and LibVEX; rerun with -h for copyright info
-Command: ./test-custom-write json -U must -l must -x must
-
-
-HEAP SUMMARY:
-    in use at exit: 0 bytes in 0 blocks
-  total heap usage: 171 allocs, 171 frees, 26,351 bytes allocated
-
-All heap blocks were freed -- no leaks are possible
-
-For counts of detected and suppressed errors, rerun with: -v
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]