[New-bugs-announce] [issue15995] Windows: 3.3.0-rc2.msi: test_lzma fails
Stefan Krah
report at bugs.python.org
Thu Sep 20 23:34:41 CEST 2012
New submission from Stefan Krah:
This is similar to #15993: With the installed Python from the rc2-msi
test_lzma fails. I cannot reproduce the failure with python.exe (PGO)
compiled from source:
======================================================================
ERROR: test__decode_filter_properties (test.test_lzma.MiscellaneousTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Python33\lib\test\test_lzma.py", line 1105, in test__decode_filter_properties
lzma.FILTER_LZMA1, b"]\x00\x00\x80\x00")
ValueError: Invalid filter ID: 4611686018427387905
======================================================================
ERROR: test_filter_properties_roundtrip (test.test_lzma.MiscellaneousTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Python33\lib\test\test_lzma.py", line 1114, in test_filter_properties_roundtrip
lzma.FILTER_LZMA1, b"]\x00\x00\x80\x00")
ValueError: Invalid filter ID: 4611686018427387905
----------------------------------------------------------------------
----------
components: Interpreter Core
messages: 170853
nosy: brian.curtin, loewis, skrah
priority: critical
severity: normal
status: open
title: Windows: 3.3.0-rc2.msi: test_lzma fails
type: behavior
versions: Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15995>
_______________________________________
More information about the New-bugs-announce
mailing list