Issue1855

classification
Title: test_cmath.py not fully working
Type: Severity: normal
Components: Versions:
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: fwierzbicki, zyasoft
Priority: normal Keywords:

Created on 2012-03-16.20:40:59 by fwierzbicki, last changed 2014-09-26.05:20:33 by zyasoft.

Messages
msg6806 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2012-03-16.20:40:59
test_cmath.py has several "FIXME" labeled skips including some resulting from the mishandling of negative zero http://bugs.jython.org/issue1853

Fixing will likely involve looking at src/org/python/modules/cmath.java
and comparing with Modules/cmathmodule.c in CPython
msg8543 (view) Author: Jim Baker (zyasoft) Date: 2014-05-22.01:31:55
Target beta 4, still seeing some failures (covered by skip FIXMEs currently)
msg9041 (view) Author: Jim Baker (zyasoft) Date: 2014-09-26.05:20:33
Let's subsume under #1861
History
Date User Action Args
2014-09-26 05:20:33zyasoftsetstatus: open -> closed
resolution: accepted -> duplicate
messages: + msg9041
2014-05-22 01:31:56zyasoftsetresolution: accepted
messages: + msg8543
nosy: + zyasoft
2013-02-27 17:56:07fwierzbickisetpriority: normal
2012-03-16 20:40:59fwierzbickicreate