aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-05-27 14:28:51 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-27 14:33:49 +0200
commitd528d975639986e10450706f1b523ff49f30e4e4 (patch)
tree753dc7e3111283da5ba3e266f306cb0d6c22bf5e
parent3d44bfb08d4b230d2ad8b111469a8ae4c6957bca (diff)
FILEFORMAT: add more features that tests can depend on
-rw-r--r--tests/FILEFORMAT.md10
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`