Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 46789 invoked from network); 1 Feb 2006 04:32:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Feb 2006 04:32:36 -0000 Received: (qmail 74300 invoked by uid 500); 1 Feb 2006 04:32:24 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 74228 invoked by uid 500); 1 Feb 2006 04:32:23 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 74217 invoked by uid 99); 1 Feb 2006 04:32:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2006 20:32:21 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 522CACB for ; Wed, 1 Feb 2006 05:32:00 +0100 (CET) Message-ID: <934764124.1138768320308.JavaMail.jira@ajax.apache.org> Date: Wed, 1 Feb 2006 05:32:00 +0100 (CET) From: "Mikhail Loenko (JIRA)" To: harmony-dev@incubator.apache.org Subject: [jira] Commented: (HARMONY-58) Problems trying to run the security2 test suite In-Reply-To: <432874759.1138739494577.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-58?page=comments#action_12364766 ] Mikhail Loenko commented on HARMONY-58: --------------------------------------- BouncyCastle tend to hang up when BigInteger returns nulls. Will investigate > Problems trying to run the security2 test suite > ----------------------------------------------- > > Key: HARMONY-58 > URL: http://issues.apache.org/jira/browse/HARMONY-58 > Project: Harmony > Type: Test > Components: Classlib > Environment: x86, WinXP, repo revision 373866 > Reporter: Tim Ellison > > With a combination of Stepan and Geir's instructions I have: > Built the classlib successfully code by: > - putting a JDK on the path, unset JAVA_HOME and CLASSPATH > - invoke the default target in trunk/make/build.xml > - put in the VM > Built the security tests successfully by: > - cd modules/security2/make > - ant tests.run (ignore the run failures) > Tried to run the tests by: > - set CLASSPATH=%CLASSPATH%;; > - set JAVA_HOME= > - set PATH=%JAVA_HOME%/bin;%PATH% > - hack the build.xml to remove the clean-ups > - ant tests.run > After a few targets going by it trys to run the test, but seems to hang with CPU at 100% and the following output on the console: > --------------------- > <> > run: > [junit] Running java.security.AccessControlExceptionTest > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.04 sec > [junit] Running java.security.AlgorithmParameterGeneratorSpiTests > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.209 sec > [junit] Running java.security.AlgorithmParameterGeneratorTest1 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira