[New-bugs-announce] [issue6221] Windows buildbot failure in test_winreg

Antoine Pitrou report at bugs.python.org
Sat Jun 6 15:26:31 CEST 2009


New submission from Antoine Pitrou <pitrou at free.fr>:

I'm filing this as release blocker since it might indicate serious
breakage (I'm not a Windows expert).


======================================================================
FAIL: testLocalMachineRegistryWorks (test.test_winreg.WinregTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_winreg.py",
line 148, in testLocalMachineRegistryWorks
    self.TestAll(HKEY_CURRENT_USER)
  File
"E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_winreg.py",
line 143, in TestAll
    self.WriteTestData(root_key, subkeystr)
  File
"E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_winreg.py",
line 50, in WriteTestData
    "Not the correct number of values")
AssertionError: Not the correct number of values

----------------------------------------------------------------------

----------
components: Library (Lib), Tests
messages: 89001
nosy: pitrou
priority: release blocker
severity: normal
stage: needs patch
status: open
title: Windows buildbot failure in test_winreg
type: crash
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6221>
_______________________________________


More information about the New-bugs-announce mailing list