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

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 4 07:20:47 PST 2024


Author: Louis Dionne
Date: 2024-03-04T10:20:42-05:00
New Revision: d0521484c854adf082936824c99f9db101363cb8

URL: https://github.com/llvm/llvm-project/commit/d0521484c854adf082936824c99f9db101363cb8
DIFF: https://github.com/llvm/llvm-project/commit/d0521484c854adf082936824c99f9db101363cb8.diff

LOG: [libc++] Remove leftover .fail.cpp matcher in Lit test format (#83583)

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

Added: 
    

Modified: 
    libcxx/utils/libcxx/test/format.py

Removed: 
    


################################################################################
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)


        


More information about the libcxx-commits mailing list