[llvm] [llvm][docs] Update TestingGuide with LLVM PR merge advice (PR #207754)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 20 07:59:23 PDT 2026
================
@@ -266,6 +266,10 @@ Put related tests into a single file rather than having a separate file per
test. Check if there are files already covering your feature and consider
adding your code there instead of creating a new file.
+If new tests depend on a separate LLVM pull request, wait at least a day after
+merging the LLVM PR before merging the test-suite PR. This avoids test
----------------
arsenm wrote:
Oh, this is about llvm-test-suite. This needs to spell that out, with a link to that repo
https://github.com/llvm/llvm-project/pull/207754
More information about the llvm-commits
mailing list