[Patches] [ python-Patches-448171 ] Allow jython to complete test_exceptions

noreply@sourceforge.net noreply@sourceforge.net
Wed, 08 Aug 2001 10:56:41 -0700


Patches item #448171, was opened at 2001-08-05 08:38
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=448171&group_id=5470

Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Finn Bock (bckfnn)
Assigned to: Nobody/Anonymous (nobody)
Summary: Allow jython to complete test_exceptions

Initial Comment:
The behavior of continue in a try clause is a known 
difference between CPython and Jython. This patch will 
jython to skip that test.


----------------------------------------------------------------------

>Comment By: Finn Bock (bckfnn)
Date: 2001-08-08 10:56

Message:
Logged In: YES 
user_id=4201

Jython failed all three, but when I double checked, I see 
that two of them is because the wording of the exception 
text is a little different. 

I'll fix the wording and come up with a new patch that only 
skips the first of the tests on jython. Until then, I'll 
close the report.

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-08-08 07:19

Message:
Logged In: YES 
user_id=6380

I understand Finn's motivation: It's a known difference that
won't be fixed any time soon. You don't want to have
persistently failing tests in your standard test suite.

Q. for Finn: does Jython balk on all three test cases, or
only one?
I'd prefer not to skip the test completely.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2001-08-07 22:34

Message:
Logged In: YES 
user_id=21627

Why is it desirable for Jython to pass this test? It looks 
like a bug in Jython to me...


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=448171&group_id=5470