[LLVMdev] Configuring test-suite

Daniel Dunbar daniel.dunbar at gmail.com
Sun Oct 28 10:32:42 PDT 2012


Exactly how are you running the tests? Via LNT or directly?

If via LNT, make sure you test suite repository is clean (no in tree
configure or make results).

 - Daniel


On Oct 28, 2012, at 9:57, Renato Golin <rengolin at systemcall.org> wrote:

> Round 2, fight!
>
> I managed to run many tests (not sure all of them), and some failed,
> some didn't. All errors in the 'test' rule were dutifully ignored (I
> think). So far so good.
>
> But I had some errors on the 'report' rule, which I wasn't expecting.
>
> make: *** [report.simple.raw.out] Error 2
> make: Target `report' not remade because of errors.
> /home/rengolin/devel/llvm/test-suite/GenerateReport.pl -csv
> /home/rengolin/devel/llvm/test-suite/TEST.simple.report  <
> report.simple.raw.out > report.simple.csv
> /bin/sh: 1: cannot open report.simple.raw.out: No such file
> make: *** [report.simple.csv] Error 2
>
> And that stops the process.
>
> $ make report
>
> Didn't work, but I guess that's deeply nested and probably also need
> many environment config to be just right. Is there a way to re-run
> just the report part of an old test using lnt?
>
> I couldn't find any *.out file in the test dir (recursively), maybe
> there's something wrong with the 'test' rule?
>
> cheers,
> --renato



More information about the llvm-dev mailing list