[Lldb-commits] [lldb] 09c0607 - [lldb][test] Skip D lang mangling test on Windows

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 3 02:02:45 PDT 2024


Author: David Spickett
Date: 2024-06-03T09:02:06Z
New Revision: 09c0607919c958c1a816acd58cc6c6585aec51a6

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

LOG: [lldb][test] Skip D lang mangling test on Windows

While the fix is reviewed.

Added: 
    

Modified: 
    lldb/test/API/lang/c/non-mangled/TestCNonMangled.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/c/non-mangled/TestCNonMangled.py b/lldb/test/API/lang/c/non-mangled/TestCNonMangled.py
index aae2f05263fcd..c35d8a9bb9163 100644
--- a/lldb/test/API/lang/c/non-mangled/TestCNonMangled.py
+++ b/lldb/test/API/lang/c/non-mangled/TestCNonMangled.py
@@ -3,6 +3,7 @@
 
 
 class TestCase(TestBase):
+    @skipIfWindows
     def test_functions_having_dlang_mangling_prefix(self):
         """
         Ensure C functions with a '_D' prefix alone are not mistakenly treated


        


More information about the lldb-commits mailing list