[openssl/openssl] 6c63b7: test/recipes/01-test_symbol_presence.t: Ignore sym...

Richard Levitte noreply at github.com
Mon Dec 4 08:58:50 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 6c63b7e861819db439551b52ea5594faec04b65c
      https://github.com/openssl/openssl/commit/6c63b7e861819db439551b52ea5594faec04b65c
  Author: Richard Levitte <levitte at openssl.org>
  Date:   2023-12-04 (Mon, 04 Dec 2023)

  Changed paths:
    M test/recipes/01-test_symbol_presence.t

  Log Message:
  -----------
  test/recipes/01-test_symbol_presence.t: Ignore symbols starting with '__'

On some platforms, the compiler may add symbols that aren't ours and that we
should ignore.

They are generally expected to start with a double underscore, and thereby
easy to detect.

Fixes #22869 (partially)

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22880)


  Commit: 4ff5137ff5fb896e0273d274110517e3c7adb8cf
      https://github.com/openssl/openssl/commit/4ff5137ff5fb896e0273d274110517e3c7adb8cf
  Author: Richard Levitte <levitte at openssl.org>
  Date:   2023-12-04 (Mon, 04 Dec 2023)

  Changed paths:
    M test/recipes/01-test_symbol_presence.t

  Log Message:
  -----------
  test/recipes/01-test_symbol_presence.t: Treat common symbols specially

Common symbols (type 'C' in the 'nm' output) are allowed to be defined more
than once.  This makes test/recipes/01-test_symbol_presence.t reflect that.

Fixes #22869 (partially)
Fixes #22837

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22880)


Compare: https://github.com/openssl/openssl/compare/d6961af1acbd...4ff5137ff5fb


More information about the openssl-commits mailing list