Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Build Status
Buildable 14392 Build 14392: arc lint + arc unit
Event Timeline
packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/TestCompDirSymLink.py | ||
---|---|---|
45 ↗ | (On Diff #131562) | 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 | ||
89 | 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. |
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.