This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] SATestBuild.py: Fix hang when one of the tasks fails
ClosedPublic

Authored by vsavchenko on May 22 2020, 8:51 AM.

Details

Summary

Tasks can crash with many different exceptions including SystemExit.
Bare except still causes a warning, so let's use BaseException instead.

Diff Detail

Event Timeline

vsavchenko created this revision.May 22 2020, 8:51 AM
NoQ accepted this revision.May 22 2020, 9:11 AM

Not unreasonable!

This revision is now accepted and ready to land.May 22 2020, 9:11 AM
This revision was automatically updated to reflect the committed changes.