diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-12-07 12:16:28 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-12-07 14:59:33 +0100 |
commit | 575b100ef0a5c89c56d2c646fe7076766fb9f2c5 (patch) | |
tree | fe44328dacb3b6ef2d79e72182a6963b74b52862 | |
parent | 9d6799c116cab67c43893e81904386d90992211e (diff) |
Revert "In flatpak build, disable problematic test using gpg for now"
This reverts commit 23339ec77e38ebdae86eb05a2a3d9a3f5609df64, which is no longer
needed after TODO.
-rw-r--r-- | solenv/flatpak-disable-gpgconf-socketdir-test.patch | 61 | ||||
-rw-r--r-- | solenv/flatpak-manifest.in | 4 |
2 files changed, 0 insertions, 65 deletions
diff --git a/solenv/flatpak-disable-gpgconf-socketdir-test.patch b/solenv/flatpak-disable-gpgconf-socketdir-test.patch deleted file mode 100644 index 4ec24e582d17..000000000000 --- a/solenv/flatpak-disable-gpgconf-socketdir-test.patch +++ /dev/null @@ -1,61 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# ---- a/xmlsecurity/qa/unit/signing/signing.cxx -+++ b/xmlsecurity/qa/unit/signing/signing.cxx -@@ -45,6 +45,51 @@ - #include <documentsignaturemanager.hxx> - #include <certificate.hxx> - -+// org.freedesktop.Sdk//1.6 contains "gpgconf (GnuPG) 2.1.14-unknown" and fails -+// CppunitTest_xmlsecurity_signing with -+// -+// [...] -+// SigningTest::testODFBrokenStreamGPG finished in: 257ms -+// gpgconf: error removing '/run/user/1000/gnupg/d.ddj1dwjpi9iofkpjnicqebif': Directory not empty -+// gpgconf: fatal error (exit status 1) -+// /run/build/libreoffice/xmlsecurity/qa/unit/signing/signing.cxx:235:SigningTest::testODFBrokenDsigGPG -+// tearDown() failed -+// - equality assertion failed -+// - Expected: 0 -+// - Actual : 256 -+// - LD_LIBRARY_PATH=/app/lib:/usr/lib/sdk/gcc7/lib:/usr/lib/GL/nvidia-410-66/lib:/usr/lib/ffmpeg/lib GNUPGHOME=/run/build/libreoffice/workdir/CppunitTest/xmlsecurity_signing.test.user /usr/bin/gpgconf --remove-socketdir -+// -+// SigningTest::testODFBrokenDsigGPG finished in: 1265ms -+// gpgconf: error removing '/run/user/1000/gnupg/d.ddj1dwjpi9iofkpjnicqebif': Directory not empty -+// gpgconf: fatal error (exit status 1) -+// /run/build/libreoffice/xmlsecurity/qa/unit/signing/signing.cxx:235:SigningTest::testODFEncryptedGPG -+// tearDown() failed -+// - equality assertion failed -+// - Expected: 0 -+// - Actual : 256 -+// - LD_LIBRARY_PATH=/app/lib:/usr/lib/sdk/gcc7/lib:/usr/lib/GL/nvidia-410-66/lib:/usr/lib/ffmpeg/lib GNUPGHOME=/run/build/libreoffice/workdir/CppunitTest/xmlsecurity_signing.test.user /usr/bin/gpgconf --remove-socketdir -+// -+// SigningTest::testODFEncryptedGPG finished in: 447ms -+// signing.cxx:235:Assertion -+// Test name: SigningTest::testODFBrokenDsigGPG -+// tearDown() failed -+// - equality assertion failed -+// - Expected: 0 -+// - Actual : 256 -+// - LD_LIBRARY_PATH=/app/lib:/usr/lib/sdk/gcc7/lib:/usr/lib/GL/nvidia-410-66/lib:/usr/lib/ffmpeg/lib GNUPGHOME=/run/build/libreoffice/workdir/CppunitTest/xmlsecurity_signing.test.user /usr/bin/gpgconf --remove-socketdir -+// -+// signing.cxx:235:Assertion -+// Test name: SigningTest::testODFEncryptedGPG -+// tearDown() failed -+// - equality assertion failed -+// - Expected: 0 -+// - Actual : 256 -+// - LD_LIBRARY_PATH=/app/lib:/usr/lib/sdk/gcc7/lib:/usr/lib/GL/nvidia-410-66/lib:/usr/lib/ffmpeg/lib GNUPGHOME=/run/build/libreoffice/workdir/CppunitTest/xmlsecurity_signing.test.user /usr/bin/gpgconf --remove-socketdir -+// -+// Failures !!! -+// Run: 28 Failure total: 2 Failures: 2 Errors: 0 -+#undef HAVE_GPGCONF_SOCKETDIR -+ - using namespace com::sun::star; - - namespace diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 0f296a02b8d3..288c898ddfcf 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -49,10 +49,6 @@ "disable-fsckobjects": true }, { - "type": "patch", - "path": "flatpak-disable-gpgconf-socketdir-test.patch" - }, - { "type": "archive", "url": "https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.2-bin.tar.xz", "sha256": "361c8ad2ed8341416e323e7c28af10a8297170a80fdffba294a5c2031527bb6c", |