aqa-tests
aqa-tests copied to clipboard
Home of test infrastructure for Adoptium builds
~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**...
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...
[TRSS Test Output](https://trss.adoptium.net/output/test?id=632bf1b993ac60470bc8551a)
**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...
**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:  jdk_nio in TEST.groups:  - jdk11_tier1_iso8859 in openjdk/playlist.xml: 
**Describe the bug** A clear and concise description of what the bug is. jdk11_tier1_pack200 in openjdk/playlist.xml:  jdk_tools in openjdk/playlist.xml:  jdk_tools in TEST.groups: ``` 289 jdk_tools = \ 290...
**Describe the bug** jdk11_tier1_buffer in openjdk/playlist.xml  jdk_nio in openjdk/playlist.xml  jdk_nio in jdk11u/test/jdk/TEST.groups:  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...