<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/wget.git/tests/Test-proxied-https-auth.px, branch master</title>
<subtitle>git.savannah.gnu.org: git/wget.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/'/>
<entry>
<title>Add --gen-suppressions=all to valgrind options</title>
<updated>2020-02-21T21:42:22+00:00</updated>
<author>
<name>Tim Rühsen</name>
<email>tim.ruehsen@gmx.de</email>
</author>
<published>2020-02-21T21:40:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=e1c4a2705f4a09f4c4e20ef50144e50b748be139'/>
<id>e1c4a2705f4a09f4c4e20ef50144e50b748be139</id>
<content type='text'>
* testenv/test/base_test.py: Add --gen-suppressions=all to valgrind options
* tests/Test-proxied-https-auth.px: Likewise
* tests/WgetTests.pm: Likewise
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* testenv/test/base_test.py: Add --gen-suppressions=all to valgrind options
* tests/Test-proxied-https-auth.px: Likewise
* tests/WgetTests.pm: Likewise
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add . to perl path for all perl tests"</title>
<updated>2019-05-30T10:06:01+00:00</updated>
<author>
<name>Tim Rühsen</name>
<email>tim.ruehsen@gmx.de</email>
</author>
<published>2019-05-30T10:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=b3f86f90cc5b3d3d1c2d6f720818fda9486108ec'/>
<id>b3f86f90cc5b3d3d1c2d6f720818fda9486108ec</id>
<content type='text'>
This reverts commit 79be99aff4717a75ec7531d8b3a4ec96341754ca.

/usr/bin/env 8.28 and below doesn't know -S.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 79be99aff4717a75ec7531d8b3a4ec96341754ca.

