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

Florent XICLUNA florent.xicluna at m4x.org
Fri Mar 5 11:33:34 CET 2010


It would be useful to know the specific configuration of this
platform: os, cpu, ...

The test_subprocess failure is related to #2777.


Thanks,

-- 
Florent Xicluna

2010/3/5 Neal Norwitz <nnorwitz at gmail.com>:
> 346 tests OK.
> 1 test failed:
>    test_subprocess

(...)

> test_subprocess
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16895 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> .
> [16680 refs]
> [16680 refs]
>    this bit of output is from a test of stdout in a different process ...
> [16680 refs]
> [16680 refs]
> [16895 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> Traceback (most recent call last):
>  File "<string>", line 1, in <module>
> EOFError: EOF when reading a line
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16895 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> [16680 refs]
> .
> [16680 refs]
> [16680 refs]
>    this bit of output is from a test of stdout in a different process ...
> [16680 refs]
> [16680 refs]
> [16895 refs]
> test test_subprocess failed -- Traceback (most recent call last):
>  File "/tmp/python-test/local/lib/python2.7/test/test_subprocess.py", line 658, in test_send_signal
>    self.assertIsNone(p.poll())
> AssertionError: 1 is not None
>

(...)

> ======================================================================
> FAIL: test_send_signal (test.test_subprocess.POSIXProcessTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "/tmp/python-test/local/lib/python2.7/test/test_subprocess.py", line 658, in test_send_signal
>    self.assertIsNone(p.poll())
> AssertionError: 1 is not None
>
> ----------------------------------------------------------------------
> Ran 108 tests in 76.774s
>
> FAILED (failures=1, skipped=10)
> test test_subprocess failed -- Traceback (most recent call last):
>  File "/tmp/python-test/local/lib/python2.7/test/test_subprocess.py", line 658, in test_send_signal
>    self.assertIsNone(p.poll())
> AssertionError: 1 is not None
>


More information about the Python-checkins mailing list