[Lldb-commits] [PATCH] D24074: Fixup TestPyObjSynthProvider.py	and enable it again
    Enrico Granata via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Aug 31 09:34:21 PDT 2016
    
    
  
granata.enrico accepted this revision.
This revision is now accepted and ready to land.
================
Comment at: packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py:19
@@ -18,2 +18,3 @@
     mydir = TestBase.compute_mydir(__file__)
+    NO_DEBUG_INFO_TESTCASE = True
 
----------------
I assume this only implies not to build for *all* debug info formats, but still allows an a.out to be built?
If so, fine by me
================
Comment at: packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/provider.py:3
@@ -2,2 +2,3 @@
 import lldb.formatters
+import lldb.formatters.synth
 
----------------
That didn't seem to be necessary on macOS. Not sure what the difference is, but anyway, doesn't look wrong.
https://reviews.llvm.org/D24074
    
    
More information about the lldb-commits
mailing list