zendframework / zend-serializer

Serializer component from Zend Framework
BSD 3-Clause "New" or "Revised" License
45 stars 19 forks source link

Test failure on big endian #30

Closed remicollet closed 7 years ago

remicollet commented 7 years ago

We encounter erratic failure on this library test suite in Fedora QA. https://apps.fedoraproject.org/koschei/package/php-zendframework-zend-serializer?collection=f28

Test suite passes on littleendian (x86_64, ppc64le, ...) Test suite fails on bugendian (s390x...)

There were 3 errors:
1) ZendTest\Serializer\Adapter\PythonPickleUnserializeTest::testUnserializeLong4Positive
Undefined variable: 
/builddir/build/BUILDROOT/php-zendframework-zend-serializer-2.8.0-3.fc28.noarch/usr/share/php/Zend/Serializer/Adapter/PythonPickle.php:914
/builddir/build/BUILDROOT/php-zendframework-zend-serializer-2.8.0-3.fc28.noarch/usr/share/php/Zend/Serializer/Adapter/PythonPickle.php:636
/builddir/build/BUILDROOT/php-zendframework-zend-serializer-2.8.0-3.fc28.noarch/usr/share/php/Zend/Serializer/Adapter/PythonPickle.php:554
/builddir/build/BUILD/zend-serializer-ff74ea020f5f90866eb28365327e9bc765a61a6e/test/Adapter/PythonPickleUnserializeTest.php:141
2) ZendTest\Serializer\Adapter\PythonPickleUnserializeTest::testUnserializeLong4Negative
Undefined variable: 
/builddir/build/BUILDROOT/php-zendframework-zend-serializer-2.8.0-3.fc28.noarch/usr/share/php/Zend/Serializer/Adapter/PythonPickle.php:914
/builddir/build/BUILDROOT/php-zendframework-zend-serializer-2.8.0-3.fc28.noarch/usr/share/php/Zend/Serializer/Adapter/PythonPickle.php:636
/builddir/build/BUILDROOT/php-zendframework-zend-serializer-2.8.0-3.fc28.noarch/usr/share/php/Zend/Serializer/Adapter/PythonPickle.php:554
/builddir/build/BUILD/zend-serializer-ff74ea020f5f90866eb28365327e9bc765a61a6e/test/Adapter/PythonPickleUnserializeTest.php:152
3) ZendTest\Serializer\Adapter\PythonPickleUnserializeTest::testUnserializeLong4BigInt
Undefined variable: 
/builddir/build/BUILDROOT/php-zendframework-zend-serializer-2.8.0-3.fc28.noarch/usr/share/php/Zend/Serializer/Adapter/PythonPickle.php:914
/builddir/build/BUILDROOT/php-zendframework-zend-serializer-2.8.0-3.fc28.noarch/usr/share/php/Zend/Serializer/Adapter/PythonPickle.php:636
/builddir/build/BUILDROOT/php-zendframework-zend-serializer-2.8.0-3.fc28.noarch/usr/share/php/Zend/Serializer/Adapter/PythonPickle.php:554
/builddir/build/BUILD/zend-serializer-ff74ea020f5f90866eb28365327e9bc765a61a6e/test/Adapter/PythonPickleUnserializeTest.php:163