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 skrah
Recipients adam@NetBSD.org, loewis, mark.dickinson, skrah, vstinner
Date 2011-09-14.22:33:12
SpamBayes Score 3.837671e-09
Marked as misclassified No
Message-id <1316039593.79.0.864032884704.issue12973@psf.upfronthosting.co.za>
In-reply-to
Content
== CPython 2.7.2+ (2.7:a698ad2741da+, Sep 15 2011, 00:17:28) [GCC 4.2.1 Compatible Clang 3.0 (trunk 139637)]
==   FreeBSD-8.0-RELEASE-amd64-64bit-ELF little-endian
==   /usr/home/stefan/pydev/cpython/build/test_python_71451

With clang 3.0 from trunk, the pow() failures are fixed. I still get:

test test_itertools failed -- Traceback (most recent call last):
  File "/usr/home/stefan/pydev/cpython/Lib/test/test_itertools.py", line 788, in test_islice
    self.assertEqual(len(list(islice(count(), 1, 10, maxsize))), 1)
AssertionError: 3 != 1


test test_list failed -- Traceback (most recent call last):
  File "/usr/home/stefan/pydev/cpython/Lib/test/test_list.py", line 59, in test_overflow
    self.assertRaises((MemoryError, OverflowError), mul, lst, n)
AssertionError: (<type 'exceptions.MemoryError'>, <type 'exceptions.OverflowError'>) not raised



But these are exactly the failures from 3.x. so they are probably
unrelated to this issue (and they are "fixed" by -fwrapv).
History
Date User Action Args
2011-09-14 22:33:13skrahsetrecipients: + skrah, loewis, mark.dickinson, vstinner, adam@NetBSD.org
2011-09-14 22:33:13skrahsetmessageid: <1316039593.79.0.864032884704.issue12973@psf.upfronthosting.co.za>
2011-09-14 22:33:13skrahlinkissue12973 messages
2011-09-14 22:33:13skrahcreate