[LLVMdev] Poll: LLVM test-suite project usage

Duncan Sands baldrick at free.fr
Fri Oct 26 01:35:42 PDT 2012


Hi Daniel,

> I would like to get some feedback on who in the community is using the
> LLVM test-suite repository, and in what ways.
>
> I am talking specifically about the "test-suite" SVN project, e.g.:
>    http://llvm.org/svn/llvm-project/test-suite/trunk/
> not about the "test (no-dash) suite" that is part of LLVM.
>
> If you are using the LLVM test-suite project directly (as opposed to
> via LNT), I'd appreciate it if you could reply to me personally with
> the following information:

I have a buildbot running the nightly testsuite.  Besides that:

> 1. What facilities of the project do you use:
> [ ] User defined test functionality
> [ ] Ability to execute two compilers (baseline, modified)
> [ ] Ability to use Makefile's to modify and rerun small parts of tests
> [ ] Test suite ability to work with LLVM bit code files and tools (as
> opposed to native object files)
> [X] Ability to test SPEC
> [ ] Ability to execute tests on a remote target
> [X] Ability to test Fortran codes

^ OK, I've not recently used the ability to test Fortran, but I would like to
improve the testsuite to use gfortran+dragonegg for this.

> 2. What compilers do you use the project to test:
> [ ] clang
> [ ] llvm-gcc
> [X] dragonegg
> [ ] Other LLVM compilers (?)
> [ ] Other non-LLVM compilers
>
> 3. What TEST variants do you use:
> [ ] I do not know what this means
> [X] nightly
> [X] simple
> [ ] Other, please specify: _________
>

Ciao, Duncan.



More information about the llvm-dev mailing list