Re: [Python-Dev] [Python-checkins] Python Regression Test Failures basics (1)

2008-09-14 Thread Neal Norwitz
On Sun, Sep 14, 2008 at 5:24 AM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > On Sun, Sep 14, 2008 at 4:07 AM, Nick Coghlan <[EMAIL PROTECTED]> wrote: >> Neal Norwitz wrote: >>> test_epoll skipped -- kernel doesn't support epoll() >> ... >>> test_ioctl skipped -- Unable to open /dev/tty >> ... >>

Re: [Python-Dev] [Python-checkins] Python Regression Test Failures basics (1)

2008-09-14 Thread Benjamin Peterson
On Sun, Sep 14, 2008 at 4:07 AM, Nick Coghlan <[EMAIL PROTECTED]> wrote: > Neal Norwitz wrote: >> test_epoll skipped -- kernel doesn't support epoll() > ... >> test_ioctl skipped -- Unable to open /dev/tty > ... >> test_multiprocessing skipped -- OSError raises on RLock creation, see > issue 3111!

Re: [Python-Dev] [Python-checkins] Python Regression Test Failures basics (1)

2006-05-09 Thread Thomas Heller
Thomas Wouters wrote: > On 5/9/06, Thomas Heller <[EMAIL PROTECTED]> wrote: >> >> Thomas Wouters wrote: >> > On 5/8/06, Neal Norwitz <[EMAIL PROTECTED]> wrote: >> > >> >> test_ctypes >> >> test test_ctypes failed -- Traceback (most recent call last): >> >> File "/home/neal/python/trunk/Lib/ctypes

Re: [Python-Dev] [Python-checkins] Python Regression Test Failures basics (1)

2006-05-09 Thread Thomas Wouters
On 5/9/06, Thomas Heller <[EMAIL PROTECTED]> wrote: Thomas Wouters wrote:> On 5/8/06, Neal Norwitz <[EMAIL PROTECTED]> wrote:>>> test_ctypes>> test test_ctypes failed -- Traceback (most recent call last): >>   File "/home/neal/python/trunk/Lib/ctypes/test/test_python_api.py", line>> 41, in test_PyI

Re: [Python-Dev] [Python-checkins] Python Regression Test Failures basics (1)

2006-05-08 Thread Thomas Heller
Thomas Wouters wrote: > On 5/8/06, Neal Norwitz <[EMAIL PROTECTED]> wrote: > >> test_ctypes >> test test_ctypes failed -- Traceback (most recent call last): >> File "/home/neal/python/trunk/Lib/ctypes/test/test_python_api.py", line >> 41, in test_PyInt_Long >> self.failUnlessEqual(grc(42), r

Re: [Python-Dev] [Python-checkins] Python Regression Test Failures basics (1)

2006-05-08 Thread Thomas Wouters
On 5/8/06, Neal Norwitz <[EMAIL PROTECTED]> wrote: test_ctypestest test_ctypes failed -- Traceback (most recent call last):  File "/home/neal/python/trunk/Lib/ctypes/test/test_python_api.py", line 41, in test_PyInt_Longself.failUnlessEqual(grc(42), ref42) AssertionError: 336 != 337We've been se