-
Bug
-
Resolution: Unresolved
-
P4
-
24
-
x86_64
-
linux
The following test failed in the JDK24 CI:
javax/swing/JButton/SwingButtonResizeTestWithOpenGL.java#id0
Here's a snippet from the log file:
#section:main
----------messages:(7/450)----------
command: main -Dsun.java2d.opengl=true -Dsun.java2d.opengl.fbobject=false SwingButtonResizeTestWithOpenGL
reason: User specified action: run main/othervm -Dsun.java2d.opengl=true -Dsun.java2d.opengl.fbobject=false SwingButtonResizeTestWithOpenGL
started: Thu Oct 03 15:07:29 UTC 2024
Mode: othervm [/othervm specified]
Additional options from @modules: --add-modules java.desktop
finished: Thu Oct 03 15:07:32 UTC 2024
elapsed time (seconds): 2.264
----------configuration:(3/40)----------
<snip>
----------System.out:(5/143)----------
Button focus gained...
Getting initial button image..image1
Button loc: java.awt.Point[x=205,y=242]
Frame is maximized
Frame is back to normal
----------System.err:(0/0)----------
----------rerun:(49/6076)*----------
<snip>
result: Failed. Unexpected exit from test [exit code: 1]
javax/swing/JButton/SwingButtonResizeTestWithOpenGL.java#id0
Here's a snippet from the log file:
#section:main
----------messages:(7/450)----------
command: main -Dsun.java2d.opengl=true -Dsun.java2d.opengl.fbobject=false SwingButtonResizeTestWithOpenGL
reason: User specified action: run main/othervm -Dsun.java2d.opengl=true -Dsun.java2d.opengl.fbobject=false SwingButtonResizeTestWithOpenGL
started: Thu Oct 03 15:07:29 UTC 2024
Mode: othervm [/othervm specified]
Additional options from @modules: --add-modules java.desktop
finished: Thu Oct 03 15:07:32 UTC 2024
elapsed time (seconds): 2.264
----------configuration:(3/40)----------
<snip>
----------System.out:(5/143)----------
Button focus gained...
Getting initial button image..image1
Button loc: java.awt.Point[x=205,y=242]
Frame is maximized
Frame is back to normal
----------System.err:(0/0)----------
----------rerun:(49/6076)*----------
<snip>
result: Failed. Unexpected exit from test [exit code: 1]
- relates to
-
JDK-8339233 Test javax/swing/JButton/SwingButtonResizeTestWithOpenGL.java#id failed: Button renderings are different after window resize
- Resolved
-
JDK-8342926 Test javax/swing/JButton/SwingButtonResizeTestWithOpenGL.java#id fails: Button renderings are different after window resize
- Open