CppunitTest_xmlsecurity_signing Unit Test Failure on 32-bit Linux

Andika Triwidada andika at gmail.com
Mon Jan 29 10:14:35 UTC 2018


On Sun, Jan 28, 2018 at 8:16 PM, Rene Engelhard <rene at debian.org> wrote:
> Hi,
>
> On Sun, Jan 28, 2018 at 08:03:58PM +0700, Andika Triwidada wrote:
>> On Sun, Jan 28, 2018 at 12:31 AM, Rene Engelhard <rene at debian.org> wrote:
>> > On Sat, Jan 27, 2018 at 06:20:04PM +0100, Rene Engelhard wrote:
>> >> On Mon, Jan 22, 2018 at 09:03:06PM +0000, Luke Benes wrote:
>> >> > The previous log was heavily trimmed to reduce size.  While the OS is different both builds share the same external drive. Could the path length be a problem? (I trimmed the full path in the previous log) Or could this be like the "Unit test PythonTest_solenv_python failing on est_gbuildtojson" issue where a make clean isn't enough and I have to manually remove some file from the source tree?
>> >>
>> >> That one was "gpg creates files the test could not handle". This
>> >> supposedly is different, though but I just saw this on
>> >> https://buildd.debian.org/status/fetch.php?pkg=libreoffice&arch=all&ver=1%3A6.0.0~rc3-1&stamp=1517070858&raw=0.
>> >>
>> >> A clean build.
>> >
>> > That said, it seems to have been successful in the i386 build:
>> >
>> > https://buildd.debian.org/status/fetch.php?pkg=libreoffice&arch=i386&ver=1%3A6.0.0~rc3-1&stamp=1517067740&raw=0
>>
>> No, it was failed too:
> [...]
>
> Ah, right, seems the parallelism fooled me once again. Looked for
> xmlsecurity_signing but apparently not "way enough down" for it actually
> failing.
>
> 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();

compiled fine with that

Regards,
Andika


More information about the LibreOffice mailing list