JDK-8220322 : This case automatically fails, it cannot find symbol variable OldScrollb at class OldScrollEvents
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7,8,9,10,11,12
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,windows_xp,windows_7
  • CPU: generic,x86
  • Submitted: 2010-07-29
  • Updated: 2020-10-15
  • Resolved: 2019-03-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 13
11.0.7-oracleFixed 13 b15Fixed
Related Reports
Duplicate :  
Description
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

Comments
Test build:jdk8u202b03(64bit)/jdk8u202b04(64bit) Platform: oel7.5-uek-x64/Ubuntu18.04-x64 Test tool:jtreg4.2b13 Options:-Djdk.gtk.version=3 -Djdk.gtk.verbose=true The case failed as the same issue: RULE "closed/java/awt/Scrollbar/OldScrollEvents/OldScrollEvents" CompilationError Compilation failed
28-11-2018

solaris11-x64 8b113(64bit) closed/java/awt/Scrollbar/OldScrollEvents/OldScrollEvents It has same issue.
31-10-2013

win7-x86 7u12b05(32bit) It has same issue.
17-01-2013

EVALUATION the test still failed for jdk 7 b130-pit with compiling time error.
14-02-2011