Opened 12 years ago
Last modified 11 years ago
#10030 closed enhancement
Interrupt testing — at Version 1
Reported by: | jdemeyer | Owned by: | tba |
---|---|---|---|
Priority: | major | Milestone: | sage-4.7 |
Component: | c_lib | Keywords: | interrupt signal doctest |
Cc: | leif, wjp | Merged in: | |
Authors: | Jeroen Demeyer | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
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'
Note: See
TracTickets for help on using
tickets.