|
From: James M. <re...@bu...> - 2017-03-20 21:39:50
|
New submission from James Mudd:
I have observed test_weakref fail a few times while running ant regrtest. The output is:
[exec] test test_weakref failed -- Traceback (most recent call last):
[exec] File "/home/james/git/jython/dist/Lib/test/test_weakref.py", line 1029, in test_weak_values
[exec] self.assertEqual(len(list(dict.iterkeys())), 0,
[exec] AssertionError: deleting the values did not clear the dictionary
The failure appears to be intermittent, I haven't reproduced it when running the test individually, and I have never observed it on Windows.
----------
components: Core
messages: 11255
nosy: jamesmudd
severity: normal
status: open
title: test_weakref intermittent test failure on linux
type: behaviour
versions: Jython 2.7
_______________________________________
Jython tracker <re...@bu...>
<http://bugs.jython.org/issue2573>
_______________________________________
|