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
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.