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

This meeting is scheduled for: May 15th at 10:30am EST and will be recorded to share with our colleagues who may not be able to attend. Join [Zoom Meeting link](https://www.google.com/url?q=https://eclipse.zoom.us/j/86561284227?pwd%3DUW9WWFA4Tm5zbkdkaVQwMEYybWdLQT09&sa=D&source=calendar&ust=1676133707707094&usg=AOvVaw2_s4SZwq4cAjmKQd8RfB4r)...

AQAvit Meeting

openJcePlusTests under https://github.com/adoptium/aqa-tests/tree/master/functional/OpenJcePlusTests (the test material is from https://github.com/ibmruntimes/OpenJCEPlus.git) has a close tie with Semeru release. Using incompatible test material could lead to the failure of release testing, resulting in...

enhancement

In system tests and openjdk tests repos, we need to git clone and track repo sha. https://github.com/adoptium/aqa-tests/blob/9639787ceb52518750af88b8d611a7276e4742bb/system/common.xml#L51-L93 https://github.com/adoptium/aqa-tests/blob/9639787ceb52518750af88b8d611a7276e4742bb/openjdk/build.xml#L86-L128 We should create a common function for this.

enhancement

getDependencies.pl `customUrl` should not hardcode to https://ci.adoptium.net Jenkins. We should change it based on the Jenkins domain: https://github.com/adoptium/aqa-tests/blob/9639787ceb52518750af88b8d611a7276e4742bb/buildenv/jenkins/JenkinsfileBase#L210 We can leverage the following for Jenkins domain value: https://github.com/adoptium/aqa-tests/blob/9639787ceb52518750af88b8d611a7276e4742bb/buildenv/jenkins/JenkinsfileBase#L1046 This allows...

enhancement

We would like to run Temurin builds through the AQAvit verification tests on Amazon Linux 2023 once a node is available. Related: https://github.com/adoptium/infrastructure/issues/3041

In case the wrong material has been extracted onto a wrong location, we need to ensure we're actually testing using the required version. https://github.com/adoptium/aqa-tests/blob/f67688dd0d9b247d8cf895496b76ce717485a9ca/jck/build.xml#L94 ?

``` +org.openjdk.jcstress.tests.accessAtomic.arrays.sync.BooleanTest +org.openjdk.jcstress.tests.accessAtomic.arrays.sync.ByteTest +org.openjdk.jcstress.tests.accessAtomic.arrays.sync.CharTest +org.openjdk.jcstress.tests.accessAtomic.arrays.sync.DoubleTest +org.openjdk.jcstress.tests.accessAtomic.arrays.sync.FloatTest +org.openjdk.jcstress.tests.accessAtomic.arrays.sync.IntTest +org.openjdk.jcstress.tests.accessAtomic.arrays.sync.LongTest +org.openjdk.jcstress.tests.accessAtomic.arrays.sync.ShortTest +org.openjdk.jcstress.tests.accessAtomic.arrays.sync.StringTest +org.openjdk.jcstress.tests.accessAtomic.fields.conflict.sync.BooleanTest +org.openjdk.jcstress.tests.accessAtomic.fields.conflict.sync.ByteTest +org.openjdk.jcstress.tests.accessAtomic.fields.conflict.sync.CharTest +org.openjdk.jcstress.tests.accessAtomic.fields.conflict.sync.DoubleTest +org.openjdk.jcstress.tests.accessAtomic.fields.conflict.sync.FloatTest +org.openjdk.jcstress.tests.accessAtomic.fields.conflict.sync.IntTest +org.openjdk.jcstress.tests.accessAtomic.fields.conflict.sync.LongTest +org.openjdk.jcstress.tests.accessAtomic.fields.conflict.sync.ShortTest +org.openjdk.jcstress.tests.accessAtomic.fields.conflict.sync.StringTest +org.openjdk.jcstress.tests.accessAtomic.fields.sync.BooleanTest +org.openjdk.jcstress.tests.accessAtomic.fields.sync.ByteTest +org.openjdk.jcstress.tests.accessAtomic.fields.sync.CharTest +org.openjdk.jcstress.tests.accessAtomic.fields.sync.DoubleTest +org.openjdk.jcstress.tests.accessAtomic.fields.sync.FloatTest +org.openjdk.jcstress.tests.accessAtomic.fields.sync.IntTest +org.openjdk.jcstress.tests.accessAtomic.fields.sync.LongTest +org.openjdk.jcstress.tests.accessAtomic.fields.sync.ShortTest +org.openjdk.jcstress.tests.accessAtomic.fields.sync.StringTest +org.openjdk.jcstress.tests.acqrel.fields.sync.BooleanBooleanTest +org.openjdk.jcstress.tests.acqrel.fields.sync.BooleanByteTest...

**Test Info** Test Name: jdk_math_1 Test Duration: 1 min 42 sec Machine: test-osuosl-aix72-ppc64-4 TRSS link for the test output: https://trss.adoptium.net/output/test?id=6620751f879917006ea746f0 **Build Info** Build Name: Test_openjdk11_hs_sanity.openjdk_ppc64_aix Jenkins Build start time: Apr...

Hi, during AQA triage, I found a failing test TestHumongousCodeCacheRoots (for more context see) https://github.com/adoptium/aqa-tests/issues/5233#issuecomment-2066358363 Looks like the test is looking for a missing VM opt, which is not present...

In order to get more testing with -Xgcpolicy:balanced, a new openjdk target jdk_lang_j9 was added with variation Mode501. This uncovered some problems. Really we should add this variation to all...