-
Bug
-
Resolution: Fixed
-
P3
-
7, 8, 9, 10, 11, 12
-
b15
-
generic, x86
-
generic, windows_xp, windows_7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8233778 | 11.0.7-oracle | Sergey Bylokhov | P3 | Resolved | Fixed | b01 |
Bug description: This case automatically fails, it cannot find symbol variable OldScrollb at class OldScrollEvents
Testsuite name: AWT manual regression
JDK/JRE tested: 1.7.0b102
32bit(jdk-7-ea-bin-b102-windows-i586-23_jul_2010.exe)
OS/architecture: winxppro-sp3-x86
Reproducible: Always
Reproducible on machine:
#Actual behavior:
This case was auto failed,more detail refer to test results log.
#Log:
C:\awt\workspace_awt_reg_1600909\awt\java\awt\Scrollbar\OldScrollEvents\OldScrollEvents.java:25: cannot find symbol
OldScrollbar scroll = new OldScrollbar(Scrollbar.HORIZONTAL,20 ,1 ,0, 100);
^
symbol: class OldScrollbar
location: class OldScrollEvents
C:\awt\workspace_awt_reg_1600909\awt\java\awt\Scrollbar\OldScrollEvents\OldScrollEvents.java:25: cannot find symbol
OldScrollbar scroll = new OldScrollbar(Scrollbar.HORIZONTAL,20 ,1 ,0, 100);
^
symbol: class OldScrollbar
location: class OldScrollEvents
C:\awt\workspace_awt_reg_1600909\awt\java\awt\Scrollbar\OldScrollEvents\OldScrollEvents.java:38: cannot find symbol
"During the thumb is draging, messages \""+OldScrollbar.DRAGGING+"\" are printing.",
^
symbol: variable OldScrollbar
location: class OldScrollEvents
C:\awt\workspace_awt_reg_1600909\awt\java\awt\Scrollbar\OldScrollEvents\OldScrollEvents.java:39: cannot find symbol
"2. Release the thumb. Messege \""+OldScrollbar.RELEASED+"\" must appear.",
^
symbol: variable OldScrollbar
location: class OldScrollEvents
4 errors
Testsuite name: AWT manual regression
JDK/JRE tested: 1.7.0b102
32bit(jdk-7-ea-bin-b102-windows-i586-23_jul_2010.exe)
OS/architecture: winxppro-sp3-x86
Reproducible: Always
Reproducible on machine:
#Actual behavior:
This case was auto failed,more detail refer to test results log.
#Log:
C:\awt\workspace_awt_reg_1600909\awt\java\awt\Scrollbar\OldScrollEvents\OldScrollEvents.java:25: cannot find symbol
OldScrollbar scroll = new OldScrollbar(Scrollbar.HORIZONTAL,20 ,1 ,0, 100);
^
symbol: class OldScrollbar
location: class OldScrollEvents
C:\awt\workspace_awt_reg_1600909\awt\java\awt\Scrollbar\OldScrollEvents\OldScrollEvents.java:25: cannot find symbol
OldScrollbar scroll = new OldScrollbar(Scrollbar.HORIZONTAL,20 ,1 ,0, 100);
^
symbol: class OldScrollbar
location: class OldScrollEvents
C:\awt\workspace_awt_reg_1600909\awt\java\awt\Scrollbar\OldScrollEvents\OldScrollEvents.java:38: cannot find symbol
"During the thumb is draging, messages \""+OldScrollbar.DRAGGING+"\" are printing.",
^
symbol: variable OldScrollbar
location: class OldScrollEvents
C:\awt\workspace_awt_reg_1600909\awt\java\awt\Scrollbar\OldScrollEvents\OldScrollEvents.java:39: cannot find symbol
"2. Release the thumb. Messege \""+OldScrollbar.RELEASED+"\" must appear.",
^
symbol: variable OldScrollbar
location: class OldScrollEvents
4 errors
- backported by
-
JDK-8233778 This case automatically fails, it cannot find symbol variable OldScrollb at class OldScrollEvents
- Resolved
- duplicates
-
JDK-6894033 Manual Reg Testcase java/awt/Scrollbar/OldScrollEvents/OldScrollEvents.java compilation fails
- Closed