]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: remove "nicer lacking perl message"
authorNeimadTL <damientalbot26@gmail.com>
Tue, 29 Apr 2025 22:32:23 +0000 (18:32 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 30 Apr 2025 06:25:14 +0000 (08:25 +0200)
The document has been updated by removing point 20.2 as it was done
some time ago.

Closes #17233

docs/TODO

index d4890f95d08ad936b80ad30ae526610b36879e9f..90d13665c8c5cf72099e9039969a9c49de05aeb5 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
 
  20. Test suite
  20.1 SSL tunnel
- 20.2 nicer lacking perl message
- 20.3 more protocols supported
- 20.4 more platforms supported
- 20.5 write an SMB test server to replace impacket
- 20.6 Use the RFC 6265 test suite
- 20.8 Run web-platform-tests URL tests
+ 20.2 more protocols supported
+ 20.3 more platforms supported
+ 20.4 write an SMB test server to replace impacket
+ 20.5 Use the RFC 6265 test suite
+ 20.6 Run web-platform-tests URL tests
 
  21. MQTT
  21.1 Support rate-limiting
  and FTP-SSL tests without the stunnel dependency, and it could allow us to
  provide test tools built with either OpenSSL or GnuTLS
 
-20.2 nicer lacking perl message
-
- If perl was not found by the configure script, do not attempt to run the tests
- but explain something nice why it does not.
-
-20.3 more protocols supported
+20.2 more protocols supported
 
  Extend the test suite to include more protocols. The telnet could just do FTP
  or http operations (for which we have test servers).
 
-20.4 more platforms supported
+20.3 more platforms supported
 
  Make the test suite work on more platforms. OpenBSD and macOS. Remove
  fork()s and it should become even more portable.
 
-20.5 write an SMB test server to replace impacket
+20.4 write an SMB test server to replace impacket
 
  This would allow us to run SMB tests on more platforms and do better and more
  covering tests.
 
  See https://github.com/curl/curl/issues/15697
 
-20.6 Use the RFC 6265 test suite
+20.5 Use the RFC 6265 test suite
 
  A test suite made for HTTP cookies (RFC 6265) by Adam Barth is available at
  https://github.com/abarth/http-state/tree/master/tests
  with that test suite and detect deviances. Ideally, that would even be
  incorporated into our regular test suite.
 
-20.8 Run web-platform-tests URL tests
+20.6 Run web-platform-tests URL tests
 
  Run web-platform-tests URL tests and compare results with browsers on wpt.fyi