labath added a comment. I just tried it, and these tests run fine without the executable file. Just remove those, and I think we're ready.
================ Comment at: packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/TestGCore.py:38 + def do_test(self, filename, pid): + target = self.dbg.CreateTarget(filename + ".out") + process = target.LoadCore(filename + ".core") ---------------- You don't need the executable file for this test. Just create an empty target `self.dbg.CreateTarget("")` and use that. https://reviews.llvm.org/D26676 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits