This is an archive of the discontinued LLVM Phabricator instance.

[LibFuzzer] Unbreak the `trace-malloc-unbalanced.test` when using Python 3.
ClosedPublic

Authored by delcypher on Apr 18 2018, 5:51 AM.

Details

Summary

[LibFuzzer] Unbreak the trace-malloc-unbalanced.test when using Python 3.

The unbalanced_allocs.py script uses Python 2 print statement
and iteritems(). Running 2to3 over the script fixes these.

Diff Detail

Repository
rL LLVM

Event Timeline

delcypher created this revision.Apr 18 2018, 5:51 AM
Herald added a subscriber: Restricted Project. · View Herald TranscriptApr 18 2018, 5:51 AM
kcc accepted this revision.Apr 18 2018, 12:10 PM

LGTM

This revision is now accepted and ready to land.Apr 18 2018, 12:10 PM
This revision was automatically updated to reflect the committed changes.