From 8457ae0d9359590b2db1e8e090531197be4d62c6 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Tue, 22 Sep 2020 11:06:09 -0700 Subject: [PATCH] [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. --- lldb/test/API/functionalities/completion/TestCompletion.py | 1 + 1 file changed, 1 insertion(+) 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 @@ class CommandLineCompletionTestCase(TestBase): @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