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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits