Details
- Reviewers
- None
Diff Detail
- Build Status
Buildable 14268 Build 14268: arc lint + arc unit
Event Timeline
packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/TestCompDirSymLink.py | ||
---|---|---|
45 | This is needed so that the debugger resolves "/proc/self/cwd" the same way as the build system. | |
packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py | ||
88 | these tests assume we will be able to find libloadunload_d.so before launching the process, which is often tricky, and it seems it has worked only by accident. I'll have to figure out later whether to update the test or the debugger search logic. | |
packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Makefile | ||
3 | I had to put this back. I am not sure why, but for me the shared libraries end up in the root directory. |
This is needed so that the debugger resolves "/proc/self/cwd" the same way as the build system.