2017-12-13 2:22 GMT+03:00 Mark Thomas <[email protected]>:
> On 12/12/17 20:16, Bill Barker wrote:
>
> <snip/>
>
>> [concat] Testsuites with failed tests:
>> [concat]
>> TEST-org.apache.tomcat.util.net.jsse.openssl.TestCipher.BIO.txt:TEST-org.apache.tomcat.util.net.jsse.openssl.TestOpenSSLCipherConfigurationParser.BIO.txt
>
> I can't repeat this failure running the tests on vmgump-vm3 against the
> same openssl binaries.
>
> My working assumption is a Gump glitch so my current plan is to wait and
> see what happens on the next run. If anyone has a better idea...
Output of "[concat]" above looks odd.
In build.xml the code is
<concat>
<header>Testsuites with skipped tests:${line.separator}</header>
<string>${toString:test.result.skippedtests}</string>
<filterchain>
<tokenfilter delimOutput="${line.separator}">
<stringtokenizer delims=";"/>
</tokenfilter>
</filterchain>
</concat>
If I understand it correctly, it takes toString() of a list of tests,
splits it by ';' and concatenates with ${line.separator}.
It is as if the original string is delimited with ':' instead of ';'
(due to some change in JUnit),
or ${line.separator} was changed to be ':' (with a -D or with
System.setProperty()).
Best regards,
Konstantin Kolinko
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]