[med-svn] [Git][med-team/gwyddion][master] 3 commits: Other flaky tests excluded
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu May 7 10:18:50 BST 2026
Andreas Tille pushed to branch master at Debian Med / gwyddion
Commits:
886a1792 by Andreas Tille at 2026-05-07T10:52:34+02:00
Other flaky tests excluded
- - - - -
7995b696 by Andreas Tille at 2026-05-07T10:56:02+02:00
Exclude flaky test on hurd-amd64
- - - - -
7221dea7 by Andreas Tille at 2026-05-07T11:01:35+02:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/patches/skip_test.patch
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+gwyddion (3.10-4) unstable; urgency=medium
+
+ * Other flaky tests excluded
+
+ -- Andreas Tille <tille at debian.org> Thu, 07 May 2026 10:53:16 +0200
+
gwyddion (3.10-3) unstable; urgency=medium
* Exclude further tests
=====================================
debian/patches/skip_test.patch
=====================================
@@ -4,7 +4,15 @@ Description: Ignore some failing test
--- a/tests/test-list.txt
+++ b/tests/test-list.txt
-@@ -730,7 +730,6 @@ nield/grain-quantity/maximum-project-siz
+@@ -605,7 +605,6 @@ field/laplace-solve/masked
+ field/laplace-solve/unmasked
+ field/laplace-solve/all-grains
+ field/tip/dilation
+-field/tip/erosion/spike
+ field/tip/blind-estimate
+
+ nield/basic
+@@ -730,7 +729,6 @@ nield/grain-quantity/maximum-project-siz
nield/grain-quantity/maximum-project-angle
nield/grain-quantity/minimum-project-size
nield/grain-quantity/minimum-project-angle
=====================================
debian/rules
=====================================
@@ -15,6 +15,9 @@ execute_after_dh_install:
override_dh_auto_test-arch:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter $(DEB_HOST_ARCH),arm64))
+ sed -i '/field.*fit-poly.*masked/d' tests/test-list.txt
+endif
ifneq (,$(filter $(DEB_HOST_ARCH),loong64 ppc64el))
sed -i '/field.*extend.*undefined/d' tests/test-list.txt
endif
@@ -22,13 +25,17 @@ ifneq (,$(filter $(DEB_HOST_ARCH),loong64))
sed -i '/math.*refine-maximum.*1d/d' tests/test-list.txt
endif
ifneq (,$(filter $(DEB_HOST_ARCH),ppc64el))
- sed -i '/field.*tip.*blind-estimate/d' tests/test-list.txt
+ sed -i -e '/field.*tip.*blind-estimate/d' \
+ -e '/field.*laplace-solve.*numbered/d' tests/test-list.txt
endif
ifneq (,$(filter $(DEB_HOST_ARCH),ppc64))
sed -i -e '/serialization.*less-trivial.*native/d' \
-e '/serialization.*less-trivial.*64bit/d' \
-e '/serialization.*less-trivial.*32bit/d' \
-e '/serialization.*extra-item/d' tests/test-list.txt
+endif
+ifneq (,$(filter $(DEB_HOST_ARCH),hurd-amd64))
+ sed -i '/field.*stats.*variation.*nonsquare/d' tests/test-list.txt
endif
dh_auto_test
endif
View it on GitLab: https://salsa.debian.org/med-team/gwyddion/-/compare/6d6adb0d3c60938962d6e92bdc34e54e18fa65f9...7221dea78bb489a0f66f79033495ee9906364313
--
View it on GitLab: https://salsa.debian.org/med-team/gwyddion/-/compare/6d6adb0d3c60938962d6e92bdc34e54e18fa65f9...7221dea78bb489a0f66f79033495ee9906364313
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260507/e4184d9c/attachment-0001.htm>
More information about the debian-med-commit
mailing list