[Git][java-team/jnr-ffi][master] Drop d/p/0001-disable-setpointer-test-cases.patch
Miguel Landaeta (@nomadium)
gitlab at salsa.debian.org
Sun Dec 3 19:44:32 GMT 2023
Miguel Landaeta pushed to branch master at Debian Java Maintainers / jnr-ffi
Commits:
45d60e29 by Miguel Landaeta at 2023-12-03T19:40:49+00:00
Drop d/p/0001-disable-setpointer-test-cases.patch
- - - - -
3 changed files:
- debian/changelog
- − debian/patches/0001-disable-setpointer-test-cases.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+jnr-ffi (2.2.15-2) unstable; urgency=medium
+
+ * Drop d/p/0001-disable-setpointer-test-cases.patch.
+ This turned out to be a bug in my local environment.
+
+ -- Miguel Landaeta <nomadium at debian.org> Sun, 03 Dec 2023 19:38:57 +0000
+
jnr-ffi (2.2.15-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/patches/0001-disable-setpointer-test-cases.patch deleted
=====================================
@@ -1,49 +0,0 @@
-From: Miguel Landaeta <nomadium at debian.org>
-Date: Sun, 03 Dec 2023 15:23:53 +0000
-Subject: Disable testSetPointer test cases
-Forwarded: not-needed
-
----
-
-diff --git a/src/test/java/jnr/ffi/struct/NumericStructTest.java b/src/test/java/jnr/ffi/struct/NumericStructTest.java
-index 212a865..a6f20d5 100644
---- a/src/test/java/jnr/ffi/struct/NumericStructTest.java
-+++ b/src/test/java/jnr/ffi/struct/NumericStructTest.java
-@@ -1,6 +1,7 @@
- package jnr.ffi.struct;
-
- import org.junit.jupiter.api.BeforeAll;
-+import org.junit.jupiter.api.Disabled;
- import org.junit.jupiter.api.Test;
-
- import java.util.concurrent.ThreadLocalRandom;
-@@ -790,6 +791,8 @@ public class NumericStructTest {
- }
- }
-
-+ /* to-do: figure out if this is Debian specific or has to be reported upstream */
-+ @Disabled("This test crashes the JVM. Pending investigation.")
- @Test
- public void testSetPointer() {
- NumericStruct struct = new NumericStruct();
-diff --git a/src/test/java/jnr/ffi/struct/NumericUnionTest.java b/src/test/java/jnr/ffi/struct/NumericUnionTest.java
-index 63091ff..27a627f 100644
---- a/src/test/java/jnr/ffi/struct/NumericUnionTest.java
-+++ b/src/test/java/jnr/ffi/struct/NumericUnionTest.java
-@@ -1,6 +1,7 @@
- package jnr.ffi.struct;
-
- import org.junit.jupiter.api.BeforeAll;
-+import org.junit.jupiter.api.Disabled;
- import org.junit.jupiter.api.Test;
-
- import java.util.concurrent.ThreadLocalRandom;
-@@ -794,6 +795,8 @@ public class NumericUnionTest {
- }
- }
-
-+ /* to-do: figure out if this is Debian specific or has to be reported upstream */
-+ @Disabled("This test crashes the JVM. Pending investigation.")
- @Test
- public void testSetPointer() {
- NumericUnion struct = new NumericUnion();
=====================================
debian/patches/series
=====================================
@@ -1,2 +1 @@
-0001-disable-setpointer-test-cases.patch
no-ARM64.patch
View it on GitLab: https://salsa.debian.org/java-team/jnr-ffi/-/commit/45d60e298032e5ebacc285a0dcbbb62df36d59fd
--
View it on GitLab: https://salsa.debian.org/java-team/jnr-ffi/-/commit/45d60e298032e5ebacc285a0dcbbb62df36d59fd
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20231203/cf880f39/attachment.htm>
More information about the pkg-java-commits
mailing list