You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
I expect the test to pass, as it does on Windows 64bit.
Screenshots
23:47:39 STDERR:
23:47:39 java.lang.AssertionError: HelpFlagsTest failed:
23:47:39 Tool jaccessinspector-32.exe not covered by this test. Add specification to jdkTools array!
23:47:39 Tool jaccesswalker-32.exe not covered by this test. Add specification to jdkTools array!
23:47:39
23:47:39 at HelpFlagsTest.main(HelpFlagsTest.java:378)
23:47:39 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
23:47:39 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
23:47:39 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:47:39 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
23:47:39 at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
23:47:39 at java.base/java.lang.Thread.run(Thread.java:829)
23:47:39
23:47:39 JavaTest Message: Test threw exception: java.lang.AssertionError
23:47:39 JavaTest Message: shutting down test
Describe the bug
OpenJDK Test tools/launcher/HelpFlagsTest.java fails on Windows 32bit, JDK11 and JDK16, due to an apparent test config issue.
JDK11: https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_extended.openjdk_x86-32_windows_testList_0/10/console
JDK16: https://ci.adoptopenjdk.net/job/Test_openjdk16_hs_extended.openjdk_x86-32_windows_testList_0/7/consoleFull
Earlier reference.
To Reproduce
Grinder link
Expected behavior
I expect the test to pass, as it does on Windows 64bit.
Screenshots
Additional context
Test will be excluded. Link.
The text was updated successfully, but these errors were encountered: