search for: 6a4ce50f

Displaying 2 results from an estimated 2 matches for "6a4ce50f".

2013 Nov 15
0
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
...nk that unit-tests are worthy is on base libraries > (APFLoat, APInt, containers, basic algorithms), and for that, you need > nothing special. > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131115/6a4ce50f/attachment.html>
2013 Nov 15
2
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
On 15 November 2013 04:38, Chris Lattner <clattner at apple.com> wrote: > Right, validating my assertion that while TDD and unit testing are good in > general, they may not be right for LLVM. In LLVM, we have mature tests of > other sorts, as well as a strong process of review. > While I understand the value of TDD, I have to agree with Chris, here. I have been bitten by