zzambers

Results 110 comments of zzambers

Test failures in `jdk/tier1` ( `jdk_security_infra` ) are unrelated. They seem to have appeared recently and they also affect newer JDKs, see: [JDK-8324583](https://bugs.openjdk.org/browse/JDK-8324583) (see my comment there) (Newer JDKs just...

Aditional testing: jdk_jfr: [OK](https://github.com/zzambers/jdk-tester/actions/runs/8263995480/job/22606616559) jdk_core: [OK](https://github.com/zzambers/jdk-tester/actions/runs/8264016483/job/22610644189) (no regressions to [master](https://github.com/zzambers/jdk-tester/actions/runs/8264248125/job/22607448750); AKISerialNumber.java was [fixed](https://github.com/openjdk/jdk8u-dev/pull/436) in the meantime)

Seems like there is something missing here. For full testsuite, there should be many testcases and much more output. I would expect to see something like: https://github.com/rh-openjdk/CryptoTest/actions/runs/4008601900/jobs/6882968215#step:5:8 But to be...

Seems like search for test classes is done at runtime: https://github.com/rh-openjdk/CryptoTest/blob/10fcab00e325594afd34d73496da01f69bc692c6/cryptotest/CryptoTest.java#L62 maybe code for that does not work in this scenario: https://github.com/rh-openjdk/CryptoTest/blob/10fcab00e325594afd34d73496da01f69bc692c6/cryptotest/utils/ClassFinder.java#L47

This is bug in Cryptotest, I have created PR with fix: https://github.com/rh-openjdk/CryptoTest/pull/28

I took a look to jtrs, test is ran in 2 configurations by aqa-tests (one passed, the other failed): - with `-XX:+UseCompressedOops` - PASSED - with `-XX:-UseCompressedOops` - FAILED

Actually this looks like adept for backport to 8u, see [JDK-8068026](https://bugs.openjdk.org/browse/JDK-8068026).

It would be nice to have this done, as macos-11 seems to have [been dropped in GHA](https://bugs.openjdk.org/browse/JDK-8318039?focusedId=14686025&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14686025)