[Lldb-commits] [lldb] 05547fc - [lldb][test] XFAIL TestClangModulesDeclLookup on Linux

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 3 04:21:38 PDT 2025


Author: Michael Buch
Date: 2025-06-03T12:20:31+01:00
New Revision: 05547fc3ec803b779beefeb52d21ef76cf00413f

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

LOG: [lldb][test] XFAIL TestClangModulesDeclLookup on Linux

Failing on the Linux bots with:
```
+ /home/worker/2.0.1/lldb-x86_64-debian/build/bin/FileCheck /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/Shell/Expr/TestClangModulesDeclLookup.test
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/Shell/Expr/TestClangModulesDeclLookup.test:56:15: error: CHECK-NEXT: expected string not found in input
              ^
<stdin>:38:26: note: scanning from here
(lldb) expression foo(50)
                         ^
<stdin>:41:34: note: possible intended match here
(lldb) target modules dump ast --filter foo
                                 ^
```

Added: 
    

Modified: 
    lldb/test/Shell/Expr/TestClangModulesDeclLookup.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Expr/TestClangModulesDeclLookup.test b/lldb/test/Shell/Expr/TestClangModulesDeclLookup.test
index d4f2b3259772e..38954844075f0 100644
--- a/lldb/test/Shell/Expr/TestClangModulesDeclLookup.test
+++ b/lldb/test/Shell/Expr/TestClangModulesDeclLookup.test
@@ -1,4 +1,5 @@
 # XFAIL: target-windows
+# XFAIL: system-linux
 
 # Test that we can successfully locate decls in Clang modules for C++.
 


        


More information about the lldb-commits mailing list