diff options
author | Anatol Belski <ab@php.net> | 2016-06-06 08:20:01 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-06-06 08:20:01 +0200 |
commit | 1b2afd478b1c6942643d8af630a352f7fbc59503 (patch) | |
tree | 4f4d73a6bd0a40b86104f753f3dae094ffd0b5b0 /ext/openssl | |
parent | c05b417718d05831987b90d4c4651438a8eaefe4 (diff) | |
download | php-git-1b2afd478b1c6942643d8af630a352f7fbc59503.tar.gz |
fix broken skipif and add xfail for now
Diffstat (limited to 'ext/openssl')
-rw-r--r-- | ext/openssl/tests/openssl_error_string_basic.phpt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/openssl/tests/openssl_error_string_basic.phpt b/ext/openssl/tests/openssl_error_string_basic.phpt index 10b3570e73..fdda537689 100644 --- a/ext/openssl/tests/openssl_error_string_basic.phpt +++ b/ext/openssl/tests/openssl_error_string_basic.phpt @@ -5,7 +5,8 @@ openssl_error_string() tests if (!extension_loaded("openssl")) print "skip"; //if (OPENSSL_VERSION_NUMBER < 0x10001001) die("skip OpenSSLv1.0.1 required"); ?> -?> +-XFAIL-- +ot ready baked yet, fails different ways on different envs --FILE-- <?php // helper function to dump openssl errors @@ -178,4 +179,4 @@ string(61) "error:02001002:system library:fopen:No such file or directory" string(53) "error:2006D080:BIO routines:BIO_new_file:no such file" string(55) "error:20068079:BIO routines:BIO_gets:unsupported method" string(54) "error:0906D06C:PEM routines:PEM_read_bio:no start line" -string(54) "error:0906D06C:PEM routines:PEM_read_bio:no start line"
\ No newline at end of file +string(54) "error:0906D06C:PEM routines:PEM_read_bio:no start line" |