1
0
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:
Ilija Tovilo
2024-03-07 17:54:12 +01:00
parent e3f0d03452
commit fb423fd1bc
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -2,6 +2,7 @@
openssl_private_decrypt() tests
--EXTENSIONS--
openssl
--XFAIL--
--FILE--
<?php
$data = "Testing openssl_public_decrypt()";