Skip to content

Commit eef79c8

Browse files
committed
[lldb][test] Mark TestGetBaseName.py as expected failure on Windows
TestGetBaseName.py introduced in PR #155939 is failing on windows LLDB bots. This patch adds @expectedFailureAll(oslist=["windows"]) decorator to mark it as an expected failure on Windows to make buildbots green while the underlying issue is investigated. (see: https://lab.llvm.org/buildbot/#/builders/141/builds/11176).
1 parent 0bdb915 commit eef79c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/python_api/basename/TestGetBaseName.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def setUp(self):
1515
TestBase.setUp(self)
1616
self.main_source_file = lldb.SBFileSpec("main.cpp")
1717

18+
@expectedFailureAll(oslist=["windows"])
1819
def test(self):
1920
"""Test SBFunction.GetBaseName() and SBSymbol.GetBaseName()"""
2021
self.build()

0 commit comments

Comments
 (0)