test1801: completely disable the test-case
Bug: https://github.com/bagder/curl/commit/21e82bd6#commitcomment-12226582
This commit is contained in:
parent
ad3e87c230
commit
cdae22a40d
@ -1,25 +0,0 @@
|
|||||||
From 9e09e32ffa1dce54d5d76309001dc0151089747f Mon Sep 17 00:00:00 2001
|
|
||||||
From: Kamil Dudka <kdudka@redhat.com>
|
|
||||||
Date: Fri, 17 Jul 2015 14:12:13 +0200
|
|
||||||
Subject: [PATCH] test1801: temporarily disable failing data check
|
|
||||||
|
|
||||||
---
|
|
||||||
tests/data/test1801 | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/tests/data/test1801 b/tests/data/test1801
|
|
||||||
index 0aedfed..af195f3 100644
|
|
||||||
--- a/tests/data/test1801
|
|
||||||
+++ b/tests/data/test1801
|
|
||||||
@@ -8,7 +8,7 @@ http2
|
|
||||||
|
|
||||||
# Server-side
|
|
||||||
<reply>
|
|
||||||
-<data>
|
|
||||||
+<data nocheck="yes">
|
|
||||||
HTTP/1.1 101 Switching!
|
|
||||||
|
|
||||||
HTTP/1.1 200 OK
|
|
||||||
--
|
|
||||||
2.4.3
|
|
||||||
|
|
@ -13,9 +13,6 @@ Patch101: 0101-curl-7.32.0-multilib.patch
|
|||||||
# prevent configure script from discarding -g in CFLAGS (#496778)
|
# prevent configure script from discarding -g in CFLAGS (#496778)
|
||||||
Patch102: 0102-curl-7.36.0-debug.patch
|
Patch102: 0102-curl-7.36.0-debug.patch
|
||||||
|
|
||||||
# test1801: temporarily disable failing data check
|
|
||||||
Patch103: 0103-curl-7.43.0-test1801.patch
|
|
||||||
|
|
||||||
# use localhost6 instead of ip6-localhost in the curl test-suite
|
# use localhost6 instead of ip6-localhost in the curl test-suite
|
||||||
Patch104: 0104-curl-7.19.7-localhost6.patch
|
Patch104: 0104-curl-7.19.7-localhost6.patch
|
||||||
|
|
||||||
@ -119,7 +116,6 @@ documentation of the library, too.
|
|||||||
# Fedora patches
|
# Fedora patches
|
||||||
%patch101 -p1
|
%patch101 -p1
|
||||||
%patch102 -p1
|
%patch102 -p1
|
||||||
%patch103 -p1
|
|
||||||
%patch104 -p1
|
%patch104 -p1
|
||||||
%patch107 -p1
|
%patch107 -p1
|
||||||
|
|
||||||
@ -130,8 +126,9 @@ cd tests/data/
|
|||||||
sed -i s/899\\\([0-9]\\\)/%{?__isa_bits}9\\1/ test{309,1028,1055,1056}
|
sed -i s/899\\\([0-9]\\\)/%{?__isa_bits}9\\1/ test{309,1028,1055,1056}
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
# disable test 1112 (#565305)
|
# disable test 1112 (#565305) and test 1801
|
||||||
printf "1112\n" >> tests/data/DISABLED
|
# <https://github.com/bagder/curl/commit/21e82bd6#commitcomment-12226582>
|
||||||
|
printf "1112\n1801\n" >> tests/data/DISABLED
|
||||||
|
|
||||||
# disable test 1319 on ppc64 (server times out)
|
# disable test 1319 on ppc64 (server times out)
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
|
Loading…
Reference in New Issue
Block a user