On Mon, 19 Sep 2022 17:01:40 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
> The test helpers try to identify NSS version by parsing the relevant `.so` > files (!) looking for "Version: ..." string. This fails at least on Ubuntu > 22.04, where the NSS does not have any version-identifiable strings. In this > case, the test "detects" version as `0.0` and then fails. After brief > discussion in the bug, the best fix is to ignore `0.0` as well. > > Additional testing: > - [x] Linux x86_64 fastdebug, affected test now skipped on Ubuntu 22.04 Thanks! ------------- PR: https://git.openjdk.org/jdk/pull/10346