]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: TFTP tests fail on OpenBSD
authorDaniel Stenberg <daniel@haxx.se>
Wed, 19 Jun 2024 10:02:40 +0000 (12:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 19 Jun 2024 10:54:19 +0000 (12:54 +0200)
Closes #13623
Closes #13975

docs/KNOWN_BUGS

index 294396be2548c121dd0c72ff3e5eebe212e773db..047eef64a01dd5b4a1e44433e336ea4ef5048726 100644 (file)
@@ -79,6 +79,7 @@ problems may have been fixed or changed somewhat since this was written.
  11. Internals
  11.1 gssapi library name + version is missing in curl_version_info()
  11.2 error buffer not set if connection to multiple addresses fails
+ 11.3 TFTP tests fail on OpenBSD
  11.4 HTTP test server 'connection-monitor' problems
  11.5 Connection information when using TCP Fast Open
 
@@ -476,6 +477,13 @@ problems may have been fixed or changed somewhat since this was written.
  CURLE_COULDNT_CONNECT, but the error buffer set by CURLOPT_ERRORBUFFER
  remains empty. Issue: https://github.com/curl/curl/issues/544
 
+11.3 TFTP tests fail on OpenBSD
+
+ When adding an OpenBSD job with tests to GHA, some tests consistently fail
+ to run.
+
+ See https://github.com/curl/curl/issues/13623
+
 11.4 HTTP test server 'connection-monitor' problems
 
  The 'connection-monitor' feature of the sws HTTP test server does not work