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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, schuppenies
Date 2008-06-19.22:43:44
SpamBayes Score 0.1031604
Marked as misclassified No
Message-id <1213915426.19.0.16089164965.issue3147@psf.upfronthosting.co.za>
In-reply-to
Content
the buildbot "AMD64 W2k8 trunk" systematically fails with the messages:

======================================================================
FAIL: test_specialtypes (test.test_sys.SizeofTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"S:\buildbots\python.x64\trunk.nelson-win64\build\lib\test\test_sys.py",
line 534, in test_specialtypes
    self.check_sizeof({}, h + 3*l + 3*p + 8*(l + 2*p))
  File
"S:\buildbots\python.x64\trunk.nelson-win64\build\lib\test\test_sys.py",
line 431, in check_sizeof
    self.assertEqual(result, size, msg + str(size))
AssertionError: wrong size for <type 'dict'>: got 272, expected 224

======================================================================
FAIL: test_standardtypes (test.test_sys.SizeofTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"S:\buildbots\python.x64\trunk.nelson-win64\build\lib\test\test_sys.py",
line 455, in test_standardtypes
    self.check_sizeof(True, h + l)
  File
"S:\buildbots\python.x64\trunk.nelson-win64\build\lib\test\test_sys.py",
line 431, in check_sizeof
    self.assertEqual(result, size, msg + str(size))
AssertionError: wrong size for <type 'bool'>: got 40, expected 32

It seems that this platform is special: sizeof(long)==4 and
sizeof(size_t)==8
History
Date User Action Args
2008-06-19 22:43:46amaury.forgeotdarcsetspambayes_score: 0.10316 -> 0.1031604
recipients: + amaury.forgeotdarc, schuppenies
2008-06-19 22:43:46amaury.forgeotdarcsetspambayes_score: 0.10316 -> 0.10316
messageid: <1213915426.19.0.16089164965.issue3147@psf.upfronthosting.co.za>
2008-06-19 22:43:45amaury.forgeotdarclinkissue3147 messages
2008-06-19 22:43:44amaury.forgeotdarccreate