Changes between Version 9 and Version 11 of Ticket #10030
- Timestamp:
- 01/14/11 18:01:02 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10030
-
Property
Status
changed from
needs_work
toneeds_review
-
Property
Milestone
changed from
sage-feature
tosage-4.6.2
-
Property
Status
changed from
-
Ticket #10030 – Description
v9 v11 1 1 This ticket aims to provide a way to test interrupts and the {{{sig_on()}}}/{{{sig_off()}}} mechanism. 2 2 3 This needs a patched {{{$SAGE_ROOT/local/bin/sage-doctest}}} (isolating interrupts in Sage from the doctesting framework).3 This also patches {{{$SAGE_ROOT/local/bin/sage-doctest}}} to check that all doctests have a balanced `sig_on()`/`sig_off()` count. 4 4 5 5 Patch chain: #9678, #10061, #10258, '''#10030''', #10018, #9640