Skip to content

Commit b22de21

Browse files
committed
fixup! XFAIL on Linux
1 parent 902a656 commit b22de21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/lang/cpp/decl-from-submodule/TestDeclFromSubmodule.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
class DeclFromSubmoduleTestCase(TestBase):
1212
# Requires DWARF debug info which is not retained when linking with link.exe.
1313
@skipIfWindows
14+
# Lookup for decls in submodules fails in Linux
15+
@expectedFailureAll(oslist=["linux"])
1416
def test_expr(self):
1517
self.build()
1618
lldbutil.run_to_source_breakpoint(self, "return 0", lldb.SBFileSpec("main.cpp"))

0 commit comments

Comments
 (0)