This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] minimal test case for sha-1 and md5


Andreas Tobler wrote:
> 
> Thanks, I commit the following to main.
> 
> Andreas
> 
> 2004-10-12  Rutger Ovidius  <ovidr@users.sourceforge.net>
> 
> 	PR libgcj/17903:
> 	* testsuite/libjava.lang/md5test.java: New file.
> 	* testsuite/libjava.lang/md5test.out: Likewise.
> 	* testsuite/libjava.lang/shatest.java: Likewise.
> 	* testsuite/libjava.lang/shatest.out: Likewise.

Hi Andreas,

  These tests fail for me because I run the testsuite
without installing the built GCJ:
-------------------------- 8< --------------------------
WARNING: could not properly read security provider files:
         file:///home/ranmath/gcc/lib/security/libgcj.security
         file:///home/ranmath/gcc/lib/security/classpath.security
         Falling back to standard GNU security provider
-------------------------- 8< --------------------------

"/home/ranmath/gcc" is where the built GCC would have
been installed had I run "make install".

I think that is a supported configuration for running
the testsuite, so is there any way we can tweak stuff
to make these pass?

Thanks,
Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT gmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]