[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 07:18:59 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 would like to avoid duplicating this documentation. It will get out of date when we add new test formats in the future.
I would suggest either migrating the whole documentation for our test format into `.rst` or dropping this change.
https://github.com/llvm/llvm-project/pull/73136
More information about the libcxx-commits
mailing list