[Lldb-commits] [lldb] r140392 - /lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py
Johnny Chen
johnny.chen at apple.com
Fri Sep 23 10:53:13 PDT 2011
Author: johnny
Date: Fri Sep 23 12:53:13 2011
New Revision: 140392
URL: http://llvm.org/viewvc/llvm-project?rev=140392&view=rev
Log:
The "Stop Hooks" anchors have been removed from the stop-hook output.
Update the test case to fix test suite failure.
Modified:
lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py
Modified: lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py?rev=140392&r1=140391&r2=140392&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py (original)
+++ lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py Fri Sep 23 12:53:13 2011
@@ -65,7 +65,7 @@
child.expect_exact(prompt)
child.sendline('thread step-over')
#self.DebugPExpect(child)
- child.expect_exact('** End Stop Hooks **')
+ child.expect_exact(prompt)
#self.DebugPExpect(child)
# Verify that the 'Stop Hooks' mechanism is fired off.
self.expect(child.before, exe=False,
More information about the lldb-commits
mailing list