/usr/bin/env 8.28 and below doesn't know -S.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add . to perl path for all perl tests</title>
<updated>2018-09-07T08:48:14+00:00</updated>
<author>
<name>Tim Rühsen</name>
<email>tim.ruehsen@gmx.de</email>
</author>
<published>2018-09-07T08:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=79be99aff4717a75ec7531d8b3a4ec96341754ca'/>
<id>79be99aff4717a75ec7531d8b3a4ec96341754ca</id>
<content type='text'>
* tests/*.px: Add -I . to the shebang

This allows perl test to be run from tests/ directory, e.g. via
  ./Test--post-file.px
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tests/*.px: Add -I . to the shebang

This allows perl test to be run from tests/ directory, e.g. via
  ./Test--post-file.px
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix perl warnings in tests</title>
<updated>2017-04-05T18:04:12+00:00</updated>
<author>
<name>Anton Yuzhaninov</name>
<email>citrin+github@citrin.ru</email>
</author>
<published>2017-04-05T16:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=7ffe93cabb181f39ad5091c31ab9f61bd940a55f'/>
<id>7ffe93cabb181f39ad5091c31ab9f61bd940a55f</id>
<content type='text'>
* tests/FTPServer.pm: Escape '{' in RE to fix warnings
* tests/FTPTest.pm: Likewise
* tests/HTTPServer.pm: Likewise
* tests/HTTPTest.pm: Likewise
* tests/Test-proxied-https-auth-keepalive.px: Likewise
* tests/Test-proxied-https-auth.px: Likewise
Escape '{' in RE to fix warnings:
Unescaped left brace in regex is deprecated, passed through in regex;
marked by &lt;-- HERE in m/{{ &lt;-- HERE port}}/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tests/FTPServer.pm: Escape '{' in RE to fix warnings
* tests/FTPTest.pm: Likewise
* tests/HTTPServer.pm: Likewise
* tests/HTTPTest.pm: Likewise
* tests/Test-proxied-https-auth-keepalive.px: Likewise
* tests/Test-proxied-https-auth.px: Likewise
Escape '{' in RE to fix warnings:
Unescaped left brace in regex is deprecated, passed through in regex;
marked by &lt;-- HERE in m/{{ &lt;-- HERE port}}/
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix make distcheck failures in Perl SSL Tests</title>
<updated>2015-10-12T16:35:44+00:00</updated>
<author>
<name>Darshit Shah</name>
<email>darnir@gmail.com</email>
</author>
<published>2015-09-28T15:23:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=d484b141742b012b60cd05cdd9466fc58c832106'/>
<id>d484b141742b012b60cd05cdd9466fc58c832106</id>
<content type='text'>
    * tests/Makefile.am: Add valgrind-suppressions-ssl to EXTRA_DIST
    * tests/Test-proxied-https-auth-keepalive.px: Find valgrind in
    correct path during make distcheck
    * tests/Test-proxied-https-auth.px: Same
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    * tests/Makefile.am: Add valgrind-suppressions-ssl to EXTRA_DIST
    * tests/Test-proxied-https-auth-keepalive.px: Find valgrind in
    correct path during make distcheck
    * tests/Test-proxied-https-auth.px: Same
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip HTTPS perl tests if IO::Socket::SSL not installed</title>
<updated>2015-10-12T08:03:30+00:00</updated>
<author>
<name>christian fafard</name>
<email>cfaf@hotmail.com</email>
</author>
<published>2015-10-12T07:50:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=b8ee3705713f53352966630c85d06f491c03c480'/>
<id>b8ee3705713f53352966630c85d06f491c03c480</id>
<content type='text'>
* tests/Test-proxied-https-auth-keepalive.px: Skip test if perl module
  IO::Socket::SSL is not installed (trivial change).
* tests/Test-proxied-https-auth.px: Skip test if perl module
  IO::Socket::SSL is not installed (trivial change).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tests/Test-proxied-https-auth-keepalive.px: Skip test if perl module
  IO::Socket::SSL is not installed (trivial change).
* tests/Test-proxied-https-auth.px: Skip test if perl module
  IO::Socket::SSL is not installed (trivial change).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add valgrind suppression files for HTTPS tests</title>
<updated>2015-06-16T15:01:00+00:00</updated>
<author>
<name>Darshit Shah</name>
<email>darnir@reniac.com</email>
</author>
<published>2015-06-16T15:00:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=58702ffd4f0d04bca62f1f2728cbc63fd80f03fe'/>
<id>58702ffd4f0d04bca62f1f2728cbc63fd80f03fe</id>
<content type='text'>
    * testenv/test/base_test.py: Use Valgrind SSL suppressions file for
    tests
    * testenv/valgrind-suppression-ssl, tests/valgrind-suppression-ssl:
    Add new suppression files to suppress OpenSSL errors in valgrind
    * tests/test-proxied-https-auth.px: Use the valgrind SSL
    suppressions file for the test
    * tests/test-proxied-https-auth-keepalive.px: Same
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    * testenv/test/base_test.py: Use Valgrind SSL suppressions file for
    tests
    * testenv/valgrind-suppression-ssl, tests/valgrind-suppression-ssl:
    Add new suppression files to suppress OpenSSL errors in valgrind
    * tests/test-proxied-https-auth.px: Use the valgrind SSL
    suppressions file for the test
    * tests/test-proxied-https-auth-keepalive.px: Same
</pre>
</div>
</content>
</entry>
<entry>
<title> * Test-proxied-https-auth.px:</title>
<updated>2014-11-03T10:33:53+00:00</updated>
<author>
<name>Tim Rühsen</name>
<email>tim.ruehsen@gmx.de</email>
</author>
<published>2014-11-03T10:27:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=2303793a626158627bdb2ac255e0f58697682b24'/>
<id>2303793a626158627bdb2ac255e0f58697682b24</id>
<content type='text'>
   add valgrind support,
   sync parent / child (client / server)

Fixed the missing synchronization between server and client.
Without this, we experienced random test failures.
Also added valgrind support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   add valgrind support,
   sync parent / child (client / server)

Fixed the missing synchronization between server and client.
Without this, we experienced random test failures.
Also added valgrind support.
</pre>
</div>
</content>
</entry>
<entry>
<title>synchronize client and server in Test-proxied-https-auth.px</title>
<updated>2014-10-28T10:40:34+00:00</updated>
<author>
<name>Tim Rühsen</name>
<email>tim.ruehsen@gmx.de</email>
</author>
<published>2014-10-28T10:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=3eff3ad69a46364475e1f4abdf9412cfa87e3d6c'/>
<id>3eff3ad69a46364475e1f4abdf9412cfa87e3d6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed test suite race conditions due to double usage of names</title>
<updated>2014-10-01T19:40:19+00:00</updated>
<author>
<name>Tim Rühsen</name>
<email>tim.ruehsen@gmx.de</email>
</author>
<published>2014-10-01T14:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=afbcaaecba158198cc09325ba119410ff1990acf'/>
<id>afbcaaecba158198cc09325ba119410ff1990acf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
