[New-bugs-announce] [issue22731] test_capi test fails because of mismatched newlines

Steve Dower report at bugs.python.org
Sun Oct 26 21:28:43 CET 2014


New submission from Steve Dower:

The test_capi.test_forced_io_encoding test currently requires that newlines match when checking the results. This apparently does not occur with VC10 builds, but does appear with newer versions of the compiler.

This patch normalises the line endings in the values being checked. Just seeking a quick review before I check it in - not sure who's best to nosy, so I picked the test coverage group.

----------
assignee: steve.dower
components: Tests
files: test_capi.patch
keywords: patch
messages: 230034
nosy: christian.heimes, giampaolo.rodola, ncoghlan, steve.dower
priority: normal
severity: normal
stage: patch review
status: open
title: test_capi test fails because of mismatched newlines
versions: Python 3.5
Added file: http://bugs.python.org/file37021/test_capi.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22731>
_______________________________________


More information about the New-bugs-announce mailing list