aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/python_api')
-rw-r--r--lldb/test/API/python_api/basename/TestGetBaseName.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/python_api/basename/TestGetBaseName.py b/lldb/test/API/python_api/basename/TestGetBaseName.py
index bd91acd..dd82f75 100644
--- a/lldb/test/API/python_api/basename/TestGetBaseName.py
+++ b/lldb/test/API/python_api/basename/TestGetBaseName.py
@@ -15,6 +15,7 @@ class GetBaseNameTestCase(TestBase):
TestBase.setUp(self)
self.main_source_file = lldb.SBFileSpec("main.cpp")
+ @expectedFailureAll(oslist=["windows"])
def test(self):
"""Test SBFunction.GetBaseName() and SBSymbol.GetBaseName()"""
self.build()