CppunitTest_xmlsecurity_signing Unit Test Failure on 32-bit Linux

Rene Engelhard rene at debian.org
Mon Jan 29 10:41:58 UTC 2018


On Mon, Jan 29, 2018 at 05:14:35PM +0700, Andika Triwidada wrote:
> > Anyways, for now I did add that patch to my disable-flaky-tests.diff
> > (just the encrypt test)
> 
> something like this?
> 
> $ git diff
> diff --git a/xmlsecurity/qa/unit/signing/signing.cxx
> b/xmlsecurity/qa/unit/signing/signing.cxx
> index 39a6d0ca6299..13284fd1758f 100644
> --- a/xmlsecurity/qa/unit/signing/signing.cxx
> +++ b/xmlsecurity/qa/unit/signing/signing.cxx
> @@ -143,7 +143,7 @@ public:
>      CPPUNIT_TEST(testODFUntrustedGoodGPG);
>      CPPUNIT_TEST(testODFBrokenStreamGPG);
>      CPPUNIT_TEST(testODFBrokenDsigGPG);
> -    CPPUNIT_TEST(testODFEncryptedGPG);
> +    //CPPUNIT_TEST(testODFEncryptedGPG);
>  #endif
>      CPPUNIT_TEST_SUITE_END();

Basically, yes. (Commented out the other occuranced of it, too,
although not needed.)

Obviously this is a hack, though, and this should be fixed properly :)

A data poinit: Works fine in my local builds, but doesn't work on the
buildds. Maybe something missing in those build chroots (which would
make it missing Build-Depends?), gpg is there at least.

(oh, and the buildds set $HOME to /sbuild-nonexistent/, which is
exactly what it says.)

Regards,

Rene



More information about the LibreOffice mailing list