mirror of
https://github.com/php/php-src.git
synced 2026-04-01 13:12:16 +02:00
[skip ci] Mark problematic openssl tests as xfail for now
This commit is contained in:
@@ -6,6 +6,7 @@ openssl
|
||||
<?php
|
||||
if (OPENSSL_VERSION_NUMBER < 0x30000000) die('skip For OpenSSL >= 3.0');
|
||||
?>
|
||||
--XFAIL--
|
||||
--FILE--
|
||||
<?php
|
||||
// helper function to check openssl errors
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
openssl_private_decrypt() tests
|
||||
--EXTENSIONS--
|
||||
openssl
|
||||
--XFAIL--
|
||||
--FILE--
|
||||
<?php
|
||||
$data = "Testing openssl_public_decrypt()";
|
||||
|
||||
Reference in New Issue
Block a user