This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Change Uninstrumented test name.
ClosedPublic

Authored by mpividori on Feb 4 2017, 2:36 PM.

Details

Summary

On Windows, executables with the word "uninst" included their name are associated with administrator privileges. Probably they are associated with uninstallers.

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori created this revision.Feb 4 2017, 2:36 PM
kcc accepted this revision.Feb 6 2017, 11:06 AM

LGTM
Maybe NotInstrumented ?

This revision is now accepted and ready to land.Feb 6 2017, 11:06 AM

@kcc Ok. I will use NotInstrumented.

This revision was automatically updated to reflect the committed changes.