summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-27 19:56:55 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-27 19:56:55 +0530
commit7f548562755675bfef54dab9b897bc71dc364ad2 (patch)
tree04fad7a2d7a03abdcbe37f7b155aa10e4192b8fd /src
parent1aae953d8c73291e87f833f4d8b213820f241c98 (diff)
downloadmerchant-7f548562755675bfef54dab9b897bc71dc364ad2.tar.gz
merchant-7f548562755675bfef54dab9b897bc71dc364ad2.tar.bz2
merchant-7f548562755675bfef54dab9b897bc71dc364ad2.zip
remove valgrind tests, as they fail on some platforms
Diffstat (limited to 'src')
-rw-r--r--src/mustach/test1/Makefile3
-rw-r--r--src/mustach/test1/vg.ref14
-rw-r--r--src/mustach/test2/Makefile4
-rw-r--r--src/mustach/test2/vg.ref14
-rw-r--r--src/mustach/test3/Makefile3
-rw-r--r--src/mustach/test3/vg.ref14
-rw-r--r--src/mustach/test4/Makefile3
-rw-r--r--src/mustach/test4/vg.ref14
-rw-r--r--src/mustach/test5/Makefile3
-rw-r--r--src/mustach/test5/vg.ref14
-rw-r--r--src/mustach/test6/Makefile3
-rw-r--r--src/mustach/test6/vg.ref14
12 files changed, 6 insertions, 97 deletions
diff --git a/src/mustach/test1/Makefile b/src/mustach/test1/Makefile
index 635d8135..de53086b 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 92e39d4c..00000000
--- 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 635d8135..a493de60 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 1218d583..00000000
--- 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 635d8135..de53086b 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 4d0d4f7a..00000000
--- 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 635d8135..de53086b 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 0aa92dc7..00000000
--- 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 635d8135..de53086b 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 83f48b62..00000000
--- 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 35359fd0..b8a63375 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 2ad202f8..00000000
--- 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)