[PATCH] D25398: [lit] Use path as test suite name

Chris Matthews via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 13:19:58 PST 2016


cmatthews added a comment.

It would be a good idea to test this one with a Jenkins instance.  The xunit reports were designed to split the test names in a way that seemed natural in the Jenkins test reports.

For example:

http://lab.llvm.org:8080/green/job/clang-stage1-configure-RA_check/24377/testReport/

The test-suite name is mapped into the Package name, all the intermediate folder names are the class name, and the file name gets mapped to the test name.  This is to keep the tree to 3 levels.

It may be the case that the buildbots parse these names from the process output, not the xunit file.  For example in zorg's LitTestCommand, I believe it is looking for the :: to generate the buildbot test results. Galina might know more about that.


https://reviews.llvm.org/D25398





More information about the llvm-commits mailing list