[Git][debian-proftpd-team/proftpd][master] Disable netaddr_get_addr_test test for now; it fails on risc64.
Hilmar Preuße (@hilmar)
gitlab at salsa.debian.org
Fri Nov 15 14:39:51 GMT 2024
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
8a22640b by Hilmar Preuße at 2024-11-15T15:39:43+01:00
Disable netaddr_get_addr_test test for now; it fails on risc64.
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/04_disable_base_netaddr_get_addr_test.diff
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,7 @@ proftpd-dfsg (1.3.8.b+dfsg-4) UNRELEASED; urgency=high
* Patch for issue Issue #1830 (Closes: #1082326).
Supplemental Group Inheritance Grants Unintended Access to GID 0
+ * Disable netaddr_get_addr_test test for now; it fails on risc64.
-- Hilmar Preuße <hille42 at debian.org> Thu, 14 Nov 2024 11:28:01 +0100
=====================================
debian/patches/04_disable_base_netaddr_get_addr_test.diff
=====================================
@@ -0,0 +1,15 @@
+Description: Disable netaddr_get_addr_test test, fails on risc64.
+Author: Hilmar Preuße <hille42 at debian.org>
+Forwarded: not needed
+
+--- proftpd.orig/tests/api/netaddr.c
++++ proftpd/tests/api/netaddr.c
+@@ -1437,7 +1437,7 @@
+ tcase_add_test(testcase, netaddr_alloc_test);
+ tcase_add_test(testcase, netaddr_dup_test);
+ tcase_add_test(testcase, netaddr_clear_test);
+- tcase_add_test(testcase, netaddr_get_addr_test);
++ /* tcase_add_test(testcase, netaddr_get_addr_test); */
+ tcase_add_test(testcase, netaddr_get_addr2_test);
+ tcase_add_test(testcase, netaddr_get_family_test);
+ tcase_add_test(testcase, netaddr_set_family_test);
=====================================
debian/patches/series
=====================================
@@ -16,3 +16,4 @@ odbc
#03_disable_failing_coding_tests.diff
784a8e28332059cd6f41e7bcfbdc9b0142fe2c13.diff
5031d498a71c493b9659e2b5ccafde58b0897e30.diff
+04_disable_base_netaddr_get_addr_test.diff
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/8a22640b1c6a03abfd75d33f5e92ec5fa4304435
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/8a22640b1c6a03abfd75d33f5e92ec5fa4304435
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list