aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

Home of test infrastructure for Adoptium builds

Results 463 aqa-tests issues
Sort by recently updated
recently updated
newest added

Seen during 2024 October CPU (https://github.com/adoptium/aqa-tests/issues/5692) RmiRegistrySslTest is failing on all platforms with logs similar to: ``` RmiRegistrySslTest : SSL RMIRegistry - SSL Lookup 08:45:43 ------------------------------------------------------------- 08:45:43 RmiRegistry lookup... 08:45:43...

Seen during 2024 October CPU (https://github.com/adoptium/aqa-tests/issues/5692) Test8009761 is failing on JDK 8 Windows 32-bit with logs: ``` [2024-10-17T12:39:14.876Z] STDOUT: [2024-10-17T12:39:14.876Z] CompilerOracle: exclude Test8009761.m2 [2024-10-17T12:39:14.876Z] WB error: invalid compilation level 4...

As reported here: https://github.com/adoptium/aqa-tests/issues/5598#issuecomment-2353240474 ``` 10:51:07 hotspot_custom_0 - Test results: failed: 7 10:51:07 Failed test cases: 10:51:07 TEST: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java 10:51:07 TEST: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/MaxOopMapStackOffsetTest.java 10:51:07 TEST: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/DataPatchTest.java 10:51:07 TEST: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleDebugInfoTest.java 10:51:07 TEST:...

Exclude openjdk tests that fail due to change in headless Windows detection, see https://bugs.openjdk.org/browse/JDK-8336862 ref: https://github.com/adoptium/aqa-tests/issues/5598#issuecomment-2352950695 Failing tests: TEST: java/beans/PropertyEditor/6380849/TestPropertyEditor.java TEST: java/beans/PropertyEditor/TestColorClass.java TEST: java/beans/PropertyEditor/TestColorClassJava.java TEST: java/beans/PropertyEditor/TestColorClassNull.java TEST: java/beans/PropertyEditor/TestColorClassValue.java TEST: java/beans/PropertyEditor/TestFontClass.java...

Also moved `LIB_DIR` and `SYSTEM_LIB_DIR` to be inside the current workspace for docker builds due to permissions errors Currently using `ghcr.io/adoptium/test-containers:ubuntu2204` which is a lightweight image built loosely off the...

This change is to create a new scm script to for auto generate job usage Fixes: https://github.ibm.com/runtimes/automation/issues/69

To help debugging, we should add the timestamps in AQA_Test_Pipeline. Add the following ``` timestamps { ... } ``` around https://github.com/adoptium/aqa-tests/blob/bf67eefb47683a376fb21e69d8b669f203f4fdae/buildenv/jenkins/aqaTestPipeline.groovy#L41-L87

enhancement

We had previously done a prototype to support Azure dynamic agents. Since there is now an updated Azure Jenkins plugin, and a desire to also have a set of different...

enhancement

java/lang/Thread/virtual/stress/PingPong.java (SQ and LTQ) tests by default perform 500,000 iterations, see: https://github.com/openjdk/jdk21u/blob/eced83e13090748218ab3dac78f6ff1bddf2b158/test/jdk/java/lang/Thread/virtual/stress/PingPong.java#L28 this typically far exceeds the default 15 minutes openjdk jtreg timeout On a typical Windows machine it achieves...

We use the `testDependency` folder to pre-stage third-party libraries on the machine, ensuring there are no network issues during runtime. Additionally, a cleanup job runs twice a day to remove...