JDK-6175284 : REGRESSION: javax/swing/JScrollPane/5096948/bug5096948.java fails to compile
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0u1
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_8
  • CPU: x86
  • Submitted: 2004-10-06
  • Updated: 2014-02-27
  • Resolved: 2004-10-15
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.
Other
5.0u1 b04Fixed
Description
JDK        		: 1.5.0_01 b03
    Platform[s]         : Fails On:  Solaris 8 x86
    Failing Test [s]    : javax/swing/JScrollPane/5096948/bug5096948.java


    Test source location:
    =====================
/net/koori.sfbay/p/jdk04/jdk/1.5.0_01/ea/b03/ws/j2se/test/javax/swing/JScrollPane/5096948/bug5096948.java


    jtr file location:
    ==================
file:///net/cady/export/dtf/unified/results/tiger_u1/b03/regression/IA8-reg/workDir/javax/swing/JScrollPane/5096948/bug5096948.jtr

    How to reproduce:
    ====================
    - Set JAVA_HOME to /net/koori.sfbay/p/jdk04/jdk/1.5.0_01/ea/b03/binaries/solaris-i586
    - cd /net/koori.sfbay/p/jdk04/jdk/1.5.0_01/ea/b03/ws/j2se/test/javax/swing/JScrollPane/5096948
    - /net/koori.sfbay/onestop/jct-tools/2.1.6/archive/fcs/binaries/solaris/bin/jtreg -r:/tmp -w:/tmp .


    Test output:
    =============
command: build bug5096948 
reason: Named class compiled on demand
elapsed time (seconds): 2.01
result: Failed. Compilation failed

#section:compile
----------messages:(3/204)----------
command: compile /net/koori.sfbay/p/jdk04/jdk/1.5.0_01/ea/b03/ws/j2se/test/javax/swing/JScrollPane/5096948/bug5096948.java 
reason: .class file out of date or does not exist
elapsed time (seconds): 2.007
----------System.out:(0/0)----------
----------System.err:(4/228)----------
/net/koori.sfbay/p/jdk04/jdk/1.5.0_01/ea/b03/ws/j2se/test/javax/swing/JScrollPane/5096948/bug5096948.java:31: stopTest(java.lang.Throwable) in Blocker cannot be applied to ()
        blocker.stopTest();
               ^
1 error
result: Failed. Compilation failed


test result: Failed. Compilation failed


    Specific Machine Info:
    =====================
    Host Name:  equuleus
    
                      Solaris 8 2/02 s28x_u7wos_08a INTEL
           Copyright 2002 Sun Microsystems, Inc.  All Rights Reserved.
                           Assembled 18 December 2001
###@###.### 10/6/04 23:42 GMT

Comments
EVALUATION This problem results from the fact that this test uses another test class that is newer than what exists in the 1.5.0_01 workspace. The fix is to putback that one file. ###@###.### 10/7/04 15:28 GMT
07-10-2004