[libcxx-commits] [libcxx] [libc++] Remove leftover .fail.cpp matcher in Lit test format (PR #83583)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 1 07:30:34 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Louis Dionne (ldionne)

<details>
<summary>Changes</summary>

This should have been removed in 8dcb8ea75cef, which removed support for .fail.cpp tests in the libc++ test suite.

---
Full diff: https://github.com/llvm/llvm-project/pull/83583.diff


1 Files Affected:

- (modified) libcxx/utils/libcxx/test/format.py (-1) 


``````````diff
diff --git a/libcxx/utils/libcxx/test/format.py b/libcxx/utils/libcxx/test/format.py
index 229da224994f43..7e5281c0b74064 100644
--- a/libcxx/utils/libcxx/test/format.py
+++ b/libcxx/utils/libcxx/test/format.py
@@ -265,7 +265,6 @@ def getTestsForPath(self, testSuite, pathInSuite, litConfig, localConfig):
             "[.]sh[.][^.]+$",
             "[.]gen[.][^.]+$",
             "[.]verify[.]cpp$",
-            "[.]fail[.]cpp$",
         ]
 
         sourcePath = testSuite.getSourcePath(pathInSuite)

``````````

</details>


https://github.com/llvm/llvm-project/pull/83583


More information about the libcxx-commits mailing list