forked from OSchip/llvm-project
[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:
parent
6801950192
commit
8457ae0d93
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue