This is an archive of the discontinued LLVM Phabricator instance.

asan: Mark printf-4.c as unsupported on Windows.
ClosedPublic

Authored by pcc on Apr 20 2018, 11:40 AM.

Details

Summary

Although sprintf is not intercepted on Windows, this test can pass
if sprintf calls memmove, which is intercepted, so we can't XFAIL it.

Diff Detail

Event Timeline

pcc created this revision.Apr 20 2018, 11:40 AM
rnk accepted this revision.Apr 20 2018, 11:41 AM

lgtm Thanks for the investigation. I RDPd to the bot and then got distracted before debugging it.

This revision is now accepted and ready to land.Apr 20 2018, 11:41 AM
This revision was automatically updated to reflect the committed changes.
Herald added a subscriber: Restricted Project. · View Herald TranscriptApr 20 2018, 12:10 PM