Issue Type: Bug Bug
Assignee: Bruno P. Kinoshita
Components: tap
Created: 12/Jan/13 5:09 AM
Description:

In perl test suites, it's common to do a SKIPALL on certain test files when you for instance determine that you're on the wrong OS, or if long tests are not enabled.

<testsuites>
  <testsuite failures="0"
             errors="0"
             tests="0"
             name="00_devel_smoke_binaries_t">
    <system-out><![CDATA[1..0 # SKIP Long-running tests disabled unless SLOW_TESTS environment variable set.
]]></system-out>
    <system-err></system-err>
  </testsuite>
</testsuites>

When the TAP parser hits these, it declares the build a failure. If the well formed XML is declaring 0 tests, how is this a failure condition?

Project: Jenkins
Priority: Major Major
Reporter: Todd Rinaldo
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

Reply via email to