This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Update tests with environment variables.
ClosedPublic

Authored by mpividori on Feb 3 2017, 10:29 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori created this revision.Feb 3 2017, 10:29 PM
kcc edited edge metadata.Feb 6 2017, 11:18 AM

That's too much of a difference. Please figure our how to make env work on windows, or drop this test.

mpividori updated this revision to Diff 87296.Feb 6 2017, 1:43 PM

@kcc you are right. This could be done easily using env, because we have gnu win tools. (This is what we do for asan tests)

kcc accepted this revision.Feb 6 2017, 1:50 PM

LGTM
update the patch description, please

This revision is now accepted and ready to land.Feb 6 2017, 1:50 PM
mpividori retitled this revision from [libFuzzer] Separate tests with environment variables. to [libFuzzer] Update tests with environment variables..Feb 6 2017, 2:50 PM
mpividori edited the summary of this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.