|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Hi,
I've been trying to show my skipped tests without much success. My XML looks like:
<?xml version="1.0" encoding="UTF-8"?> <testsuite name="tst_XmlPatterns" tests="2" failures="0" errors="0" skipped="1" time="0.000"> <properties> <property name="QtVersion" value="5.2.2"/> <property name="QTestVersion" value="5.2.2"/> </properties> <testcase classname="tst_XmlPatterns" name="initTestCase" time="0.000"> <skipped>tst_xmlpatterns.cpp:120 :: [] Device 	IP:169.254.0.13
The command line tool (/usr/lib/qt5/bin/xmlpatterns) could not be run, possibly because Qt was incompletely built or installed. No tests will be run.</skipped> </testcase> <testcase classname="tst_XmlPatterns" name="cleanupTestCase" time="0.000"/> <system-out/> <system-err/> </testsuite>