This is an archive of the discontinued LLVM Phabricator instance.

[test] [fuzzer] ios_run.py incorrectly parses run commands for two fuzzer tests
ClosedPublic

Authored by rsundahl on Sep 13 2022, 3:05 PM.

Details

Summary

The fuzzer tests cross_over.test and merge-control-file.test are not handled
correctly on ios device testing. On-device testing requires the macros %t, %s,
etc. to be expanded for a different default directory than when testing on host.

rdar://99889376

Diff Detail

Event Timeline

rsundahl created this revision.Sep 13 2022, 3:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 13 2022, 3:05 PM
Herald added a subscriber: Enna1. · View Herald Transcript
rsundahl requested review of this revision.Sep 13 2022, 3:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 13 2022, 3:05 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
yln accepted this revision.Sep 13 2022, 3:51 PM

Please fix the one nit I mentioned.

This revision is now accepted and ready to land.Sep 13 2022, 3:51 PM
rsundahl updated this revision to Diff 459910.Sep 13 2022, 4:06 PM

Clean comments.

rsundahl edited the summary of this revision. (Show Details)Sep 13 2022, 4:08 PM
rsundahl updated this revision to Diff 459915.Sep 13 2022, 4:14 PM

Add back some description.

rsundahl updated this revision to Diff 459916.Sep 13 2022, 4:16 PM

Spellingy

This revision was landed with ongoing or failed builds.Sep 13 2022, 4:23 PM
This revision was automatically updated to reflect the committed changes.