New submission from Francisco Martín Brugué: I've just installed Cpython 2.7.6 32bit on Windows64, run the tests [1] and some of them failed. Some of them seems related to audiodata not beeing installed.
.\python.exe Lib\test\regrtest.py -v == CPython 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] == Windows-7-6.1.7601-SP1 little-endian == c:\users\brugue\appdata\local\temp\test_python_1388 Testing with flags: sys.flags(debug=0, py3k_warning=0, division_warning=0, division_new=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, tabcheck=0, verbose=0, unicode=0, bytes_warning=0, hash_randomization=0) ... test_aifc ... ====================================================================== ERROR: test_close (test.test_aifc.AifcPCM8Test) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\programs\Python27\lib\test\audiotests.py", line 148, in test_close with open(self.sndfilepath, 'rb') as testfile: IOError: [Errno 2] No such file or directory: 'audiodata\\pluck-pcm8.aiff' ... and more... FAILED (errors=30) ... test_sunau ====================================================================== ERROR: test_close (test.test_sunau.SunauPCM8Test) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\programs\Python27\lib\test\audiotests.py", line 148, in test_close with open(self.sndfilepath, 'rb') as testfile: IOError: [Errno 2] No such file or directory: 'audiodata\\pluck-pcm8.au' ... Exception AttributeError: "Au_read instance has no attribute '_file'" in <bound method Au_read.__del__ of <sunau.Au_read instance at 0x0A4F3738>> ignored Exception AttributeError: "Au_read instance has no attribute '_file'" in <bound method Au_read.__del__ of <sunau.Au_read instance at 0x0A4F3738>> ignored Exception AttributeError: "Au_read instance has no attribute '_file'" in <bound method Au_read.__del__ of <sunau.Au_read instance at 0x0A4F3AA8>> ignored Exception AttributeError: "Au_read instance has no attribute '_file'" in <bound method Au_read.__del__ of <sunau.Au_read instance at 0x0A4F3C60>> ignored Exception AttributeError: "Au_read instance has no attribute '_file'" in <bound method Au_read.__del__ of <sunau.Au_read instance at 0x0A4F3F58>> ignored Exception AttributeError: "Au_read instance has no attribute '_file'" in <bound method Au_read.__del__ of <sunau.Au_read instance at 0x0A481B98>> ignored Exception AttributeError: "Au_read instance has no attribute '_file'" in <bound method Au_read.__del__ of <sunau.Au_read instance at 0x0A481B98>> ignored Exception AttributeError: "Au_read instance has no attribute '_file'" in <bound method Au_read.__del__ of <sunau.Au_read instance at 0x0A596CB0>> ignored Exception AttributeError: "Au_read instance has no attribute '_file'" in <bound method Au_read.__del__ of <sunau.Au_read instance at 0x0A596FD0>> ignored Exception AttributeError: "Au_read instance has no attribute '_file'" in <bound method Au_read.__del__ of <sunau.Au_read instance at 0x0A596918>> ignored Exception AttributeError: "Au_read instance has no attribute '_file'" in <bound method Au_read.__del__ of <sunau.Au_read instance at 0x0A47F508>> ignored Exception AttributeError: "Au_read instance has no attribute '_file'" in <bound method Au_read.__del__ of <sunau.Au_read instance at 0x0A596918>> ignored Exception AttributeError: "Au_read instance has no attribute '_file'" in <bound method Au_read.__del__ of <sunau.Au_read instance at 0x0A47FFA8>> ignored Exception AttributeError: "Au_read instance has no attribute '_file'" in <bound method Au_read.__del__ of <sunau.Au_read instance at 0x0A47F508>> ignored Exception AttributeError: "Au_read instance has no attribute '_file'" in <bound method Au_read.__del__ of <sunau.Au_read instance at 0x0A47F288>> ignored test test_sunau failed -- multiple errors occurred ... and more ... ... FAILED (errors=25) ... test_wave ... ====================================================================== ERROR: test_close (test.test_wave.WavePCM8Test) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\programs\Python27\lib\test\audiotests.py", line 148, in test_close with open(self.sndfilepath, 'rb') as testfile: IOError: [Errno 2] No such file or directory: 'audiodata\\pluck-pcm8.wav' ... FAILED (errors=20) ... See attached files ---------- components: Windows files: failed_test_aifc.txt messages: 205059 nosy: francismb priority: normal severity: normal status: open title: tests aifc, sunau and wave failures on a fresh Win64 installation versions: Python 2.7 Added file: http://bugs.python.org/file32941/failed_test_aifc.txt _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19866> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com