Mesbah Alam
Mesbah Alam
TestJlmRemoteMemoryNoAuth test intermittently fails with `Peak Usage used memory smaller than Current Usage used memory`. We should revisit the unstable test to check its validity. Example: https://ci.adoptopenjdk.net/view/Test_system/job/openjdk12_hs_systemtest_x86-64_windows/71/tapResults/ ``` CL1 stderr...
Exception : ``` 1) testStressLayers(net.adoptopenjdk.test.modularity.junit.TestStressLayers) T1 java.util.concurrent.ExecutionException: java.lang.NullPointerException T1 at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122) T1 at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191) T1 at com.test/net.adoptopenjdk.test.modularity.junit.TestStressLayers.stressLayersWith(TestStressLayers.java:114) T1 at com.test/net.adoptopenjdk.test.modularity.junit.TestStressLayers.testStressLayers(TestStressLayers.java:92) T1 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) T1 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) T1 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)...
Modularity tests for implied readability fails on on both hotspot and openj9 with following error. Likely the Modularity access rules have changed since the test was developed. Need investigation. Test...
Using `ISO-8859-1` encoding value for the system test compilation tasks allows system tests to be compiled without having the[ step to copy gitattributes.zos](https://github.com/AdoptOpenJDK/openjdk-tests/blob/70992eb16fe5881e44a43f569fb9a5168bd5318b/system/common.xml#L63) properties files in the common.xml script. We...
JDITest is failing on openjdk8_openj9 x86-64 Linux with JDWP option sysntax error as follows: >ASI1 stderr ERROR: JDWP option syntax error: -agentlib:jdwp=transport=dt_socket,address=30000,timeout=300000,trace=PROG+CMD+PACK+DATA Build URL: https://ci.adoptopenjdk.net/view/System%20tests/job/openjdk8_j9_systemtest_x86-64_linux/26/ JDITest is also failing on...
JLM tests with security enabled fail on Windows with : ``` Successfully processed 1 files; Failed processing 0 files ERROR: File ownership cannot be applied on insecure file systems; there...
We need to figure out the way to exclude failing wycheproof tests from the build job. [Wycheproof documentation](https://github.com/google/wycheproof), [Bazel manual](https://docs.bazel.build/versions/master/user-manual.html) does not seem to document a simple way. Need to...
**Overview** SharedClassesWorkloadTest_Softmx_Increase_JitAot test fails on openjdk8_j9_systemtest_ppc64le_linux due to not enough AOT being generated The test fails in step 10 below: ``` 1 setUp mkdir Create the cache directory 2 setUp...
Modularity service loaders test fails with following error on all platforms on both hotspot and openj9 jdk9 and jdk10 builds. This test was written based on old modularity implementations and...
The reporting and error logging approach in JLM tests is inconsistent. Some of the tests generate "CSV" data files where some info is logged. The rest go into standard err...