[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.
This commit is contained in:
Jonas Devlieghere 2020-09-22 11:06:09 -07:00
parent 6801950192
commit 8457ae0d93
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ class CommandLineCompletionTestCase(TestBase):
@skipIfRemote @skipIfRemote
@skipIfReproducer
def test_common_completion_process_pid_and_name(self): def test_common_completion_process_pid_and_name(self):
# The LLDB process itself and the process already attached to are both # The LLDB process itself and the process already attached to are both
# ignored by the process discovery mechanism, thus we need a process known # ignored by the process discovery mechanism, thus we need a process known