zzambers
zzambers
@judovana Summary: `cryptotest/CryptoTest.java.CryptoTest` - timeout - runs whole testsute (do we want this, when we also have separate tests?) `cryptotest/tests/SignatureTests.java.SignatureTests` - timeout **Windows:** (we currently do not run on win)...
I have created PR, which should fix ConfigurationTests on Windows: https://github.com/rh-openjdk/CryptoTest/pull/32
These PRs should fix remaining issues on Windows: https://github.com/rh-openjdk/CryptoTest/pull/36 https://github.com/rh-openjdk/CryptoTest/pull/37
I re-tested this: x86-64_windows: OK https://ci.adoptium.net/job/Grinder/6751/ arm_linux: OK https://ci.adoptium.net/job/Grinder/6752/ test-sxa-armv7l-ubuntu2004-odroid-1 (machine where it timeouted): OK https://ci.adoptium.net/job/Grinder/6753/ Seems like there are no more windows issues after Cryptotest fixes. When it comes...
Problem is SignatureTests timeout (240s) on win32, with stacktrace such as (just to make sure, information is not lost): ``` [2023-04-12T02:36:48.369Z] "MainThread" #13 prio=5 os_prio=0 cpu=239796.88ms elapsed=240.22s tid=0x011b08b0 nid=0x2564 runnable...
I think reason of slowness on 32-bit Intel (and possibly other platforms) may be due to absence of intrinsics on these platforms. Method from stacktrace and some other BigInteger methods...
> Tagging Zdenek Zambersky I have [repo](https://github.com/zzambers/ojdk-devkit), with specfiles for my experimental devkit packages. (more info and links to some related work in readme) However, I have not yet tried...
Some additional notes: - apart from hg->git info, this PR only does fixes to formating/style/links - there are probably no more useful doc backports for 8u (as far as I...
@gnu-andrew Thanks for your feedback. I was not sure if it was worth doing some changes, as they would not necessarily be very similar diff-wise (rather in spirit). I can...
@gnu-andrew What do you think about adding ([JDK-8306408](https://bugs.openjdk.org/browse/JDK-8306408), [JDK-8251549](https://bugs.openjdk.org/browse/JDK-8251549)) here using `/issue add`? Backport of [JDK-8306408](https://bugs.openjdk.org/browse/JDK-8306408) (Fix the format of several tables in building.md) to 17 has been done, PR...