This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e08b46c Docco [skip ci]
0e08b46c is described below

commit 0e08b46cbb5e1c089481da79697c0e74b25b4c3a
Author: Sebb <s...@apache.org>
AuthorDate: Mon Nov 20 23:32:19 2023 +0000

    Docco [skip ci]
---
 src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java 
b/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java
index eeb6dbd8..baaf3945 100644
--- a/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java
+++ b/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java
@@ -39,6 +39,10 @@ public class NativeCodeLoaderTest {
 
     @Test
     @Disabled("Causes crash on Ubuntu when compiled with Java 17")
+    // Also failed on:
+    // macos-11:java 11,17,21
+    // ubuntu-20.04:java 17,21 (11 was OK)
+    // windows-latest:java 17 (11,21 OK)
     // The following error is reported:
     // "Corrupted channel by directly writing to native stream in forked JVM 1"
     // Note that this appears during a subsequent test, and does not

Reply via email to