labath added inline comments.
================ Comment at: packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py:43 + # Now launch the process, and do not stop at entry point. + process = target.LaunchSimple( + None, None, self.get_process_working_directory()) ---------------- Why do you need a process for this test? It sounds like all you're doing is playing around with SBStructuredData. You can remove everything from here including the `self.build()` call and the inferior source. Then you can annotate this test with NO_DEBUG_INFO_TESTCASE = True, as it definitely does not depend on debug info. https://reviews.llvm.org/D33434 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits