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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15995>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to