This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test failures on KFreeBSD
Type: behavior Stage:
Components: Tests Versions: Python 3.4, Python 3.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: doko, loewis, ronaldoussoren, salinger, vstinner
Priority: normal Keywords: patch

Created on 2013-08-04 10:07 by doko, last changed 2022-04-11 14:57 by admin.

Files
File name Uploaded Description Edit
kfreebsd.diff doko, 2013-08-04 10:07
Messages (5)
msg194336 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2013-08-04 10:07
Some tests fail on KFreeBSD, attaching a first patch from Petr Salinger. 

see http://bugs.debian.org/708653 for further issues.

Ronald, could you check if that this works for OSX too?
msg194345 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2013-08-04 11:10
Note that 3.4 will need a different patch, due to issue17684.
msg194447 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2013-08-05 05:19
I don't expect problems on OSX because of this.

However: the patch replaces support.anticipate_failure by unittest.skipIf and that seems wrong to me.
msg194452 - (view) Author: (salinger) Date: 2013-08-05 06:23
It is related to 

http://bugs.python.org/issue12958
http://bugs.python.org/issue17684

The second one changed support.anticipate_failure to unittest.skipIf
msg224454 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-07-31 23:19
A different patch is still needed for 3.4.
History
Date User Action Args
2022-04-11 14:57:48adminsetgithub: 62851
2019-04-26 20:17:09BreamoreBoysetnosy: - BreamoreBoy
2014-07-31 23:19:56BreamoreBoysetversions: + Python 3.5, - Python 3.3
nosy: + BreamoreBoy

messages: + msg224454

type: behavior
2013-08-05 06:23:35salingersetnosy: + salinger
messages: + msg194452
2013-08-05 05:19:00ronaldoussorensetmessages: + msg194447
2013-08-04 17:27:02vstinnersetnosy: + vstinner
2013-08-04 11:10:52loewissetnosy: + loewis
messages: + msg194345
2013-08-04 10:07:05dokocreate