llvm-project/lldb/test/API/source-manager
Jordan Rupprecht 71b2ff7904 [test] Fix TestSourceManager when the source file is readonly.
This test copies main.c to main-copy.c and modifies main-copy.c while debugging, but main.c may have come from a readonly location, which means writing to main-copy.c will fail because permissions are preserved. Run the equivalent of "chmod u+w" before attempting to modify it.

This effect can be seen by attempting to run this test after running `chmod u-w lldb/test/API/source-manager/main.c`
2022-11-21 11:56:02 -08:00
..
hidden
Makefile
TestSourceManager.py [test] Fix TestSourceManager when the source file is readonly. 2022-11-21 11:56:02 -08:00
artificial_location.c [lldb/Target] Slide source display for artificial locations at function start 2021-12-08 15:25:29 -08:00
main.c