Issue 18651: test failures on KFreeBSD (original) (raw)

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 .
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:48 admin set github: 62851
2019-04-26 20:17:09 BreamoreBoy set nosy: - BreamoreBoy
2014-07-31 23:19:56 BreamoreBoy set versions: + Python 3.5, - Python 3.3nosy: + BreamoreBoymessages: + type: behavior
2013-08-05 06:23:35 salinger set nosy: + salingermessages: +
2013-08-05 05:19:00 ronaldoussoren set messages: +
2013-08-04 17:27:02 vstinner set nosy: + vstinner
2013-08-04 11:10:52 loewis set nosy: + loewismessages: +
2013-08-04 10:07:05 doko create