|
From: James M. <re...@bu...> - 2017-03-13 20:39:28
|
New submission from James Mudd:
When running the regression tests on linux I have occasionally noticed failures of test_threading with the output:
[exec] test test_threading failed -- Traceback (most recent call last):
[exec] File "/home/james/git/jython/dist/Lib/test/lock_tests.py", line 413, in test_timeout
[exec] self.assertTrue(dt >= 0.2, dt)
[exec] AssertionError: 0.199999809265
It seems to be a issue of precision.
----------
messages: 11221
milestone: Jython 2.7.1
nosy: jamesmudd
severity: normal
status: open
title: test_threading occassional failure
versions: Jython 2.7
_______________________________________
Jython tracker <re...@bu...>
<http://bugs.jython.org/issue2568>
_______________________________________
|