Ticket #3583 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[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

sage-3583.patch Download (938 bytes) - added by was 5 years ago.

Change History

comment:1 Changed 5 years ago by was

  • Milestone changed from sage-3.0.5 to sage-3.0.4

Changed 5 years ago by was

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

comment:3 Changed 5 years ago by ncalexan

  • Summary changed from [with patch; needs review] randomness in some worksheet doctests to [with patch; with positive review] randomness in some worksheet doctests

After brief discussion with wstein in #sage-devel, this looks fine.

comment:4 Changed 5 years ago by was

  • Status changed from new to closed
  • Resolution set to fixed

comment:5 Changed 5 years ago by mabshoff

Merged in Sage 3.0.4.rc0

Note: See TracTickets for help on using tickets.