[PATCH] D62371: [llvm-symbolizer] Flush output on bad input

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 05:58:03 PDT 2019


jhenderson added a comment.

In D62371#1515682 <https://reviews.llvm.org/D62371#1515682>, @ikudrin wrote:

> I am a bit worried about the test which may, potentially, hang. Don't you think there should be any kind of a watchdog?


Fair point, given that without the fix it does hang. Does lit have a built-in timeout option? Otherwise, I think the easiest thing to do is add a timeout to the test script or similar.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62371/new/

https://reviews.llvm.org/D62371





More information about the llvm-commits mailing list