[lldb-dev] [Bug 21721] New: Fix the test runner to correctly set PATH for shared libs on Windows
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Dec 2 23:13:32 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21721
Bug ID: 21721
Summary: Fix the test runner to correctly set PATH for shared
libs on Windows
Product: lldb
Version: unspecified
Hardware: PC
URL: http://lists.cs.uiuc.edu/pipermail/lldb-commits/Week-o
f-Mon-20141201/014301.html
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: zturner at google.com
Reporter: zturner at google.com
CC: lldb-dev at cs.uiuc.edu
Classification: Unclassified
We sometimes test executables that link against shared libraries. In this case
the executable and shared libraries are built separately, and not always in the
same location. The executable needs to be able to find the shared library at
runtime. This needs to be fixed by setting an appropriate PlatformContext in
lldbtest.py for Windows that adds the shared library folder to PATH, rather
than setting it to null.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20141203/54526bd2/attachment.html>
More information about the lldb-dev
mailing list