Skip to content

Commit bb92548

Browse files
omjavaidgithub-actions[bot]
authored andcommitted
Automerge: [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).
2 parents f823264 + eef79c8 commit bb92548

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)