Author: Minsoo Choo
Date: 2026-02-19T16:03:41-05:00
New Revision: 3d712010f3d1ac4b1b134d9273cb2682e2de665f

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

LOG: [lldb][tests/FreeBSDKernel] Skip tests on non-FreeBSD hosts (#182363)

#181283 removed fvc but it still remains in tests. This causes testing
on non-FreeBSD hosts. Thus add `skipUnlessPlatform` decorator.

Signed-off-by: Minsoo Choo <[email protected]>

Added: 
    

Modified: 
    
lldb/test/API/functionalities/postmortem/FreeBSDKernel/TestFreeBSDKernelVMCore.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/API/functionalities/postmortem/FreeBSDKernel/TestFreeBSDKernelVMCore.py
 
b/lldb/test/API/functionalities/postmortem/FreeBSDKernel/TestFreeBSDKernelVMCore.py
index 86ba661296a7f..3e5007d90e0cf 100644
--- 
a/lldb/test/API/functionalities/postmortem/FreeBSDKernel/TestFreeBSDKernelVMCore.py
+++ 
b/lldb/test/API/functionalities/postmortem/FreeBSDKernel/TestFreeBSDKernelVMCore.py
@@ -8,7 +8,7 @@
 from lldbsuite.test import lldbutil
 
 
-@skipIfFBSDVMCoreSupportMissing
+@skipUnlessPlatform(["freebsd"])
 class FreeBSDKernelVMCoreTestCase(TestBase):
     NO_DEBUG_INFO_TESTCASE = True
     maxDiff = None


        
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to