Message12158

Author jeff.allen
Recipients jeff.allen
Date 2018-10-25.22:45:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540507549.42.0.788709270274.issue2711@psf.upfronthosting.co.za>
In-reply-to
Content
Tests in test_dict and test_dict_jy fail as follows on versions from Java 9. I'm raising this issue to track the failure, while inserting skips to turn the bots green.


======================================================================
FAIL: test_setdefault_atomic (__main__.PyStringMapTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Users\Jeff\Documents\Eclipse-O\jython-jvm9\dist\Lib\test\test_dict.py", line 339, in test_setdefault_atomic
    self.assertEqual(hashed1.eq_count + hashed2.eq_count, 1)
AssertionError: 2 != 1


======================================================================
FAIL: test_setdefault_atomic (__main__.DictTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Users\Jeff\Documents\Eclipse-O\jython-jvm9\dist\Lib\test\test_dict.py", line 339, in test_setdefault_atomic
    self.assertEqual(hashed1.eq_count + hashed2.eq_count, 1)
AssertionError: 2 != 1
History
Date User Action Args
2018-10-25 22:45:49jeff.allensetrecipients: + jeff.allen
2018-10-25 22:45:49jeff.allensetmessageid: <1540507549.42.0.788709270274.issue2711@psf.upfronthosting.co.za>
2018-10-25 22:45:49jeff.allenlinkissue2711 messages
2018-10-25 22:45:47jeff.allencreate