dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Platform testers wanted


From: Ian Game
Subject: Re: [DotGNU]Platform testers wanted
Date: Sun, 05 Jan 2003 19:09:49 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826

Gopal V wrote:

If memory serves me right, Ian Game wrote:
No, it was in TestBoolean, TestDESWeak, TestTripleDES & TestXMLException

So gimme a
bash$ make check >& err

and mail the err file to me (if you're still getting the error).

Sorry Gopal, I did not make that clear did I. yes it does run to the end (file 'result' attached)

If your interested, this is the sort of thing I was doing to fix it was like this in Test TripleDES line 227 (ish):
=================================
// Test exception behaviour of "TripleDES.IsWeakKey".
               try
               {
                   TripleDES.IsWeakKey(null);
                   Fail("null");
               }
               catch(CryptographicException)
               {
                   // success
               }
               catch(ArgumentNullException) //idg
               {
                   // Success
               }
==================================


Now it runs straight through to the end (I have also put back the original test code files BTW).

Do you mean it doesn't fail now ?...


Yep, see above.


IIRC, we didn't have any problems with cygwin till now ... ("exotic"
platforms like the IA64 or an IPaq might run into problems). Speaking
of which , we still have an IPaq to get working with pnet ... Someone
has to do it . I'm a connection challenged guy with bad dialup , so that person is not me.

Gopal


Ian



Attachment: result
Description: application/java-applet


reply via email to

[Prev in Thread] Current Thread [Next in Thread]