This is an archive of the discontinued LLVM Phabricator instance.

[libc] Fix vfprintf test colliding with fprintf
ClosedPublic

Authored by michaelrj on Aug 9 2023, 10:21 AM.

Details

Summary

Sometimes the vfprintf test was failing, I suspect that's due to it
using the same filename as the fprintf test. This patch fixes that
problem by changing the filename of the vfprintf output file.

Diff Detail

Event Timeline

michaelrj created this revision.Aug 9 2023, 10:21 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 9 2023, 10:21 AM
michaelrj requested review of this revision.Aug 9 2023, 10:21 AM
lntue accepted this revision.Aug 9 2023, 10:31 AM
This revision is now accepted and ready to land.Aug 9 2023, 10:31 AM
This revision was landed with ongoing or failed builds.Aug 9 2023, 10:32 AM
This revision was automatically updated to reflect the committed changes.