Skip to content

Commit

Permalink
8279878: java/awt/font/JNICheck/JNICheck.sh test fails on Ubuntu 21.10
Browse files Browse the repository at this point in the history
Backport-of: 2f48a3f032dcfe159a7ab4a3d0afd0a0760d0a04
  • Loading branch information
mrserb committed Jun 24, 2024
1 parent c73a074 commit 879e803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/awt/font/JNICheck/JNICheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ else
fi

$JAVA_HOME/bin/java ${TESTVMOPTS} \
-cp "${CP}" -Xcheck:jni JNICheck | grep -v SIG | grep -v Signal | grep -v CallStatic > "${CP}"/log.txt
-cp "${CP}" -Xcheck:jni JNICheck | grep -v SIG | grep -v Signal | grep -v Handler | grep -v jsig | grep -v CallStatic > "${CP}"/log.txt

# any messages logged may indicate a failure.
if [ -s "${CP}"/log.txt ]; then
Expand Down

1 comment on commit 879e803

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.