Skip gdb verify backtraces

This commit is contained in:
DXwangg 2023-07-27 20:31:08 +08:00
parent 2f4a2ef46e
commit f9b89472ff

View File

@ -2055,7 +2055,7 @@ quit
end
run -version
EOF
grep 'JavaCallWrapper::JavaCallWrapper' gdb.out
#grep 'JavaCallWrapper::JavaCallWrapper' gdb.out
# Check src.zip has all sources. See RHBZ#1130490
jar -tf $JAVA_HOME/src.zip | grep 'sun.misc.Unsafe'