Mark H Weaver <m...@netris.org> writes:

> NSS-3.43 fails its test suite on armhf-linux:
>
>   https://hydra.gnu.org/build/3484222

I can reproduce this.  Looks like all problems are with the tests in
ssl_drop_unittest.cc:

  ssl_drop_unittest.cc:182: Failure
  ssl_drop_unittest.cc:71: Failure
  ssl_drop_unittest.cc:182: Failure
  ssl_drop_unittest.cc:71: Failure
  ssl_drop_unittest.cc:422: Failure
  ssl_drop_unittest.cc:451: Failure
  ssl_drop_unittest.cc:380: Failure
  ssl_drop_unittest.cc:474: Failure
  ssl_drop_unittest.cc:474: Failure
  ssl_drop_unittest.cc:71: Failure
  ssl_drop_unittest.cc:71: Failure
  ssl_drop_unittest.cc:71: Failure
  ssl_drop_unittest.cc:95: Failure

It’s a bit difficult to find actual test failures in the logs because it
mentions “error” and “failed” and the like a lot.  This is a test that
counts ACKs after dropping parts of the messages / datagrams /
handshake.  The failing tests seem to consistently come up short on ACKs
– they are not always zero but usually much lower than they are expected
to be.

--
Ricardo




Reply via email to