New submission from STINNER Victor <victor.stin...@haypocalc.com>:

test_subprocess.test_pass_fds() failed on x86 Tiger 3.x:

test test_subprocess failed -- Traceback (most recent call last):
  File 
"/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_subprocess.py", line 
1296, in test_pass_fds
    "fd to be closed passed")
AssertionError: {9} is not false : fd to be closed passed

http://www.python.org/dev/buildbot/all/builders/x86%20Tiger%203.x/builds/2671/steps/test/logs/stdio

The pass_fds parameter of Popen constructor was introduced in #6559.

----------
components: Library (Lib), Tests
keywords: buildbot
messages: 137396
nosy: haypo, pitrou
priority: normal
severity: normal
status: open
title: test_subprocess.test_pass_fds() failed on x86 Tiger 3.x
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12230>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to