Author: Med Ismail Bennani
Date: 2023-01-12T14:11:36-08:00
New Revision: d69e5dfa234f8af7fb1c3bdbceb5c101c300bab1

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

LOG: [lldb/test] Disable TestScriptedProcess.py on linux while investigating 
the issue

Signed-off-by: Med Ismail Bennani <medismail.benn...@gmail.com>

Added: 
    

Modified: 
    lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py 
b/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py
index 619e47cfe4834..9cb33fb832010 100644
--- a/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py
+++ b/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py
@@ -14,6 +14,7 @@ class ScriptedProcesTestCase(TestBase):
 
     NO_DEBUG_INFO_TESTCASE = True
 
+    @skipUnlessDarwin
     def test_python_plugin_package(self):
         """Test that the lldb python module has a `plugins.scripted_process`
         package."""


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

Reply via email to