blob: 9b3fc2894afac8e1c6deeebc71217ceca1d00791 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
==== PHP 5.5.26
$ grep -r 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/el5i/build.log:Tests failed : 4 ( 0.0%) ( 0.1%)
Bug #64802: openssl_x509_parse fails to parse subject properly in some cases [ext/openssl/tests/bug64802.phpt]
Bug #66501: EC private key support in openssl_sign [ext/openssl/tests/bug66501.phpt]
openssl_x509_parse() basic test for OpenSSL 0.9 [ext/openssl/tests/openssl_x509_parse_basic_v9.phpt]
Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt]
/var/lib/mock/el5x/build.log:Tests failed : 3 ( 0.0%) ( 0.0%)
Bug #64802: openssl_x509_parse fails to parse subject properly in some cases [ext/openssl/tests/bug64802.phpt]
Bug #66501: EC private key support in openssl_sign [ext/openssl/tests/bug66501.phpt]
openssl_x509_parse() basic test for OpenSSL 0.9 [ext/openssl/tests/openssl_x509_parse_basic_v9.phpt]
/var/lib/mock/el6i/build.log:Tests failed : 2 ( 0.0%) ( 0.0%)
Bug #54268 (Double free when destroy_zend_class fails) [Zend/tests/bug54268.phpt]
Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt]
/var/lib/mock/el6x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%)
/var/lib/mock/el7x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%)
/var/lib/mock/fc20i/build.log:Tests failed : 1 ( 0.0%) ( 001%)
Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt]
/var/lib/mock/fc20x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%)
* fixed upstream in next
|