[Lldb-commits] [PATCH] D13882: Adjust TestCompletion.py and TestDumpDynamic.py after recent changes.

Siva Chandra via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 19 18:05:28 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL250782: Adjust TestCompletion.py and TestDumpDynamic.py after recent changes. (authored by sivachandra).

Changed prior to commit:
  http://reviews.llvm.org/D13882?vs=37819&id=37822#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D13882

Files:
  lldb/trunk/test/functionalities/completion/TestCompletion.py
  lldb/trunk/test/functionalities/data-formatter/dump_dynamic/main.cpp

Index: lldb/trunk/test/functionalities/data-formatter/dump_dynamic/main.cpp
===================================================================
--- lldb/trunk/test/functionalities/data-formatter/dump_dynamic/main.cpp
+++ lldb/trunk/test/functionalities/data-formatter/dump_dynamic/main.cpp
@@ -30,6 +30,6 @@
     //% base = self.frame().FindVariable("base")
     //% base.SetPreferDynamicValue(lldb.eDynamicDontRunTarget)
     //% base.GetDescription(stream)
-    //% if self.TraceOn(): print stream.GetData()
+    //% if self.TraceOn(): print(stream.GetData())
     //% self.assertTrue(stream.GetData().startswith("(Derived *"))
 }
Index: lldb/trunk/test/functionalities/completion/TestCompletion.py
===================================================================
--- lldb/trunk/test/functionalities/completion/TestCompletion.py
+++ lldb/trunk/test/functionalities/completion/TestCompletion.py
@@ -181,7 +181,7 @@
     @no_debug_info_test
     def test_settings_set_ta(self):
         """Test that 'settings set ta' completes to 'settings set target.'."""
-        self.complete_from_to('settings set ta', 'settings set target.')
+        self.complete_from_to('settings set target.ma', 'settings set target.max-')
 
     @expectedFailureHostWindows("llvm.org/pr24679")
     @skipIfFreeBSD # timing out on the FreeBSD buildbot


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13882.37822.patch
Type: text/x-patch
Size: 1332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151020/b6f91866/attachment-0001.bin>


More information about the lldb-commits mailing list