Skip to content

Commit

Permalink
KNOWN_BUGS: TFTP tests fail on OpenBSD
Browse files Browse the repository at this point in the history
Closes #13623
Closes #13975
  • Loading branch information
bagder committed Jun 19, 2024
1 parent b715bb3 commit 01159b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/KNOWN_BUGS
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 01159b3

Please sign in to comment.