Andreas Tille pushed to branch master at Debian Med / gwyddion
Commits: 30d9ae62 by Andreas Tille at 2026-05-07T12:09:51+02:00 Wished there would be a better method to detect flaky tests than just trying - - - - - 3 changed files: - debian/changelog - debian/patches/skip_test.patch - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +gwyddion (3.10-5) UNRELEASED; urgency=medium + + * Wished there would be a better method to detect flaky tests than just trying + + -- Andreas Tille <[email protected]> Thu, 07 May 2026 12:09:14 +0200 + gwyddion (3.10-4) unstable; urgency=medium * Other flaky tests excluded ===================================== debian/patches/skip_test.patch ===================================== @@ -4,7 +4,15 @@ Description: Ignore some failing test --- a/tests/test-list.txt +++ b/tests/test-list.txt -@@ -605,7 +605,6 @@ field/laplace-solve/masked +@@ -402,7 +402,6 @@ field/extend/periodic + field/extend/fixed + field/extend/laplace + field/extend/connect +-field/extend/undefined + field/plane-level + field/fit-plane/random + field/fit-plane/degenerate +@@ -605,7 +604,6 @@ field/laplace-solve/masked field/laplace-solve/unmasked field/laplace-solve/all-grains field/tip/dilation @@ -12,7 +20,7 @@ Description: Ignore some failing test field/tip/blind-estimate nield/basic -@@ -730,7 +729,6 @@ nield/grain-quantity/maximum-project-siz +@@ -730,7 +728,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 ===================================== @@ -18,15 +18,13 @@ 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 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 -e '/field.*tip.*blind-estimate/d' \ - -e '/field.*laplace-solve.*numbered/d' tests/test-list.txt + -e '/field.*laplace-solve.*numbered/d' \ + -e '/field.*filter.*derivative.*laplace.*planar.*as-derivative.*other/d' tests/test-list.txt endif ifneq (,$(filter $(DEB_HOST_ARCH),ppc64)) sed -i -e '/serialization.*less-trivial.*native/d' \ View it on GitLab: https://salsa.debian.org/med-team/gwyddion/-/commit/30d9ae62d4f2d4e5b8b1aadc71736d62fbd9aada -- View it on GitLab: https://salsa.debian.org/med-team/gwyddion/-/commit/30d9ae62d4f2d4e5b8b1aadc71736d62fbd9aada 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
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
