Petr.Salinger added the comment:
It is related to
http://bugs.python.org/issue12958
http://bugs.python.org/issue17684
The second one changed support.anticipate_failure to unittest.skipIf
--
nosy: +Petr.Salinger
___
Python tracker
<h
New submission from Petr.Salinger:
During test on kfreebsd:
test_chown_dir_fd (test.test_posix.PosixTester) ... skipped 'test needs dir_fd
support in os.chown()'
But all *AT syscalls are supported.
It looks like posixmodule.c misses propagation of that fact.
--- a/Modules/posixmodu