[lldb/Reproducers] Differentiate active and passive replay unexpected packet.

This commit is contained in:
Jonas Devlieghere
2020-05-27 13:10:19 -07:00
parent 25132b36a8
commit 5f97a540ad
13 changed files with 16 additions and 16 deletions

View File

@@ -110,7 +110,7 @@ class HelloWorldTestCase(TestBase):
@skipIfiOSSimulator
@skipIfAsan # FIXME: Hangs indefinitely.
@expectedFailureNetBSD
@skipIfReproducer # Unexpected packet during replay
@skipIfReproducer # FIXME: Unexpected packet during (active) replay
def test_with_attach_to_process_with_name_api(self):
"""Create target, spawn a process, and attach to it with process name."""
exe = '%s_%d'%(self.testMethodName, os.getpid())