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

Some 3rd libs get downloaded at runtime (see the links below). https://github.com/adoptium/aqa-tests/blob/1898c35e22a6100c7be9d9270cad110bfe9b2d52/perf/dacapo/build.xml#L37 https://github.com/adoptium/aqa-tests/blob/f9c915a44322fab060e3dc13c5db0ce4b5dddc52/perf/renaissance/build.xml#L37 Depending on the network status and 3rd party server availability, we may run into the issue of...

Skip dragonwell feature test target when the test jdk is dragonwell standard version. When the test jdk is dragonwell standard version, export TEST_FLAG=Dragonwell_Standard Fixes: #3911 Signed-off-by: sendaoYan

Fixes https://github.com/adoptium/infrastructure/issues/2695 I think this should be equivalent to the old code and work properly on a `find` command that does not have the `-path` parameter so will be more...

Currently, we do not have a good way to test github workflow change. We always have to merge it in order to test it. We need to investigate a good...

This PR, enables jck-compiler-api-java_rmi tests for JCK8C and JCK11 Related: runtimes/backlog/issues/559 Signed off by : Prodip Roy ([email protected])

Join via https://bluejeans.com/917304424 This meeting is part of the public [Adoptium community calendar](https://calendar.google.com/calendar/embed?src=c_uannoums5ho0olhjk3ulecdkbc%40group.calendar.google.com), if you wish to import the calendar use this [link](https://calendar.google.com/calendar/ical/c_uannoums5ho0olhjk3ulecdkbc%40group.calendar.google.com/public/basic.ics) **Proposed Agenda**: - July release summary (actions/outcomes...

AQAvit Meeting

### **win64** ✅ #### Release Summary Report for openjdk8-pipeline **Report generated at:** Tue, 02 Aug 2022 20:13:26 GMT TRSS [Build](https://trss.adoptium.net/buildDetail?parentId=62e8f8f3250c3c428c2a26ed&testSummaryResult=failed&buildNameRegex=%5ETest) and TRSS [Grid View](https://trss.adoptium.net/resultSummary?parentId=62e8f8f3250c3c428c2a26ed) Jenkins Build URL https://ci.adoptopenjdk.net/job/build-scripts/job/openjdk8-pipeline/2216/ Started by...

Automation to grab all tap files and AQAcert.log file and push them to either releases repo or artifactory 1. Creating a standalone groovy script that given the name/id of a...

When playlists or problemlist files are changed, we should verify that there are no issues with the changes, using scripts in https://github.com/adoptium/aqa-tests/tree/master/scripts/disabled_tests We can perhaps add it into: https://github.com/adoptium/aqa-tests/blob/master/.github/workflows/directoriesFilesChangePR.yml where...

enhancement