Displaying 2 results from an estimated 2 matches for "7de44bec".
2016 Feb 27
0
[cfe-dev] Testing Best Practices/Goals (in the context of compiler-rt)
...________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160226/7de44bec/attachment.html>
2016 Feb 27
4
[cfe-dev] Testing Best Practices/Goals (in the context of compiler-rt)
On Fri, Feb 26, 2016 at 3:17 PM, Xinliang David Li <davidxl at google.com>
wrote:
> Sean and Alexey have said a lot on this topic. Here is my version of
> explanation that LLVM testing is not suitable to replace end to end testing.
>
> - The most important reason being that LLVM tests tend to test
> 'implementation details'. This has many drawbacks:
> a) by