#10030: Interrupt testing
------------------------------+---------------------------------------------
   Reporter:  jdemeyer        |       Owner:  tba              
       Type:  enhancement     |      Status:  new              
   Priority:  major           |   Milestone:  sage-feature     
  Component:  c_lib           |    Keywords:  interrupt doctest
     Author:  Jeroen Demeyer  |    Upstream:  N/A              
   Reviewer:                  |      Merged:                   
Work_issues:                  |  
------------------------------+---------------------------------------------
Description changed by jdemeyer:

Old description:

> This ticket aims to provide a way to test interrupts and the
> {{{_sig_on}}}/{{{_sig_off}}} mechanism.
>
> This needs a patched $SAGE_ROOT/local/bin/sage-doctest and a new
> $SAGE_ROOT/local/bin/python-doctest:
> {{{
> sage -sh -c 'wget -O $SAGE_ROOT/local/bin/sage-doctest
> http://trac.sagemath.org/sage_trac/raw-attachment/ticket/10030/sage-
> doctest && wget -O- http://trac.sagemath.org/sage_trac/raw-
> attachment/ticket/10030/python-doctest.c | gcc -O2 -pipe -x c - -o
> $SAGE_ROOT/local/bin/python-doctest'
> }}}
>
> Dependencies: #10018, #10031

New description:

 This ticket aims to provide a way to test interrupts and the
 {{{_sig_on}}}/{{{_sig_off}}} mechanism.

 This needs a patched $SAGE_ROOT/local/bin/sage-doctest and a new
 $SAGE_ROOT/local/bin/python-doctest:
 {{{
 sage -sh -c 'wget -O $SAGE_ROOT/local/bin/sage-doctest
 http://trac.sagemath.org/sage_trac/raw-attachment/ticket/10030/sage-
 doctest && wget -O- http://trac.sagemath.org/sage_trac/raw-
 attachment/ticket/10030/python-doctest.c | gcc -O2 -pipe -x c - -o
 $SAGE_ROOT/local/bin/python-doctest'
 }}}

 Dependencies: #10018, #9678

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10030#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to