[Lldb-commits] [lldb] da8271e - [lldb][test] Disable TestCxxFrameFormatRecursive on Linux

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 4 07:01:52 PDT 2025


Author: David Spickett
Date: 2025-06-04T14:01:46Z
New Revision: da8271e88793909b738e2afdf17d0ae11dade455

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

LOG: [lldb][test] Disable TestCxxFrameFormatRecursive on Linux

It was always expected to fail and now it sometimes times out instead.

See https://github.com/llvm/llvm-project/issues/142726.

Added: 
    

Modified: 
    lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test b/lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test
index 887de882886ed..465b1bb28e327 100644
--- a/lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test
+++ b/lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test
@@ -1,3 +1,5 @@
+# Flaky on Linux, see https://github.com/llvm/llvm-project/issues/142726
+# UNSUPPORTED: system-linux
 # XFAIL: *
 
 # Test disallowed variables inside the


        


More information about the lldb-commits mailing list