-
Bug
-
Resolution: Fixed
-
P2
-
18
-
b25
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8308533 | 17.0.8 | Christoph Langer | P2 | Resolved | Fixed | b04 |
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
- backported by
-
JDK-8308533 javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java fails to compile after JDK-8276058
- Resolved
- relates to
-
JDK-8276058 Some swing test fails on specific CI macos system
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/4a0f0f46
-
Commit openjdk/jdk/276bfcd1
-
Review openjdk/jdk17u-dev/1337
-
Review openjdk/jdk/6458
(1 links to)