Author: Muhammad Omair Javaid
Date: 2025-09-01T01:41:05+05:00
New Revision: eef79c8b49aa45458bbaf895603385a7819cc182

URL: 
https://github.com/llvm/llvm-project/commit/eef79c8b49aa45458bbaf895603385a7819cc182
DIFF: 
https://github.com/llvm/llvm-project/commit/eef79c8b49aa45458bbaf895603385a7819cc182.diff

LOG: [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).

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/python_api/basename/TestGetBaseName.py 
b/lldb/test/API/python_api/basename/TestGetBaseName.py
index bd91acd20404b..dd82f7501dbeb 100644
--- a/lldb/test/API/python_api/basename/TestGetBaseName.py
+++ b/lldb/test/API/python_api/basename/TestGetBaseName.py
@@ -15,6 +15,7 @@ def setUp(self):
         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()


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to