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.

Author flox
Recipients benjamin.peterson, flox, georg.brandl, marco.ghidinelli, petri.lehtinen, python-dev, r.david.murray
Date 2011-11-07.21:24:31
SpamBayes Score 0.00010833762
Marked as misclassified No
Message-id <1320701072.43.0.896417561988.issue13254@psf.upfronthosting.co.za>
In-reply-to
Content
test fails on x86 Windows7 2.7 buildbot
(ok on 3.2 and 3.3)


test_unix_mbox (test.test_mailbox.MaildirTestCase) ... D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\sqlite3\test\dbapi.py:649: DeprecationWarning: buffer() not supported in 3.x
  b = sqlite.Binary(chr(0) + "'")
D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\sqlite3\test\types.py:70: DeprecationWarning: buffer() not supported in 3.x
  val = buffer("Guglhupf")
D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\sqlite3\test\types.py:234: DeprecationWarning: buffer() not supported in 3.x
  val = buffer("Guglhupf")
D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\sqlite3\test\types.py:350: DeprecationWarning: buffer() not supported in 3.x
  result = self.con.execute('select ? as "x [bin]"', (buffer(zlib.compress(testdata)),)).fetchone()[0]
D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\sqlite3\test\userfunctions.py:39: DeprecationWarning: buffer() not supported in 3.x
  return buffer("blob")
D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\sqlite3\test\userfunctions.py:200: DeprecationWarning: buffer() not supported in 3.x
  self.assertEqual(val, buffer("blob"))
D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\sqlite3\test\userfunctions.py:237: DeprecationWarning: buffer() not supported in 3.x
  cur.execute("select isblob(?)", (buffer("blob"),))
D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\sqlite3\test\userfunctions.py:255: DeprecationWarning: buffer() not supported in 3.x
  ("foo", 5, 3.14, None, buffer("blob"),))
D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\sqlite3\test\userfunctions.py:347: DeprecationWarning: buffer() not supported in 3.x
  cur.execute("select checkType('blob', ?)", (buffer("blob"),))
test test_mailbox failed -- Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\test\test_mailbox.py", line 803, in test_reread
    self.assertFalse(refreshed())
AssertionError: True is not false

ok

======================================================================
FAIL: test_reread (test.test_mailbox.TestMaildir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\test\test_mailbox.py", line 803, in test_reread
    self.assertFalse(refreshed())
AssertionError: True is not false

----------------------------------------------------------------------
Ran 280 tests in 5.250s
History
Date User Action Args
2011-11-07 21:24:32floxsetrecipients: + flox, georg.brandl, benjamin.peterson, r.david.murray, python-dev, petri.lehtinen, marco.ghidinelli
2011-11-07 21:24:32floxsetmessageid: <1320701072.43.0.896417561988.issue13254@psf.upfronthosting.co.za>
2011-11-07 21:24:31floxlinkissue13254 messages
2011-11-07 21:24:31floxcreate