[New-bugs-announce] [issue33750] Failed separate test_from_tuple in test_decimal

Serhiy Storchaka report at bugs.python.org
Sun Jun 3 08:44:19 EDT 2018


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

$ ./python -m test -v -m test_from_tuple test_decimal
...
test_from_tuple (test.test_decimal.CWhitebox) ... FAIL

======================================================================
FAIL: test_from_tuple (test.test_decimal.CWhitebox)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_decimal.py", line 5413, in test_from_tuple
    self.assertEqual(str(c.create_decimal(x)), '-0E-1000026')
AssertionError: '-0E-1000007' != '-0E-1000026'
- -0E-1000007
?          ^^
+ -0E-1000026
?          ^^


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

----------
components: Tests
messages: 318542
nosy: facundobatista, mark.dickinson, rhettinger, serhiy.storchaka, skrah
priority: normal
severity: normal
status: open
title: Failed separate test_from_tuple in test_decimal
type: behavior
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33750>
_______________________________________


More information about the New-bugs-announce mailing list