search for: 30c7198b

Displaying 2 results from an estimated 2 matches for "30c7198b".

2015 Nov 15
2
[lit] RFC: Per test timeout
...wo patches, throwing them on Phabricator, and cc-ing llvm-commits? I'm travelling so I can't do it right now but will do tomorrow. Thanks, Dan. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151115/30c7198b/attachment.html>
2015 Nov 14
3
[lit] RFC: Per test timeout
Hi, A feature I've wanted in lit for a while is a having a timeout per test. Attached are patches that implement this idea. I'm e-mailing llvm-dev rather than llvm-commits because I want to gather more feedback on my initial implementation and hopefully some answers to some unresolved issues with my implementation. Currently in lit you can set a global timeout for all of the tests but