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

I'm unable to run `https://github.com/adoptium/aqa-tests/tree/master/external/*criu*` tests. Is there some additional documentation? If no, can it be written? In addition, it seems that those test are bound to only very specific...

- I do not see the aarch64 failures as adoptium see - there is weird oscilation of NUMBER of tests between windows, ppc64le, aarch64 and x86_64 - That is folowed...

Ref: https://github.com/adoptium/ci-jenkins-pipelines/issues/1104#issuecomment-2393086371 jdk11u Windows_x86: TEST: runtime/CDSCompressedKPtrs/XShareAuto.java (https://ci.adoptium.net/job/Grinder/11104/) ``` 21:17:44 stdout: [[0.026s][info][cds] _jvm_ident expected: OpenJDK Client VM (11.0.25-beta+8-202410071436) for windows-x86 JRE (11.0.25-beta+8-202410071436), built on Oct 7 2024 15:00:43 by "" with...

The following tests consistently fail on Windows jdk8u (ref: https://github.com/adoptium/ci-jenkins-pipelines/issues/1104#issuecomment-2399390071) Affects: jdk8u Windows_x64 jdk8u Windows_x86 https://ci.adoptium.net/job/Grinder/11126/ https://ci.adoptium.net/job/Grinder/11128/ ``` 09:46:25 MiniMix_5m 09:46:25 MiniMix_10m 09:46:25 MiniMix_aot_5m_0 09:45:30 MauveSingleThrdLoad_HS_5m 09:45:30 MauveSingleInvocLoad_HS_5m 09:45:30 MauveMultiThrdLoad_5m...

ref: https://github.com/adoptium/ci-jenkins-pipelines/issues/1104#issuecomment-2399409820 Affects at least Windows_aarch64 jdk-21+ Tests: ``` TEST: serviceability/sa/ClhsdbFindPC.java#no-xcomp-core TEST: serviceability/sa/ClhsdbDumpheap.java TEST: serviceability/sa/ClhsdbFindPC.java#no-xcomp-process TEST: serviceability/sa/ClhsdbFindPC.java#xcomp-core TEST: serviceability/sa/ClhsdbCDSJstackPrintAll.java TEST: serviceability/sa/ClhsdbJdis.java TEST: serviceability/sa/ClhsdbJstack.java#id1 TEST: serviceability/sa/ClhsdbPmap.java#core TEST: serviceability/sa/ClhsdbPrintAs.java TEST: serviceability/sa/ClhsdbPstack.java#core TEST:...

This PR is enabling any possible image to be fed to external tests. User can set it via `EXTERNAL_AQA_IMAGE` variable. Eg `EXTERNAL_AQA_IMAGE=my.local.repo/on/hdd/fedora:40`. Any legal subset -eg just `fedora` is allowed....

Current jcks are split (https://github.com/adoptium/aqa-tests/tree/master/jck/splitter) into the chunks (eg https://github.com/adoptium/aqa-tests/blob/06f6219f7a91af8bdf756ddb67d60fb1ca58e13a/jck/runtime.api/playlist.xml#L815) , which once run, looks (from https://github.com/adoptium/aqa-tests/blob/06f6219f7a91af8bdf756ddb67d60fb1ca58e13a/jck/jck.mk#L152 ) like ``` =============================================== Running test jck-runtime-api-javax_activity_0 ... =============================================== jck-runtime-api-javax_activity_0 Start Time: Fri...

Current jcks are split (https://github.com/adoptium/aqa-tests/tree/master/jck/splitter) into the chunks (eg https://github.com/adoptium/aqa-tests/blob/06f6219f7a91af8bdf756ddb67d60fb1ca58e13a/jck/runtime.api/playlist.xml#L815) , which once run, looks (from https://github.com/adoptium/aqa-tests/blob/06f6219f7a91af8bdf756ddb67d60fb1ca58e13a/jck/jck.mk#L152 ) like ``` =============================================== Running test jck-runtime-api-javax_activity_0 ... =============================================== jck-runtime-api-javax_activity_0 Start Time: Fri...

Hi! I do not understand purpose of https://github.com/adoptium/aqa-tests/blob/master/external/build_all.sh. I addition, it seems it is unused, because - per https://github.com/adoptium/aqa-tests/pull/5553#issuecomment-2346692535 - it was broken since 6.February.2024, and nobody noticed. of course...

JCK 8 have (for linux) existing text extractor, which simply lok to the failed test, and find the class, read all depndencies, and pack them to tarball which you can...