Description
As http://mail-archives.apache.org/mod_mbox/harmony-dev/200809.mbox/%3cf9761b910809160814s7fd8e257gd99b4a15d97008c0@mail.gmail.com%3e mentioned, SSLSocketImplTest in classlib test breaks in Fedora machines since r691267 which removes the hy.no.sig option and makes it the default.
The failure can be reproduced by
working_classlib]$ ant -Dtest.jre.home=....../jdk/jre/ -Dtest.case="org.apache.harmony.xnet.provider.jsse.SSLSocketImplTest" -Dbuild.module=x-net test
It is also noted that the failure may be irreproducible in other Linux distributions. So I also attach my environment here:
[shareuse@MRObj-lnx32-07 ~]$ uname -a
Linux MRObj-lnx32-07 2.6.21-1.3194.fc7 #1 SMP Wed May 23 22:35:01 EDT 2007 i686 i686 i386 GNU/Linux
[shareuse@MRObj-lnx32-07 ~]$ gcc -v
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure -prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c+,objc,obj-c+,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20070502 (Red Hat 4.1.2-12)
[shareuse@MRObj-lnx32-07 lib]$ ls -lt libc.so.*
lrwxrwxrwx 1 root root 11 2008-06-23 21:58 libc.so.6 -> libc-2.6.so