This is an archive of the discontinued LLVM Phabricator instance.

[ASan] A speculative attempt to fix a flaky test on ppc64be.
ClosedPublic

Authored by alekseyshl on Jun 5 2017, 3:18 PM.

Details

Summary

As mentioned in test/msan/fork.cc, if test output is redirected to a file
(as opposed to being piped directly to FileCheck), we may lose some "done"s due to
a kernel bug: https://lkml.org/lkml/2014/2/17/324, so let's pipe the
output of the test.

Diff Detail

Repository
rL LLVM

Event Timeline

alekseyshl created this revision.Jun 5 2017, 3:18 PM
eugenis accepted this revision.Jun 5 2017, 3:22 PM
This revision is now accepted and ready to land.Jun 5 2017, 3:22 PM
This revision was automatically updated to reflect the committed changes.