vsk added a comment. In https://reviews.llvm.org/D47646#1119487, @vsk wrote:
> In https://reviews.llvm.org/D47646#1119479, @stella.stamenova wrote: > > > In https://reviews.llvm.org/D47646#1119471, @vsk wrote: > > > > > In https://reviews.llvm.org/D47646#1119396, @stella.stamenova wrote: > > > > > > > While you are at it, can you make sure this works on Windows? The > > > > current version of the test that is checked in fails. > > > > > > > > > Sorry about that. Could you point me to the error message? > > > > > > "Cannot use process to test IRMemoryMap" > > > Hm, I'm afraid this just tells us that the debugger either failed to create a > process, or that the process is not alive / incapable of JIT'ing. As I don't > have a Windows machine on hand, I can't dig into this further. Would you mind > taking a look? I can simply disable these tests on Windows for now. One additional thing to try: you can run the lldb-test command with `-log path/to/log/file` appended. The resulting logging output may help narrow down the process creation issue. https://reviews.llvm.org/D47646 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits