Author: Jonas Devlieghere
Date: 2020-09-22T11:28:39-07:00
New Revision: 8457ae0d9359590b2db1e8e090531197be4d62c6

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

LOG: [lldb] Skip test_common_completion_process_pid_and_name with reproducers

This test launches a subprocess which will have a different PID during
capture and replay.

Added: 
    

Modified: 
    lldb/test/API/functionalities/completion/TestCompletion.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/completion/TestCompletion.py 
b/lldb/test/API/functionalities/completion/TestCompletion.py
index 4e78b6e23730..4061e0963d48 100644
--- a/lldb/test/API/functionalities/completion/TestCompletion.py
+++ b/lldb/test/API/functionalities/completion/TestCompletion.py
@@ -131,6 +131,7 @@ def completions_contain_str(self, input, needle):
 
 
     @skipIfRemote
+    @skipIfReproducer
     def test_common_completion_process_pid_and_name(self):
         # The LLDB process itself and the process already attached to are both
         # ignored by the process discovery mechanism, thus we need a process 
known


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

Reply via email to