This is an archive of the discontinued LLVM Phabricator instance.

Make OSX test run firewall friendly.
ClosedPublic

Authored by ovyalov on Jan 21 2015, 6:52 PM.

Details

Reviewers
clayborg
Summary

When running tests on OSX I see a lot of firewall warnings about allowing lldb and some test binaries to listen for incoming connections - so, I have to turn firewall off.
With this CL in the test run should be silent with enabled firewall.
Use lldb_codesign certificate to sign lldb binary when building with XCode and codesign those test binaries which open the listen sockets.

Diff Detail

Event Timeline

ovyalov updated this revision to Diff 18577.Jan 21 2015, 6:52 PM
ovyalov retitled this revision from to Make OSX test run firewall friendly..
ovyalov updated this object.
ovyalov edited the test plan for this revision. (Show Details)
ovyalov added a reviewer: clayborg.
ovyalov added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.Jan 22 2015, 10:36 AM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Jan 22 2015, 10:36 AM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r226856.