Disabled symbol_presence test on NonStop due to different nm format.
authorRandall S. Becker <rsbecker@nexbridge.com>
Tue, 29 Sep 2020 20:21:38 +0000 (15:21 -0500)
committerPauli <paul.dale@oracle.com>
Fri, 9 Oct 2020 02:40:47 +0000 (12:40 +1000)
CLA: trivial
Fixes #12996

Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13036)

test/recipes/01-test_symbol_presence.t

index d339770b0fabd6b46e5548686fb5fdf847862e4d..81f9d59e0eff148439a26ef94bf5b9e6e1f60cdd 100644 (file)
@@ -14,6 +14,7 @@ use OpenSSL::Test::Utils;
 
 setup("test_symbol_presence");
 
+plan skip_all => "Test is disabled on NonStop" if config('target') =~ m|^nonstop|;
 plan skip_all => "Only useful when building shared libraries"
     if disabled("shared");