[PATCH] D19949: test_suite: Add a --just-submit flag and mode

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 18:13:04 PDT 2016


This is for submitting the output of a "lit -o xxx.json" run of the test-suite. It needs to be translated into the format expected by lnt first.

- Matthias

> On May 4, 2016, at 6:10 PM, Chris Matthews via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> How is this different than "lnt submit"?
> 
> Sent from my iPhone
> 
>> On May 4, 2016, at 6:05 PM, Matthias Braun <matze at braunis.de> wrote:
>> 
>> MatzeB created this revision.
>> MatzeB added reviewers: cmatthews, jmolloy, kristof.beyls.
>> MatzeB added a subscriber: llvm-commits.
>> MatzeB set the repository for this revision to rL LLVM.
>> Herald added a subscriber: mcrosier.
>> 
>> Add a --just-submit=xxx.json option to "lnt runtest test-suite". When this option is used the cmake/make/lit steps are skipped and just the submitted xxx.json lit result is submitted to the lnt server.
>> 
>> Repository:
>> rL LLVM
>> 
>> http://reviews.llvm.org/D19949
>> 
>> Files:
>> lnt/tests/test_suite.py
>> tests/runtest/test_suite.py
>> 
>> <D19949.56228.patch>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list