This is an archive of the discontinued LLVM Phabricator instance.

[test][fuzzer] Use %python for trace-malloc-unbalanced
ClosedPublic

Authored by gbfarlej on Feb 16 2021, 9:54 AM.

Details

Summary

This test was found to fail for some of our downstream builds, on
computers where python was not on the default $PATH. Therefore
add a %python substitution to use sys.executable, based on similar
solutions for python calls in tests elsewhere in LLVM.

Diff Detail

Event Timeline

gbfarlej requested review of this revision.Feb 16 2021, 9:54 AM
gbfarlej created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 16 2021, 9:54 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
gbedwell added a subscriber: gbedwell.
vitalybuka accepted this revision.Feb 17 2021, 2:01 AM
This revision is now accepted and ready to land.Feb 17 2021, 2:01 AM