]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: Run web-platform-tests url tests
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 Nov 2019 22:27:37 +0000 (23:27 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 8 Nov 2019 22:27:37 +0000 (23:27 +0100)
Closes #4477

docs/TODO

index e42755633e9eec1e9f6ab1da5cbbf07898f7adbc..e75c1647bebf30a93a95652ab1595cae8feb3858 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  20.5 Add support for concurrent connections
  20.6 Use the RFC6265 test suite
  20.7 Support LD_PRELOAD on macOS
+ 20.8 Run web-platform-tests url tests
 
  21. Next SONAME bump
  21.1 http-style HEAD output for FTP
@@ -1053,6 +1054,15 @@ that doesn't exist on the server, just like --ftp-create-dirs.
  properly. Look into making the preload support in runtests.pl portable such
  that it uses DYLD_INSERT_LIBRARIES on macOS.
 
+20.8 Run web-platform-tests url tests
+
+ Run web-platform-tests url tests and compare results with browsers on wpt.fyi
+
+ It would help us find issues to fix and help us document where our parser
+ differs from the WHATWG URL spec parsers.
+
+ See https://github.com/curl/curl/issues/4477
+
 21. Next SONAME bump
 
 21.1 http-style HEAD output for FTP