[lldb-dev] LLDB tests unable to find 'lldb-mi' on Windows
Carlos Alberto Enciso via lldb-dev
lldb-dev at lists.llvm.org
Fri Sep 22 03:36:37 PDT 2017
Hi,
I been trying to run the LLDB test suite on Windows (check-lldb).
The LLDB used was build with VS2015 and ninja.
When I try to run an specific test, using the commands:
cd D:\LLVM\llvm\tools\lldb\test
python dotest.py --executable "D:\LLVM\build-ninja-lldb\bin\lldb.exe" -p
TestInlineStepping.py ..\packages\Python\lldbsuite\test
I get the following output:
==
LLDB library dir: D:\LLVM\build-ninja-lldb\bin
LLDB import library dir: D:\LLVM\build-ninja-lldb\bin\..\lib
lldb version 6.0.0 (http://llvm.org/svn/llvm-project/lldb/trunk revision
313964)
clang revision 313964
llvm revision 313964
The 'lldb-mi' executable cannot be located. The lldb-mi tests can not be
run as a result.
==
However, 'lldb-mi.exe' is located in the same directory as 'lldb.exe'.
There is an existence reference mentioned in:
https://reviews.llvm.org/D25486
Thanks,
Carlos Enciso
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20170922/eecde4c3/attachment.html>
More information about the lldb-dev
mailing list