[neon/extras/kstars/Neon/release] debian: skip-fitsdata-test-i386.diff: drop, obsolete

Pino Toscano null at kde.org
Tue Nov 1 11:10:31 GMT 2022


Git commit ae2ce366d9d1b26fd04a9d95335d09d96a48c782 by Pino Toscano.
Committed on 12/09/2021 at 11:53.
Pushed by jriddell into branch 'Neon/release'.

skip-fitsdata-test-i386.diff: drop, obsolete

apparently fixed (?)

M  +2    -0    debian/changelog
M  +0    -1    debian/patches/series
D  +0    -22   debian/patches/skip-fitsdata-test-i386.diff

https://invent.kde.org/neon/extras/kstars/commit/ae2ce366d9d1b26fd04a9d95335d09d96a48c782

diff --git a/debian/changelog b/debian/changelog
index bd64106..9938e54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,8 @@ kstars (5:3.5.4-0r1) UNRELEASED; urgency=medium
   * Use the ${misc:Pre-Depends} substvar in kstars.
   * Miscellaneous changes to copyright.
   * debian/upstream/metadata: update, and improve.
+  * Drop patch skip-fitsdata-test-i386.diff, as it seems the problem was fixed
+    in some previous version.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 14 Jan 2021 11:16:50 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index 9d15921..dfe2d0f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 upstream_drop-de-documentation.diff
-skip-fitsdata-test-i386.diff
 skip-skypoint-test.diff
diff --git a/debian/patches/skip-fitsdata-test-i386.diff b/debian/patches/skip-fitsdata-test-i386.diff
deleted file mode 100644
index 50820a1..0000000
--- a/debian/patches/skip-fitsdata-test-i386.diff
+++ /dev/null
@@ -1,22 +0,0 @@
-Author: Pino Toscano <pino at debian.org>
-Description: Skip failing test on i386
- getHFR() returns 1.84649, i.e. 0.04 more than the expected value; unclear why.
-Last-Update: 2021-01-14
-Forwarded: not-needed
-
---- a/Tests/fitsviewer/testfitsdata.cpp
-+++ b/Tests/fitsviewer/testfitsdata.cpp
-@@ -259,11 +259,13 @@ void TestFitsData::testLoadFits()
-     QCOMPARE(fd->getStarCenters().count(), NSTARS_CENTROID);
-     QVERIFY(abs(fd->getHFR() - HFR_CENTROID) < 0.01);
- 
-+#ifndef Q_PROCESSOR_X86_32
-     // With the gradient algorithm, one single star found with HFR 1.801
-     fd->findStars(ALGORITHM_GRADIENT).waitForFinished();
-     QCOMPARE(fd->getDetectedStars(), 1);
-     QCOMPARE(fd->getStarCenters().count(), 1);
-     QVERIFY(abs(fd->getHFR() - HFR_GRADIENT) < 0.01);
-+#endif
- 
-     // The threshold algorithm depends on a global option - skip until we know how to fiddle with that
-     //QCOMPARE(fd->findStars(ALGORITHM_THRESHOLD), -1);



More information about the Neon-commits mailing list