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_aifc failing on 32bit windows in python 3.1 rc 1
Type: Stage:
Components: Tests Versions: Python 3.1
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, r.david.murray, rhettinger
Priority: high Keywords: patch

Created on 2009-05-31 22:32 by rhettinger, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue6158.patch r.david.murray, 2009-06-01 00:44
Messages (3)
msg88616 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2009-05-31 22:32
Martin, the test is failing because the dist is missing the file: 
Lib/test/Sine-1000Hz-300ms.aif .  That file is in SVN and was included
in the rc1 tarball.
msg88626 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2009-06-01 00:44
I'm the one who added that file.  I can see by analogy to, eg,
audiotest.au that it needs to go in Tools/msi/msi.py (patch for trunk
attached), but I don't know if anything else is needed.
msg88635 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2009-06-01 04:20
Indeed, listing it in msi.py is all that needs to be done here. Fixed in
r73101, r73102, r73103, r73104, r73105.
History
Date User Action Args
2022-04-11 14:56:49adminsetgithub: 50408
2009-06-01 04:20:18loewissetstatus: open -> closed
resolution: fixed
messages: + msg88635
2009-06-01 00:44:31r.david.murraysetfiles: + issue6158.patch

nosy: + r.david.murray
messages: + msg88626

keywords: + patch
2009-05-31 22:32:14rhettingercreate