Skip to content

Commit ab81564

Browse files
committed
Add. Note about test fail. [ci skip]
1 parent b575ca7 commit ab81564

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

test/test_easy.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,15 @@ function test_abort_06()
555555
end
556556

557557
function test_pause()
558+
559+
-- Note.
560+
-- OS version : Linux Mint 17 (x86_64)
561+
-- cURL version : libcurl/7.35.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3
562+
-- version_info("host"): x86_64-pc-linux-gnu
563+
--
564+
-- c:perform() returns curl.E_READ_ERROR after readfunction return curl.READFUNC_PAUSE
565+
--
566+
558567
local counter = 0
559568
assert_equal(c, c:setopt_readfunction(function()
560569
if counter == 0 then

0 commit comments

Comments
 (0)