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 vstinner
Recipients gpolo, serhiy.storchaka, vstinner
Date 2020-12-26.11:11:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608981118.95.0.264551211038.issue42749@roundup.psfhosted.org>
In-reply-to
Content
POWER6 AIX 3.9:
https://buildbot.python.org/all/#/builders/330/builds/221

test.pythoninfo:

platform.architecture: 32bit
platform.platform: AIX-2-00F9C1964C00-powerpc-32bit
tkinter.TCL_VERSION: 8.4
tkinter.TK_VERSION: 8.4
tkinter.info_patchlevel: 8.5.9

======================================================================
FAIL: test_expr_bignum (test.test_tcl.TclTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_tcl.py", line 441, in test_expr_bignum
    self.assertEqual(result, i)
AssertionError: <bignum object: '9223372036854775808'> != 9223372036854775808

======================================================================
FAIL: test_getint (test.test_tcl.TclTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_tcl.py", line 148, in test_getint
    self.assertEqual(tcl.getint(' %d ' % i), i)
AssertionError: -9223372036854775808 != 9223372036854775808

======================================================================
FAIL: test_passing_values (test.test_tcl.TclTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_tcl.py", line 475, in test_passing_values
    self.assertEqual(passValue(i), i if self.wantobjects else str(i))
AssertionError: '9223372036854775808' != 9223372036854775808

----------------------------------------------------------------------
History
Date User Action Args
2020-12-26 11:11:58vstinnersetrecipients: + vstinner, gpolo, serhiy.storchaka
2020-12-26 11:11:58vstinnersetmessageid: <1608981118.95.0.264551211038.issue42749@roundup.psfhosted.org>
2020-12-26 11:11:58vstinnerlinkissue42749 messages
2020-12-26 11:11:58vstinnercreate