This commit adds a new open flag File::eOpenOptionCloseOnExec (i.e., O_CLOEXEC), and adds it to
the list of flags when opening log files (#ifndef windows). A regression test is included.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/functionalities/avoids-fd-leak/TestFdLeak.py | ||
---|---|---|
19 ↗ | (On Diff #19322) | I think the test should be marked as skipped instead of expected failure because it is a problem in the test suit and not in lldb itself. |