Changes between Version 5 and Version 6 of Ticket #10030
- Timestamp:
- 11/11/10 23:09:58 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10030
-
Property
Status
changed from
new
toneeds_work
-
Property
Status
changed from
-
Ticket #10030 – Description
v5 v6 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: 4 {{{ 5 ./sage -sh -c 'wget -O $SAGE_ROOT/local/bin/sage-doctest http://trac.sagemath.org/sage_trac/raw-attachment/ticket/10030/sage-doctest' 6 }}} 3 This needs a patched $SAGE_ROOT/local/bin/sage-doctest (isolating interrupts in Sage from the doctesting framework). 7 4 8 Dependencies: # 10115, #96785 Dependencies: #9678