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 christian.heimes
Recipients christian.heimes, jcea, meador.inge, trent, yippi
Date 2013-12-16.18:38:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387219094.4.0.456064925444.issue16733@psf.upfronthosting.co.za>
In-reply-to
Content
The ctypes issue also affects test_uuid. #19045 is a duplicate of this bug, too.

======================================================================
FAIL: test_ints (ctypes.test.test_bitfields.C_Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cpython/buildslave/cc-32/3.x.snakebite-solaris11-amd64/build/Lib/ctypes/test/test_bitfields.py", line 40, in test_ints
    self.assertEqual(getattr(b, name), func(byref(b), name.encode('ascii')))
AssertionError: -1 != 1

======================================================================
FAIL: test_shorts (ctypes.test.test_bitfields.C_Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cpython/buildslave/cc-32/3.x.snakebite-solaris11-amd64/build/Lib/ctypes/test/test_bitfields.py", line 47, in test_shorts
    self.assertEqual(getattr(b, name), func(byref(b), name.encode('ascii')))
AssertionError: -32 != 32

======================================================================
FAIL: test_uuid4 (test.test_uuid.TestUUID)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cpython/buildslave/cc-32/3.x.snakebite-solaris11-amd64/build/Lib/test/test_uuid.py", line 441, in test_uuid4
    equal(u.variant, uuid.RFC_4122)
AssertionError: 'reserved for Microsoft compatibility' != 'specified in RFC 4122'
- reserved for Microsoft compatibility
+ specified in RFC 4122
History
Date User Action Args
2013-12-16 18:38:14christian.heimessetrecipients: + christian.heimes, jcea, trent, meador.inge, yippi
2013-12-16 18:38:14christian.heimessetmessageid: <1387219094.4.0.456064925444.issue16733@psf.upfronthosting.co.za>
2013-12-16 18:38:14christian.heimeslinkissue16733 messages
2013-12-16 18:38:13christian.heimescreate