aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-05-27 13:10:19 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2020-05-27 13:52:38 -0700
commit5f97a540ad8dd4baac47873fa4bdfba2f37e0f82 (patch)
tree3a03317aa18e80dfe4f275bcc16d53f215d3a33b /lldb/test/API/python_api
parent25132b36a8b39e7c2b0b28aa73772e57191b6df4 (diff)
downloadllvm-5f97a540ad8dd4baac47873fa4bdfba2f37e0f82.zip
llvm-5f97a540ad8dd4baac47873fa4bdfba2f37e0f82.tar.gz
llvm-5f97a540ad8dd4baac47873fa4bdfba2f37e0f82.tar.bz2
[lldb/Reproducers] Differentiate active and passive replay unexpected packet.
Diffstat (limited to 'lldb/test/API/python_api')
-rw-r--r--lldb/test/API/python_api/hello_world/TestHelloWorld.py2
1 files changed, 1 insertions, 1 deletions
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())