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

Spotted when running https://github.com/adoptium/aqa-tests/blob/master/.github/workflows/directoriesFilesChangePR.yml (which itself should be improved/removed based on https://github.com/adoptium/aqa-tests/issues/2299). Example: https://github.com/adoptium/aqa-tests/actions/runs/8335749724/job/22811786784?pr=5150 ``` /Users/runner/work/aqa-tests/aqa-tests/aqa-tests/functional/JLM_Tests/src/org/openj9/test/java/lang/management/TestThreadMXBean.java:374: error: incompatible types: long[] cannot be converted to long [javac] tb.getThreadCpuTime(badIds); [javac] ^ [javac]...

it may be great if external tests can be run out of container, directly on host. It must not be a goal of this proposal to change default runs. Those...

We already employ this approach with tests added in the external group, but as we are bringing in tests to other groups where we pull from other repositories, there needs...

Fix issue: https://github.com/adoptium/aqa-tests/issues/5073 Grinder build passed: https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/38590/

Relating to a number of issues: - reduce duplication (related to https://github.com/adoptium/aqa-tests/issues/3991) - bring security tests into sanity / nightly runs (https://github.com/adoptium/aqa-tests/issues/3858) - align our levels closely with openjdk tiers...

enhancement

- Support cmdLineTester_criu_softmx in container test - Related Issue: https://github.com/eclipse-openj9/openj9/pull/18532

Relates to https://github.com/adoptium/temurin-build/issues/3591 ### Action Items - [ ] Rework `gnu.testlet.java.lang.Math` and `gnu.testlet.java.lang.StrictMath` in Mauve directly, the tests are broken for platform that have canonical NaNs ### Test Failures MiniMix_aot_5m...

This change is to alert jenkins users that non-grinder test jobs will ignore any changes to these two variables.

**Summary** An upstream bug has been seen in JDK21 (and under) testing at Adoptium. To solve this, we should request that the fix for that bug be backported. **Details** Adoptium...

We try to reenable the functional test in docker. To start, let's try to run example_functional in docker. If it works, then move it to sanity.external. https://github.com/adoptium/aqa-tests/blob/master/external/functional-test/playlist.xml#L43C17-L43C35