Skip to content

Commit 1b2afd4

Browse files
committed
fix broken skipif and add xfail for now
1 parent c05b417 commit 1b2afd4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ext/openssl/tests/openssl_error_string_basic.phpt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ openssl_error_string() tests
55
if (!extension_loaded("openssl")) print "skip";
66
//if (OPENSSL_VERSION_NUMBER < 0x10001001) die("skip OpenSSLv1.0.1 required");
77
?>
8-
?>
8+
-XFAIL--
9+
ot ready baked yet, fails different ways on different envs
910
--FILE--
1011
<?php
1112
// helper function to dump openssl errors
@@ -178,4 +179,4 @@ string(61) "error:02001002:system library:fopen:No such file or directory"
178179
string(53) "error:2006D080:BIO routines:BIO_new_file:no such file"
179180
string(55) "error:20068079:BIO routines:BIO_gets:unsupported method"
180181
string(54) "error:0906D06C:PEM routines:PEM_read_bio:no start line"
181-
string(54) "error:0906D06C:PEM routines:PEM_read_bio:no start line"
182+
string(54) "error:0906D06C:PEM routines:PEM_read_bio:no start line"

0 commit comments

Comments
 (0)