Stewart X Addison
Stewart X Addison
> OpenJDK result: All tests passed except for the jdk_math_jre_0 target which failed in both cases with the same error To be clear, are you saying that when running on...
``` Can't open perl script "/export/home/jenkins/workspace/Grinder/aqa-tests/TKG/../../jvmtest/system/security/..//STF/stf.core/scripts/stf.pl": No such file or directory ``` This was potentially caused by the `/tmp/mauve` directory which was present on the machine but owned by a...
Noting that the parsing of the `df` output is not quite correct on Solaris. It's giving this message: ``` Test machine has only 1893 Mb free on drive containing /export/home/local/vagrant/aqa-tests/TKG/../TKG/output_17369506484404/TestJlmLocal_0....
I think the problem with `stf.pl` may have disappeared by either: - removing `/opt/xpg4/bin` from the PATH (where the "other" `df` command was). - adding a definition of `$WORKSPACE` pointing...
The simpletest jobs are now back to the original mauve.jar error on both [x64](https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-x64-temurin-simpletest/63/tapTestReport/) and [SPARC](https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-sparcv9-temurin-simpletest/55/tapTestReport/): on the three mauve tests ``` FAILED test targets: MauveSingleThrdLoad_HS_5m_0 MauveSingleInvocLoad_HS_5m_0 MauveMultiThrdLoad_5m_0 ``` The...
There are a small number of test cases (mostly in java_beans) which are failing due to the absence of a DISPLAY variable - I've started an `Xvfb` on `:5` on...
Summary from performing triage on the January dry-runs using builds created with the new pipelines: - as per the last comment, Xvfb wasn't being started as that is typically done...
Latest version of the `dotests.sh` script which is used by the simpletest jobs is: [dotests.sh.txt](https://github.com/user-attachments/files/18458494/dotests.sh.txt) Note that this currently relies on the Xvfb already being run as DISPLAY `:5`
Grinders: - [Solaris/x64 8u442-b05 passed](https://ci.adoptium.net/job/Grinder/12352/testReport) `InterfaceAccessFlagsTest` and ClientSocketCloseHang but not `CancelledLockLoops`, `SSLEngingeExplorerWithCli`, `DisabledAlgorithms`,` SSLEngineDeadlock` and `ClientSocketCloseHang` - [Solaris/SPARC 8u442-b05 passed](https://ci.adoptium.net/job/Grinder/12353/testReport/) 10 iterations of CancelledLockLoops, `SSLEngingExplorerWithCli`, `DisabledAlgorithms` `InterfaceAccessFlagsTest` and `SSLEngineDeadlock` but...
Final version of the dotests script: [dotests.sh.txt](https://github.com/user-attachments/files/18591336/dotests.sh.txt) Other issues that have been seen are covered in the [x64](https://github.com/adoptium/aqa-tests/issues/5897#issuecomment-2612228733) and [SPARC](https://github.com/adoptium/aqa-tests/issues/5897#issuecomment-2612245133) AQA triage issues for the January release. I have raised...