[PATCH] D49730: Don't filter test-critical calls out of xray data
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 24 07:42:21 PDT 2018
jmorse added a comment.
Hi Dean et al,
We're continuing to see intermittent failures in the xray fork_basic_logging.cc test -- specifically the print_parent_tid call record is sometimes missing from the xray log. Xray's filtering of very fast functions might be coming into play, if printf doesn't flush stdio, so we'd like to disable it with this patch.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D49730
More information about the llvm-commits
mailing list