<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/tests/FILEFORMAT.md, branch bagder/https-proxyu-req-http</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>tests/FILEFORMAT: document type=shell for &lt;command&gt;</title>
<updated>2020-09-15T13:42:56+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-15T13:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=304aeace1b4e0067430caffa8bcc1af34a6455dd'/>
<id>304aeace1b4e0067430caffa8bcc1af34a6455dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/FILEFORMAT: document nonewline support for &lt;file&gt;</title>
<updated>2020-09-15T12:45:08+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-15T12:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=8854b9284b5a14b3b5b2e64a72f3b5c3165a726a'/>
<id>8854b9284b5a14b3b5b2e64a72f3b5c3165a726a</id>
<content type='text'>
The one in &lt;client&gt;, that creates files.

Follow-up from b83947c8df7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The one in &lt;client&gt;, that creates files.

Follow-up from b83947c8df7
</pre>
</div>
</content>
</entry>
<entry>
<title>TLS naming: fix more Winssl and Darwinssl leftovers</title>
<updated>2020-08-07T22:19:21+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-08-07T15:11:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=2429f45a9782eb56771c57688f85af79e8e383cc'/>
<id>2429f45a9782eb56771c57688f85af79e8e383cc</id>
<content type='text'>
The CMake option is now called CMAKE_USE_SCHANNEL

The winbuild flag is USE_SCHANNEL

The CI jobs and build scripts only use the new names and the new name
options

Tests now require 'Schannel' (when necessary)

Closes #5795
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The CMake option is now called CMAKE_USE_SCHANNEL

The winbuild flag is USE_SCHANNEL

The CI jobs and build scripts only use the new names and the new name
options

Tests now require 'Schannel' (when necessary)

Closes #5795
</pre>
</div>
</content>
</entry>
<entry>
<title>runtests: move the TELNET server to a dynamic port</title>
<updated>2020-08-06T21:47:08+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-08-05T13:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=337a28d810e9e3c1803f69a6801004c0c944ba90'/>
<id>337a28d810e9e3c1803f69a6801004c0c944ba90</id>
<content type='text'>
Rename the port variable to TELNETPORT to better match the existing
pattern.

Closes #5785
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename the port variable to TELNETPORT to better match the existing
pattern.

Closes #5785
</pre>
</div>
</content>
</entry>
<entry>
<title>runtests: support dynamicly base64 encoded sections in tests</title>
<updated>2020-08-04T16:12:42+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-08-04T11:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=424092e70f4c83e32d16bdbb1316526c10e57139'/>
<id>424092e70f4c83e32d16bdbb1316526c10e57139</id>
<content type='text'>
This allows us to make test cases to use base64 at run-time and still
use and verify information determined at run-time, such as the IMAP test
server's port number in test 842.

This change makes 12 tests run again that basically never ran since we
moved to dynamic port numbers.

ftpserver.pl is adjusted to load test instructions and test number from
the preprocessed test file.

FILEFORMAT.md now documents the new base64 encoding syntax.

Reported-by: Marcel Raad
Fixes #5761
Closes #5775
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to make test cases to use base64 at run-time and still
use and verify information determined at run-time, such as the IMAP test
server's port number in test 842.

This change makes 12 tests run again that basically never ran since we
moved to dynamic port numbers.

ftpserver.pl is adjusted to load test instructions and test number from
the preprocessed test file.

FILEFORMAT.md now documents the new base64 encoding syntax.

Reported-by: Marcel Raad
Fixes #5761
Closes #5775
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/FILEFORMAT.md: mention %HTTP2PORT</title>
<updated>2020-08-03T09:42:16+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-08-03T09:42:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=06bc9b388e367879fba921de481c0c67fdeb3cee'/>
<id>06bc9b388e367879fba921de481c0c67fdeb3cee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FILEFORMAT: describe verify/stderr</title>
<updated>2020-06-18T07:50:43+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-06-18T07:46:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=185890d5d793cc06b801f0966327914bfb980b84'/>
<id>185890d5d793cc06b801f0966327914bfb980b84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FILEFORMAT: add more features that tests can depend on</title>
<updated>2020-05-27T12:33:49+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-27T12:28:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d528d975639986e10450706f1b523ff49f30e4e4'/>
<id>d528d975639986e10450706f1b523ff49f30e4e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add https-proxy support to the test suite</title>
<updated>2020-05-14T14:21:31+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-14T07:44:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e2a7a6bb9ee9be1f203ce23fd7e112d9fa37b35b'/>
<id>e2a7a6bb9ee9be1f203ce23fd7e112d9fa37b35b</id>
<content type='text'>
Initial test 1630 added with basic HTTPS-proxy use. HTTPS-proxy is like
HTTP proxy but with a full TLS connection to the proxy.

Closes #5399
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial test 1630 added with basic HTTPS-proxy use. HTTPS-proxy is like
HTTP proxy but with a full TLS connection to the proxy.

Closes #5399
</pre>
</div>
</content>
</entry>
<entry>
<title>FILEFORMAT: moved up the variables section and further polished</title>
<updated>2020-05-12T06:23:14+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-11T20:44:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=90bbfb5136425ab59516c8dcaabefb54b6c56d2b'/>
<id>90bbfb5136425ab59516c8dcaabefb54b6c56d2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
