Displaying 2 results from an estimated 2 matches for "tesuite".
Did you mean:
testuite
2008 Mar 30
0
[LLVMdev] [Proposal] GSoC 2008 project proposal for improving the llvm-test testsuite
...e[3]
> extremely useful task.
In general it is a bad idea to make this kind of unsupported claim: saying
that something is "extremely useful" without explaining *why* it is extremely
useful. You would do better to say: This would be extremely useful because
X, Y and Z.
> So the tesuite of the llvm is extended by including
> this new programs and benchmarks[1].
-> Firstly, by expanding the coverage of the testsuite by adding new programs
and benchmarks[1].
At this point I had to go and do something else - I may be able to comment more
later.
Best wishes,
Duncan.
2008 Mar 30
2
[LLVMdev] [Proposal] GSoC 2008 project proposal for improving the llvm-test testsuite
...t build remotely.
*2. Abstract:*
LLVM[2] is a collection of libraries and header files of a virtual machine
and has a GCC-front end in which C/C++ programs can be compiled into LLVM
bitcode.
The aim of this project is to improve the testsuite[3] of LLVM, which is an
extremely useful task. So the tesuite of the llvm is extended by including
this new programs and benchmarks[1]. The test programs would be a part of
the already existing testsuite with ability to check new features and
correctness and also benchmarks. The test cases would reproduce any failures
when LLVM fails to build the third party...