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

Richard Levitte noreply at github.com
Fri Dec 8 08:11:00 UTC 2023


  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: cef95c208fd5afcb98d21d2c63aaace5504f2842
      https://github.com/openssl/openssl/commit/cef95c208fd5afcb98d21d2c63aaace5504f2842
  Author: Richard Levitte <levitte at openssl.org>
  Date:   2023-12-08 (Fri, 08 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.

(backport of commit 6c63b7e861819db439551b52ea5594faec04b65c)

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Neil Horman <nhorman at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22929)


  Commit: 3cd209a6ba62ea282227305d9ba1f70b55241fb2
      https://github.com/openssl/openssl/commit/3cd209a6ba62ea282227305d9ba1f70b55241fb2
  Author: Richard Levitte <levitte at openssl.org>
  Date:   2023-12-08 (Fri, 08 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.

(backport of commit 4ff5137ff5fb896e0273d274110517e3c7adb8cf)

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Neil Horman <nhorman at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22929)


Compare: https://github.com/openssl/openssl/compare/a223bfcb89df...3cd209a6ba62


More information about the openssl-commits mailing list