diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-01 00:30:13 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-01 00:30:13 +0100 |
commit | 25f9c15187575aadbe8bacce5f8342777fb4dbe4 (patch) | |
tree | 6dc999ff1aaef296e0df547007a94dbea7354558 /community/php7 | |
parent | 94a4d3e051326ab33baaac4c90dd3c547298fe33 (diff) | |
download | aports-25f9c15187575aadbe8bacce5f8342777fb4dbe4.tar.bz2 aports-25f9c15187575aadbe8bacce5f8342777fb4dbe4.tar.xz |
community/php7: disable test ext/zip/tests/bug70322.phpt
It fails on ppc64le and I have no clue why...
Diffstat (limited to 'community/php7')
-rw-r--r-- | community/php7/APKBUILD | 2 | ||||
-rw-r--r-- | community/php7/disabled-tests.list | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index a784bb0116..9e0939ef3d 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -639,7 +639,7 @@ sha512sums="5753ccea57e0e4f23321f3a583369c91a747dfc85875f2817c219437e53c1924e25e 1c708de82d1086f272f484faf6cf6d087af7c31750cc2550b0b94ed723961b363f28a947b015b2dfc0765caea185a75f5d2c2f2b099c948b65c290924f606e4f php7-fpm.initd cacce7bf789467ff40647b7319e3760c6c587218720538516e8d400baa75651f72165c4e28056cd0c1dc89efecb4d00d0d7823bed80b29136262c825ce816691 php7-fpm.logrotate 274bd7b0b2b7002fa84c779640af37b59258bb37b05cb7dd5c89452977d71807f628d91b523b5039608376d1f760f3425d165242ca75ee5129b2730e71c4e198 php7-module.conf -f2c980bf296d9db074196372cbb91b4a81138e25c13f15bab4dd19839209e95f6e0225d89e3105bbf99676818440f31f3cff56bb87d8eb58b6b4ebaf99cfe962 disabled-tests.list +6593accfe1ef0d9d28d257b2825823afdbfaa72bbf2e09e4ed689b644571a0d085cd4d6c92ffdff6ca9d0bb6d31cf84e5db5c4a4d88f192bba3f95a0c9b1dfd7 disabled-tests.list f1177cbf6b1f44402f421c3d317aab1a2a40d0b1209c11519c1158df337c8945f3a313d689c939768584f3e4edbe52e8bd6103fb6777462326a9d94e8ab1f505 install-pear.patch 199aecdbd3b4035aabf5379c215f82412d3c98b79a1ee186944e7fe1f0ed6f40789ea30e2355149491de6be34fc66c5e486e2a79a7e41ab2ae18706ef3ffe79b includedir.patch d93d3fc015580cf5f75c6cbca4cd980e054b61e1068495da81a7e61f1af2c9ae14f09964c04928ad338142de78e4844aed885b1ad1865282072999fb045c8ad7 fix-asm-constraints-in-aarch64-multiply-macro.patch diff --git a/community/php7/disabled-tests.list b/community/php7/disabled-tests.list index 1fb2e74e48..a5edcb3e5c 100644 --- a/community/php7/disabled-tests.list +++ b/community/php7/disabled-tests.list @@ -115,6 +115,9 @@ ext/wddx/tests/bug70741.phpt # Globbing in zip file does not work. ext/zip/tests/bug70103.phpt +# ZipArchive::close() doesn't indicate errors; fails on ppc64le. +ext/zip/tests/bug70322.phpt + # Test timeouts. #Zend/tests/concat_003.phpt |