[Lldb-commits] [PATCH] D12584: Fix TestCompletion.py failure on Darwin after r246639
Ying Chen via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 3 11:30:36 PDT 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL246791: Fix TestCompletion.py failure on Darwin after r246639 (authored by chying).
Changed prior to commit:
http://reviews.llvm.org/D12584?vs=33898&id=33960#toc
Repository:
rL LLVM
http://reviews.llvm.org/D12584
Files:
lldb/trunk/test/functionalities/completion/TestCompletion.py
Index: lldb/trunk/test/functionalities/completion/TestCompletion.py
===================================================================
--- lldb/trunk/test/functionalities/completion/TestCompletion.py
+++ lldb/trunk/test/functionalities/completion/TestCompletion.py
@@ -269,6 +269,8 @@
child.send("%s\t" % str_input)
child.sendline('')
child.expect_exact(prompt)
+ child.sendline('')
+ child.expect_exact(prompt)
# Now that the necessary logging is done, restore logfile to None to
# stop further logging.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12584.33960.patch
Type: text/x-patch
Size: 607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150903/8ea0e941/attachment.bin>
More information about the lldb-commits
mailing list