mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Run the TLSProxy based tests as long as dynamic engines are built.
They depend on this feature because they use the engine ossltest, which is only available as a dynamic engine. Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
343ec2b083
commit
2dd400bd43
@ -63,11 +63,8 @@ setup($test_name);
|
||||
plan skip_all => "TLSProxy isn't usable on $^O"
|
||||
if $^O =~ /^VMS$/;
|
||||
|
||||
plan skip_all => "$test_name needs the engine feature enabled"
|
||||
if disabled("engine");
|
||||
|
||||
plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
|
||||
if disabled("shared");
|
||||
plan skip_all => "$test_name needs the dynamic engine feature enabled"
|
||||
if disabled("engine") || disabled("dynamic_engines");
|
||||
|
||||
$ENV{OPENSSL_ENGINES} = bldtop_dir("engines");
|
||||
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
|
||||
|
@ -63,11 +63,8 @@ setup($test_name);
|
||||
plan skip_all => "TLSProxy isn't usable on $^O"
|
||||
if $^O =~ /^VMS$/;
|
||||
|
||||
plan skip_all => "$test_name needs the engine feature enabled"
|
||||
if disabled("engine");
|
||||
|
||||
plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
|
||||
if disabled("shared");
|
||||
plan skip_all => "$test_name needs the dynamic engine feature enabled"
|
||||
if disabled("engine") || disabled("dynamic_engines");
|
||||
|
||||
$ENV{OPENSSL_ENGINES} = bldtop_dir("engines");
|
||||
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
|
||||
|
@ -64,11 +64,8 @@ setup($test_name);
|
||||
plan skip_all => "TLSProxy isn't usable on $^O"
|
||||
if $^O =~ /^VMS$/;
|
||||
|
||||
plan skip_all => "$test_name needs the engine feature enabled"
|
||||
if disabled("engine");
|
||||
|
||||
plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
|
||||
if disabled("shared");
|
||||
plan skip_all => "$test_name needs the dynamic engine feature enabled"
|
||||
if disabled("engine") || disabled("dynamic_engines");
|
||||
|
||||
$ENV{OPENSSL_ENGINES} = bldtop_dir("engines");
|
||||
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
|
||||
|
@ -63,11 +63,8 @@ setup($test_name);
|
||||
plan skip_all => "TLSProxy isn't usable on $^O"
|
||||
if $^O =~ /^VMS$/;
|
||||
|
||||
plan skip_all => "$test_name needs the engine feature enabled"
|
||||
if disabled("engine");
|
||||
|
||||
plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
|
||||
if disabled("shared");
|
||||
plan skip_all => "$test_name needs the dynamic engine feature enabled"
|
||||
if disabled("engine") || disabled("dynamic_engines");
|
||||
|
||||
plan skip_all => "dh is not supported by this OpenSSL build"
|
||||
if disabled("dh");
|
||||
|
@ -63,11 +63,8 @@ setup($test_name);
|
||||
plan skip_all => "TLSProxy isn't usable on $^O"
|
||||
if $^O =~ /^VMS$/;
|
||||
|
||||
plan skip_all => "$test_name needs the engine feature enabled"
|
||||
if disabled("engine");
|
||||
|
||||
plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
|
||||
if disabled("shared");
|
||||
plan skip_all => "$test_name needs the dynamic engine feature enabled"
|
||||
if disabled("engine") || disabled("dynamic_engines");
|
||||
|
||||
$ENV{OPENSSL_ENGINES} = bldtop_dir("engines");
|
||||
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
|
||||
|
@ -64,11 +64,8 @@ setup($test_name);
|
||||
plan skip_all => "TLSProxy isn't usable on $^O"
|
||||
if $^O =~ /^VMS$/;
|
||||
|
||||
plan skip_all => "$test_name needs the engine feature enabled"
|
||||
if disabled("engine");
|
||||
|
||||
plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
|
||||
if disabled("shared");
|
||||
plan skip_all => "$test_name needs the dynamic engine feature enabled"
|
||||
if disabled("engine") || disabled("dynamic_engines");
|
||||
|
||||
$ENV{OPENSSL_ENGINES} = bldtop_dir("engines");
|
||||
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
|
||||
|
@ -63,11 +63,8 @@ setup($test_name);
|
||||
plan skip_all => "TLSProxy isn't usable on $^O"
|
||||
if $^O =~ /^VMS$/;
|
||||
|
||||
plan skip_all => "$test_name needs the engine feature enabled"
|
||||
if disabled("engine");
|
||||
|
||||
plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
|
||||
if disabled("shared");
|
||||
plan skip_all => "$test_name needs the dynamic engine feature enabled"
|
||||
if disabled("engine") || disabled("dynamic_engines");
|
||||
|
||||
$ENV{OPENSSL_ENGINES} = bldtop_dir("engines");
|
||||
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
|
||||
|
Loading…
x
Reference in New Issue
Block a user