[Lldb-commits] [lldb] r216502 - There seems to be no sane reason for a test case to enable logging every time it runs.. probably leftover from when I was debugging it
Enrico Granata
egranata at apple.com
Tue Aug 26 16:27:51 PDT 2014
Author: enrico
Date: Tue Aug 26 18:27:51 2014
New Revision: 216502
URL: http://llvm.org/viewvc/llvm-project?rev=216502&view=rev
Log:
There seems to be no sane reason for a test case to enable logging every time it runs.. probably leftover from when I was debugging it
Modified:
lldb/trunk/test/functionalities/data-formatter/rdar-12437442/TestRdar12437442.py
Modified: lldb/trunk/test/functionalities/data-formatter/rdar-12437442/TestRdar12437442.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/data-formatter/rdar-12437442/TestRdar12437442.py?rev=216502&r1=216501&r2=216502&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/data-formatter/rdar-12437442/TestRdar12437442.py (original)
+++ lldb/trunk/test/functionalities/data-formatter/rdar-12437442/TestRdar12437442.py Tue Aug 26 18:27:51 2014
@@ -56,8 +56,6 @@ class DataFormatterRdar12437442TestCase(
# Execute the cleanup function during test case tear down.
self.addTearDownHook(cleanup)
- self.runCmd("log enable lldb types -f types.log")
-
# Now run the bulk of the test
id_x = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable("x")
id_x.SetPreferDynamicValue(lldb.eDynamicCanRunTarget)
More information about the lldb-commits
mailing list