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
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to