This is an archive of the discontinued LLVM Phabricator instance.

[Analyzer] [Tests] Do not discard output from CmpRuns.py when running integration tests
ClosedPublic

Authored by george.karpenkov on Oct 24 2017, 5:41 PM.

Details

Summary

Contrary to the deleted comment, in most cases CmpRuns.py produces a fairly small amount of output, which is useful to see straight away to see what has changed when executing the integration tests.

Diff Detail

Event Timeline

zaks.anna accepted this revision.Oct 27 2017, 11:25 AM

What kind of output will this start displaying?

(I believe currently the script does print the summary of the objects that are added or deleted.)

This revision is now accepted and ready to land.Oct 27 2017, 11:25 AM

@zaks.anna prints "XXX added / XXX removed" for every report which has appeared or disappeared.