diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-27 14:28:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-27 14:33:49 +0200 |
commit | d528d975639986e10450706f1b523ff49f30e4e4 (patch) | |
tree | 753dc7e3111283da5ba3e266f306cb0d6c22bf5e | |
parent | 3d44bfb08d4b230d2ad8b111469a8ae4c6957bca (diff) |
FILEFORMAT: add more features that tests can depend on
-rw-r--r-- | tests/FILEFORMAT.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index 230ddbf67..30c713a23 100644 --- a/tests/FILEFORMAT.md +++ b/tests/FILEFORMAT.md @@ -283,11 +283,14 @@ SKIPPED. Features testable here are: - `alt-svc` +- `cookies` - `crypto` - `debug` +- `DoH` - `getrlimit` - `GnuTLS` - `GSS-API` +- `HTTP-auth` - `http/2` - `idn` - `ipv6` @@ -297,10 +300,15 @@ Features testable here are: - `libz` - `manual` - `Metalink` +- `Mime` +- `netrc` - `NSS` - `NTLM` - `OpenSSL` +- `parsedate` +- `proxy` - `PSL` +- `shuffle-dns` - `socks` - `SPNEGO` - `SSL` @@ -309,8 +317,10 @@ Features testable here are: - `threaded-resolver` - `TLS-SRP` - `TrackMemory` +- `typecheck` - `unittest` - `unix-sockets` +- `verbose-strings` - `win32` - `WinSSL` |