mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Enable fipsload test on NonStop x86.
CLA: Trivial Fixes: #14005 Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14006)
This commit is contained in:
parent
50ccc176da
commit
3f71add9e5
@ -18,7 +18,7 @@ use platform;
|
||||
|
||||
plan skip_all => 'Test only supported in a shared build' if disabled('shared');
|
||||
plan skip_all => 'Test is disabled on AIX' if config('target') =~ m|^aix|;
|
||||
plan skip_all => 'Test is disabled on NonStop' if config('target') =~ m|^nonstop|;
|
||||
plan skip_all => 'Test is disabled on NonStop ia64' if config('target') =~ m|^nonstop-nse|;
|
||||
plan skip_all => 'Test only supported in a dso build' if disabled('dso');
|
||||
plan skip_all => 'Test is disabled in an address sanitizer build' unless disabled('asan');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user