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

~TRSS [link](https://trss.adoptium.net/buildDetail?parentId=6329d70293ac60470bc24b54&testSummaryResult=failed&buildNameRegex=%5ETest)~ ~Build URL https://ci.adoptopenjdk.net/job/build-scripts/job/openjdk19-pipeline/207/~ ~Started by user George Adams~ ~### ⚠️ [jdk19-linux-x64-temurin](https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk19/job/jdk19-linux-x64-temurin/67/) has a build result of FAILURE ⚠️~ ~[**Test_openjdk19_hs_extended.openjdk_x86-64_mac**](https://ci.adoptopenjdk.net/job/Test_openjdk19_hs_extended.openjdk_x86-64_mac/30/) ⚠️ Test Job Failed ⚠️ - **OK to Release**...

release triage

While it would be expected that these exclusions should happen in the upstream ProblemLists, since they are not, we will exclude them in our ProblemList files. This is an umbrella...

test excluded

[TRSS Test Output](https://trss.adoptium.net/output/test?id=632bf1b993ac60470bc8551a)

bug
aix

**Test Info** Test Name: jdk_lang_2 Test Duration: 2 min 17 sec Machine: test-docker-ubuntu2004-armv7l-3 TRSS link for the test output: https://trss.adoptium.net/output/test?id=6161fe10c6182d0217680ba8 **Build Info** Build Name: Test_openjdk8_hs_sanity.openjdk_arm_linux Jenkins Build start time: Oct...

Boolean parameter USE_TESTENV_PROPERTIES is used to decide use the environment variables defined in testenv.properties file or defined by user. Currently the codes are scattered in different places, which make it...

good first issue

**Describe the bug** The sanity.openjdk and extended.openjdk test target run 168 duplicate testcases duplicate testcases: [duplicate-testcases.txt](https://github.com/adoptium/aqa-tests/files/9644718/duplicate-testcases.txt) **To Reproduce** Steps to reproduce the behavior (or Grinder rerun link): ```bash jtreg -l...

**Describe the bug** jdk11_tier1_iso8859 is subset of jdk_nio, which cause duplicate testcase sun/nio/cs/ISO8859x.java - jdk_nio in openjdk/playlist.xml: ![image](https://user-images.githubusercontent.com/24123821/194705256-55b9337d-ac0f-4bc8-aa48-75783005dd63.png) jdk_nio in TEST.groups: ![image](https://user-images.githubusercontent.com/24123821/194705448-ac8209f7-fe72-4f38-b1ce-03beeed9b1de.png) - jdk11_tier1_iso8859 in openjdk/playlist.xml: ![image](https://user-images.githubusercontent.com/24123821/194705474-1c9f6f56-755e-45c7-be9f-ec5922502df8.png)

**Describe the bug** A clear and concise description of what the bug is. jdk11_tier1_pack200 in openjdk/playlist.xml: ![image](https://user-images.githubusercontent.com/24123821/194705804-7efe7acd-4f6d-4591-bbdc-d35f7d00faec.png) jdk_tools in openjdk/playlist.xml: ![image](https://user-images.githubusercontent.com/24123821/194705894-8c9269f5-6732-4a9d-b074-68e46bf64808.png) jdk_tools in TEST.groups: ``` 289 jdk_tools = \ 290...

**Describe the bug** jdk11_tier1_buffer in openjdk/playlist.xml ![image](https://user-images.githubusercontent.com/24123821/192526367-bbdac706-da7a-40e8-8dbb-b601a8a3939b.png) jdk_nio in openjdk/playlist.xml ![image](https://user-images.githubusercontent.com/24123821/192527313-3177c419-4772-480f-8d47-553a1008935a.png) jdk_nio in jdk11u/test/jdk/TEST.groups: ![image](https://user-images.githubusercontent.com/24123821/192527393-5c337c8b-b651-4e2e-b419-99977497f8ee.png) 13 duplicate testcases: ``` java/nio/Buffer/AllocateDirectInit.java java/nio/Buffer/Basic.java java/nio/Buffer/ByteBufferViews.java java/nio/Buffer/CharAt.java java/nio/Buffer/Chars.java java/nio/Buffer/Chew.java java/nio/Buffer/CopyDirectMemory.java java/nio/Buffer/DirectBufferAllocTest.java java/nio/Buffer/EqualsCompareTest.java java/nio/Buffer/LimitDirectMemory.java java/nio/Buffer/LimitDirectMemoryNegativeTest.java...

There has always be the requirement for supporting multiple testcases for jdk_custom target. Based on the solution for a different issue https://github.com/adoptium/aqa-tests/issues/3993#issuecomment-1259419584 it might be worth to try and support...