[issue12763] test_posix failure on OpenIndiana

2011-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9ef10328180b by Jesus Cea in branch 'default': Yet another fix for #12763: test_posix failure on OpenIndiana http://hg.python.org/cpython/rev/9ef10328180b -- ___ Python tracker

[issue12763] test_posix failure on OpenIndiana

2011-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset dba886806eb3 by Jesus Cea in branch 'default': Better fix for #12763: test_posix failure on OpenIndiana http://hg.python.org/cpython/rev/dba886806eb3 -- ___ Python tracker

[issue12763] test_posix failure on OpenIndiana

2011-09-09 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: This fix is incorrect. It is ignoring a common case (a process running under a Solaris Zone) completelly. Since the intention of the test is to check the access to the scheduling information of a different process, I change it to access the parent, instead

[issue12763] test_posix failure on OpenIndiana

2011-08-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 09f2ddd3d15a by Benjamin Peterson in branch 'default': some *nixes decided not to call init process 1 (closes #12763) http://hg.python.org/cpython/rev/09f2ddd3d15a -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected sta

[issue12763] test_posix failure on OpenIndiana

2011-08-16 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- type: performance -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue12763] test_posix failure on OpenIndiana

2011-08-16 Thread Antoine Pitrou
New submission from Antoine Pitrou : http://www.python.org/dev/buildbot/all/builders/x86%20OpenIndiana%203.x/builds/1826/steps/test/logs/stdio == ERROR: test_get_and_set_scheduler_and_param (test.test_posix.PosixTester)