Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2
-
Resolution: Fixed
-
Affects Version/s: 18
-
Fix Version/s: 18
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b25
-
CPU:generic
-
OS:generic
-
Verification:Verified
Description
The following test fails to compile in the JDK18 CI:
javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java
Here's a snippet from the log file:
----------System.out:(0/0)----------
----------System.err:(6/390)----------
/opt/mach5/mesos/work_dir/jib-master/install/jdk-18+25-1619/src.full/open/test/jdk/javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java:83: error: cannot find symbol
Color color = robot.getPixelColor(p.x - OFFSET_X, p.y - OFFSET_y);
^
symbol: variable OFFSET_y
location: class bug6276188
1 error
result: Failed. Compilation failed: Compilation failed
javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java
Here's a snippet from the log file:
----------System.out:(0/0)----------
----------System.err:(6/390)----------
/opt/mach5/mesos/work_dir/jib-master/install/jdk-18+25-1619/src.full/open/test/jdk/javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java:83: error: cannot find symbol
Color color = robot.getPixelColor(p.x - OFFSET_X, p.y - OFFSET_y);
^
symbol: variable OFFSET_y
location: class bug6276188
1 error
result: Failed. Compilation failed: Compilation failed
Attachments
Issue Links
- relates to
-
JDK-8276058 Some swing test fails on specific CI macos system
-
- Resolved
-