Ticket #9174 (closed defect: worksforme)
cygwin: robert miller's 2-descent is completely broken on cygwin
| Reported by: | was | Owned by: | tbd |
|---|---|---|---|
| Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | porting: Cygwin | Keywords: | |
| Cc: | jpflori, dimpase, kcrisman | Work issues: | |
| Report Upstream: | N/A | Reviewers: | Karl-Dieter Crisman |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
sage -t "devel/sage/sage/schemes/elliptic_curves/descent_two_isogeny.pyx"
**********************************************************************
File "/home/wstein/sage-4.4.3/devel/sage/sage/schemes/elliptic_curves/descent_two_isogeny.pyx", line 1093:
sage: log(n1,2) + log(n1_prime,2) - 2 # the rank
Expected:
1
Got:
0
**********************************************************************
File "/home/wstein/sage-4.4.3/devel/sage/sage/schemes/elliptic_curves/descent_two_isogeny.pyx", line 1098:
sage: log(n1,2) + log(n1_prime,2) - 2 # the rank
Expected:
2
Got:
0
**********************************************************************
File "/home/wstein/sage-4.4.3/devel/sage/sage/schemes/elliptic_curves/descent_two_isogeny.pyx", line 1102:
sage: log(n1,2) + log(n1_prime,2) - 2 # the rank
Expected:
3
Got:
2*log(3)/log(2) - 2
**********************************************************************
File "/home/wstein/sage-4.4.3/devel/sage/sage/schemes/elliptic_curves/descent_two_isogeny.pyx", line 1195:
sage: log(n1,2) + log(n1_prime,2) - 2 # the rank
Expected:
1
Got:
0
**********************************************************************
File "/home/wstein/sage-4.4.3/devel/sage/sage/schemes/elliptic_curves/descent_two_isogeny.pyx", line 1198:
sage: log(n1,2) + log(n1_prime,2) - 2 # the rank
Expected:
2
Got:
0
**********************************************************************
File "/home/wstein/sage-4.4.3/devel/sage/sage/schemes/elliptic_curves/descent_two_isogeny.pyx", line 1201:
sage: log(n1,2) + log(n1_prime,2) - 2 # the rank
Expected:
3
Got:
log(3)/log(2) - 1
**********************************************************************
2 items had failures:
3 of 30 in __main__.example_18
3 of 11 in __main__.example_19
***Test Failed*** 6 failures.
For whitespace errors, see the file /home/wstein/.sage//tmp/.doctest_descent_two_isogeny.py
[29.1 s]
Change History
comment:2 Changed 21 months ago by kcrisman
- Status changed from new to needs_review
- Reviewers set to Karl-Dieter Crisman
- Milestone set to sage-duplicate/invalid/wontfix
And checking by hand works.
Since this was undoubtedly an XP machine on which the original failure was reported, I will move this to sage-invalid.
comment:4 Changed 21 months ago by kcrisman
- Status changed from positive_review to needs_work
But doing anything other than the first one by hand doesn't work. In fact, nasty things happen.
comment:5 Changed 4 months ago by kcrisman
- Cc jpflori added
I attempted this, but got forking errors; that doesn't mean it doesn't actually work. JP, want to give it a whirl?
comment:6 follow-up: ↓ 7 Changed 4 months ago by jpflori
And the test passes for me (64bits W7 + 5.6.rc0).
comment:7 in reply to: ↑ 6 Changed 4 months ago by kcrisman
And the test passes for me (64bits W7 + 5.6.rc0).
Don't forget to try these by hand as well. In the past I've had failures only in the terminal.
comment:8 Changed 4 months ago by jpflori
- Cc dimpase, kcrisman added
- Status changed from needs_work to needs_review
comment:9 Changed 4 months ago by jpflori
- Status changed from needs_review to positive_review
No problems on another 32 bits W7, let's close this one.
comment:10 Changed 4 months ago by jdemeyer
- Status changed from positive_review to closed
- Resolution set to worksforme
Note: See
TracTickets for help on using
tickets.

This file passed doctests in a build of mine on XP.