[libcxx-commits] [libcxx] [libcxx][docs] Make test name pattern documentation more obvious (PR #73136)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 22 08:05:12 PST 2023
================
@@ -330,13 +330,48 @@ additional headers.
taken to make it work in earlier language versions.
-Additional reading
-------------------
-
-The function ``CxxStandardLibraryTest`` in the file
-``libcxx/utils/libcxx/test/format.py`` has documentation about writing test. It
-explains the difference between the test named ``foo.pass.cpp`` and named
-``foo.verify.cpp`` are.
+Test names
----------------
ldionne wrote:
I think documenting the libc++ testing format in `.rst` would be more helpful to contributors than it staying hidden where it's currently at. I've had to show it to people several times in the past so I think this is a common one that people don't know about. I would still link to these docs from `format.py` though just to connect them in an obvious way.
https://github.com/llvm/llvm-project/pull/73136
More information about the libcxx-commits
mailing list