Yes, the test was explicitly trying to set the working directory of the inferior process to a non-existent directory. (The working directory of lldb was valid and contained the target image.)
The failure reported up is 0x0000010b, which corresponds to "The directory name is invalid." Unfortunately, lldb simply reports "error: process launch failed: unknown error". I assume there's still a task to get the WinAPI errors reported up through the UI. On Tue, Feb 24, 2015 at 4:39 PM, Zachary Turner <[email protected]> wrote: > Ahh. So it was specifically testing that launching a process from a > non-existant directory failed in the correct way? If it was testing > something else, then that alone seems like a useful test to add. > > > http://reviews.llvm.org/D7874 > > EMAIL PREFERENCES > http://reviews.llvm.org/settings/panel/emailpreferences/ > > >
_______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
