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: Windows: 3.3.0-rc2.msi: test_lzma fails
Type: behavior Stage: resolved
Components: Interpreter Core Versions: Python 3.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Windows: 3.3.0-rc2.msi: test_buffer fails
View: 15993
Assigned To: Nosy List: brian.curtin, loewis, nadeem.vawda, skrah, vstinner
Priority: critical Keywords:

Created on 2012-09-20 21:34 by skrah, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg170853 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2012-09-20 21:34
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                                                       
                                                                                                         
----------------------------------------------------------------------
msg170874 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2012-09-21 09:30
This should be the same as #15993. Closing.
History
Date User Action Args
2022-04-11 14:57:36adminsetgithub: 60199
2012-09-21 09:30:09skrahsetstatus: open -> closed
superseder: Windows: 3.3.0-rc2.msi: test_buffer fails
messages: + msg170874

resolution: duplicate
stage: resolved
2012-09-20 21:53:34vstinnersetnosy: + vstinner
2012-09-20 21:35:30vstinnersetnosy: + nadeem.vawda
2012-09-20 21:34:40skrahcreate