Skip to content

Fix the test runner to correctly set PATH for shared libs on Windows #22095

Closed
@llvmbot

Description

@llvmbot
Bugzilla Link 21721
Resolution FIXED
Resolved on Aug 14, 2015 13:39
Version unspecified
OS Windows NT
Blocks #22101 #22140
Reporter LLVM Bugzilla Contributor

Extended Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillalldb

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions