41 lines
850 B
Diff
41 lines
850 B
Diff
From a4c56b928518439399e051406145d7d5b150a3be Mon Sep 17 00:00:00 2001
|
|
From: Kamil Dudka <kdudka@redhat.com>
|
|
Date: Wed, 26 Mar 2014 08:51:53 +0100
|
|
Subject: [PATCH] disable valgrind for certain test-cases (libssh2 problem)
|
|
|
|
---
|
|
tests/data/test604 | 3 +++
|
|
tests/data/test623 | 4 +++-
|
|
2 files changed, 6 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/tests/data/test604 b/tests/data/test604
|
|
index af0259f..2bcf7d1 100644
|
|
--- a/tests/data/test604
|
|
+++ b/tests/data/test604
|
|
@@ -29,5 +29,8 @@ disable
|
|
<errorcode>
|
|
78
|
|
</errorcode>
|
|
+<valgrind>
|
|
+disable
|
|
+</valgrind>
|
|
</verify>
|
|
</testcase>
|
|
diff --git a/tests/data/test623 b/tests/data/test623
|
|
index 19e505b..38a41d2 100644
|
|
--- a/tests/data/test623
|
|
+++ b/tests/data/test623
|
|
@@ -39,6 +39,8 @@ disable
|
|
<errorcode>
|
|
79
|
|
</errorcode>
|
|
-
|
|
+<valgrind>
|
|
+disable
|
|
+</valgrind>
|
|
</verify>
|
|
</testcase>
|
|
--
|
|
1.7.1
|
|
|