Re: [Python-Dev] Classifying language vs. impl-detail tests

2008-10-30 Thread Benjamin Peterson
On Thu, Oct 30, 2008 at 12:16 PM, Armin Rigo <[EMAIL PROTECTED]> wrote: > Hi all, > > Here is a first step towards classifying the Python test suite into > "real language tests" and "implementation details": > >http://bugs.python.org/issue4242 I've actually implemented something like this alon

[Python-Dev] Classifying language vs. impl-detail tests

2008-10-30 Thread Armin Rigo
Hi all, Here is a first step towards classifying the Python test suite into "real language tests" and "implementation details": http://bugs.python.org/issue4242 If the general approach seems acceptable to people, I would be willing to port more of PyPy's test suite patches. The net result w