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 christian.heimes, dstufft, gregory.p.smith, jafo, serhiy.storchaka, vstinner
Date 2017-10-24.23:37:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Failure on s390x SLES 3.x:

http://buildbot.python.org/all/#/builders/16/builds/65

======================================================================
FAIL: test_invalid_log_rounds (test.test_crypt.CryptTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_crypt.py", line 60, in test_invalid_log_rounds
    self.assertIsNone(crypt.crypt('mypassword', salt))
AssertionError: '*0' is not None
History
Date User Action Args
2017-10-24 23:37:54vstinnersetrecipients: + vstinner, gregory.p.smith, jafo, christian.heimes, serhiy.storchaka, dstufft
2017-10-24 23:37:54vstinnersetmessageid: <[email protected]>
2017-10-24 23:37:54vstinnerlinkissue31664 messages
2017-10-24 23:37:54vstinnercreate