aqa-tests
aqa-tests copied to clipboard
Home of test infrastructure for Adoptium builds
vm.flagless at-requires property was introduced for hotspot tests https://bugs.openjdk.org/browse/JDK-8246494. Right now some jdk tests also use this requires property in JDK17+. That means tests with this requires are skipped as...
depends on https://github.com/adoptium/TKG/pull/688 Is using once declared macro
jdk8 win64 hotspot: jdk_jdi_0 fails with: ``` FATAL ERROR in native method: JDWP One or more of the library paths supplied to jdwp, likely by sun.boot.library.path, is too long., jvmtiError=JVMTI_ERROR_INVALID_LOCATION(24)...
There are several different repositories where we pull test material whose SHAs are not tracked in the TAP file, these include: - [x] Track perf benchmarks - https://github.com/adoptium/aqa-tests/issues/5818 - [x]...
Temporary exclusion of java/nio/channels/AsyncCloseAndInterrupt.java due to z/OS limitation for JDK11 on z/OS. This test already excluded on JDK17 on z/OS. For more details refer : openj9-openjdk-jdk11-zos/issues/498
Given a particular Java source file, different Java compilers might produce class files containing different, but equivalent, Java bytecode. Assuming the bytecode is correct, a JVM implementation should be able...
Error `egrep: warning: egrep is obsolescent` in aqa-tests/terminateTestProcesses.sh ``` 15:36:52 + aqa-tests/terminateTestProcesses.sh jenkins 15:36:52 Unix type machine.. 15:36:52 egrep: warning: egrep is obsolescent; using grep -E 15:36:52 grep: warning: stray...
This is script designed to verify/test/fix all external tests on local-host. It is designed to help with: https://github.com/adoptium/aqa-tests/issues/5575#issuecomment-2341256974 It also includes results from the January run Whether to integrate it...
If there are more exclusion entries for same testcase only the last occurrence takes effects even if each entry has different tracked issue or different os-arch. Testcase excluded by multiple...
> are there any progress updates on the work on creating a main problemlist? Is there anything I can do to help? Sorry, I thought you were actively looking at...