avoid failure of test623

This commit is contained in:
Kamil Dudka 2010-04-21 18:52:00 +00:00
parent 07747c9c9d
commit a64c5d10a0
2 changed files with 34 additions and 0 deletions

28
curl-7.20.0-e32fe30.patch Normal file
View File

@ -0,0 +1,28 @@
From e32fe30d0cf7c1f7045ac0bd29322e7fb4feb5c8 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 23 Mar 2010 23:25:04 +0100
Subject: [PATCH] enabled valgrind
I ran it now successfully and it helped to pinpoint a libssh2
memory leak!
---
tests/data/test623 | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/tests/data/test623 b/tests/data/test623
index 38a41d2..19e505b 100644
--- a/tests/data/test623
+++ b/tests/data/test623
@@ -36,8 +36,6 @@ for ssh upload test
<errorcode>
79
</errorcode>
-<valgrind>
-disable
-</valgrind>
+
</verify>
</testcase>
--
1.6.6.1

View File

@ -7,6 +7,9 @@ Group: Applications/Internet
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
Source2: curlbuild.h
# upstream commit e32fe30d0cf7c1f7045ac0bd29322e7fb4feb5c8
Patch0: curl-7.20.0-e32fe30.patch
# experimentally enabled threaded DNS lookup
Patch1: curl-7.20.1-threaded-dns-multi.patch
@ -98,6 +101,9 @@ for f in CHANGES README; do
mv -f ${f}.utf8 ${f}
done
# revert an upstream commit which breaks Fedora builds
%patch0 -p1 -R
# upstream patches (not yet applied)
%patch1 -p1