[New-bugs-announce] [issue3625] test issues on 64bit windows

Mark Hammond report at bugs.python.org
Thu Aug 21 05:22:16 CEST 2008


New submission from Mark Hammond <mhammond at users.sourceforge.net>:

A number of tests are designed to be skipped on 64bits, but they don't
detect 64bit windows builds as 64bits.  Also, test_bytes.test_repeat()
assumes sys.maxint bytes can't be allocated, which isn't necessarily
true on Win64.

I'm attaching a patch that arranges to skip these tests.

----------
assignee: mhammond
components: Tests, Windows
files: win64_test_failures.patch
keywords: 64bit, patch, patch
messages: 71603
nosy: mhammond
severity: normal
status: open
title: test issues on 64bit windows
versions: Python 2.6
Added file: http://bugs.python.org/file11184/win64_test_failures.patch

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


More information about the New-bugs-announce mailing list