Skip to content

Commit 05547fc

Browse files
committed
[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 ^ ```
1 parent c48c91a commit 05547fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/Shell/Expr/TestClangModulesDeclLookup.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# XFAIL: target-windows
2+
# XFAIL: system-linux
23

34
# Test that we can successfully locate decls in Clang modules for C++.
45

0 commit comments

Comments
 (0)