The ordering of stderr/stdout writes might not be guaranteed,
and is irrelevant for this test.
Differential D47294
[libFuzzer] [NFC] Generalize fdmask test. george.karpenkov on May 23 2018, 3:23 PM. Authored by
Details The ordering of stderr/stdout writes might not be guaranteed, and is irrelevant for this test.
Diff Detail Event TimelineComment Actions Since the test flushes output after each write to stdout, why is ordering not guaranteed here? Comment Actions @morehouse we have issues with stdout/stderr arriving in unexpected order when run on devices and streaming across the network. |