Ticket #3583 (closed defect: fixed)
[with patch; with positive review] randomness in some worksheet doctests
| Reported by: | was | Owned by: | failure |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-3.0.4 |
| Component: | doctest coverage | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
On Debian 64-bit vmware:
File "/home/was/build/sage-3.0.4.alpha2/tmp/worksheet.py", line 2677:
sage: W.interrupt()
Expected:
True
Got:
False
**********************************************************************
File "/home/was/build/sage-3.0.4.alpha2/tmp/worksheet.py", line 2681:
sage: W.check_comp()
Expected:
('e', None)
Got:
('w', Cell 0; in=factor(2^997-1), out=)
**********************************************************************
1 items had failures:
2 of 10 in __main__.example_85
***Test Failed*** 2 failures.
For whitespace errors, see the file /home/was/build/sage-3.0.4.alpha2/tmp/.doctest_worksheet.py
Attachments
Change History
comment:2 Changed 5 years ago by was
- Summary changed from randomness in some worksheet doctests to [with patch; needs review] randomness in some worksheet doctests
Note: See
TracTickets for help on using
tickets.

