From 3d55877363c105bd1ffe1841787e7990702060b7 Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Mon, 31 Mar 2025 10:04:48 -0700 Subject: [PATCH 1/2] Fix test `tags` documentation --- test/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index 7fd2fb698d..05cb5c6a14 100644 --- a/test/README.md +++ b/test/README.md @@ -52,8 +52,9 @@ for implementation-specific errors. ## Test Tags -Some of the tests are for functionality that is not stable, -i.e. is marked RECOMMENDED, OPTIONAL, or DRAFT. +Some of the tests are for functionality that is optional or which might not be stable. +That is, the specification uses RFC2119 keywords such as SHOULD, SHOULD NOT, MAY, RECOMMENDED, or OPTIONAL, +or the specification says that given functionality is DRAFT and not yet stable. Tests for such features have a `tags` array attached to them to mark the features that they rely on. This may include one or more of the following: From d0f08d5a3530cab32e26101cde9e551a69dcd9c0 Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Mon, 31 Mar 2025 11:32:09 -0700 Subject: [PATCH 2/2] Update test/README.md --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 05cb5c6a14..de39fdffa7 100644 --- a/test/README.md +++ b/test/README.md @@ -52,7 +52,7 @@ for implementation-specific errors. ## Test Tags -Some of the tests are for functionality that is optional or which might not be stable. +Some of the tests are for functionality that is optional or for functionality that is not yet stable. That is, the specification uses RFC2119 keywords such as SHOULD, SHOULD NOT, MAY, RECOMMENDED, or OPTIONAL, or the specification says that given functionality is DRAFT and not yet stable. Tests for such features have a `tags` array attached to them