Skip to content

Commit 2f48a3f

Browse files
committedFeb 6, 2022
8279878: java/awt/font/JNICheck/JNICheck.sh test fails on Ubuntu 21.10
Reviewed-by: serb
1 parent f7814c1 commit 2f48a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jdk/java/awt/font/JNICheck/JNICheck.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ else
4949
fi
5050

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.