As the parent process would return 0 independent of whether the child succeeded, assertions in the child would be ignored.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D82400
test/msan/sigwait: Don't silently ignore assertion failures guiand on Jun 23 2020, 11:23 AM. Authored by
Details As the parent process would return 0 independent of whether the child succeeded, assertions in the child would be ignored.
Diff Detail
Event Timeline |
_exit(!WIFEXITED(child_stat))