On Tue, Apr 21, 2020 at 07:22:38PM +0200, Claus Assmann wrote:
> Note sure whether this is already known (a search didn't bring up
> anything meaningful):
>
> ../test/recipes/80-test_ssl_old.t ..................
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/6 subtests
> Test Summary Report
> -------------------
> ../test/recipes/80-test_ssl_old.t (Wstat: 256 Tests: 6 Failed:
> 1)
^^^^^^^^^
this is the number of failed tests
> Failed test: 2
> ^ Is that supposed to be the number of failed tests?
No, that's the index of the failing test(s). (I always have to check whether
it's 0-indexed or 1-indexed, though.)
> If so, I don't see the 2nd test failure
> (and it should probably be "Failed test(s):"?)
>
> Files=155, Tests=1256, 298 wallclock secs ( 0.32 usr 2.07 sys + 126.58 cusr
> 156.65 csys = 285.62 CPU)
> Result: FAIL
Please run again with `make V=1 TESTS=test_ssl_old test` and post the relevant
parts of the output?
Thanks,
Ben