This testcase just tests that the external symbolizer (llvm-symbolizer) can start and communicate correctly even when the program closed its stdin, stdout and stderr.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
test/asan/TestCases/closed-fds.cc | ||
---|---|---|
19 | CHECK-OUTPUT doesn't seem to be needed here at all. |
Maybe, we should instead check fprintf return value?