From 5f97a540ad8dd4baac47873fa4bdfba2f37e0f82 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 27 May 2020 13:10:19 -0700 Subject: [lldb/Reproducers] Differentiate active and passive replay unexpected packet. --- lldb/test/API/python_api/hello_world/TestHelloWorld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/API/python_api') diff --git a/lldb/test/API/python_api/hello_world/TestHelloWorld.py b/lldb/test/API/python_api/hello_world/TestHelloWorld.py index 2d38043..75a55ab 100644 --- a/lldb/test/API/python_api/hello_world/TestHelloWorld.py +++ b/lldb/test/API/python_api/hello_world/TestHelloWorld.py @@ -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()) -- cgit v1.1