Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
16fd5cdfebf67c4d3652cdba64d5fa2556054ca0
/
Lib
/
test
/
test_signal.py
5b5134b
use TestCase skip method
by Benjamin Peterson
· 15 years ago
7622eba
If the timeout is exceeded, count the tests as skipped instead of just
by Stefan Krah
· 15 years ago
e54ddf1
Skip signal handler re-installation if it is not necessary. Issue 8354.
by Jean-Paul Calderone
· 15 years ago
68b4e01
1) The timeout in the itimer tests was too low for slow or heavily
by Stefan Krah
· 15 years ago
e0e8a87
Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug.
by R. David Murray
· 15 years ago
c579b35
Add extra information to a test_signal failure message to aid diagnosis of buildbot failure.
by Mark Dickinson
· 16 years ago
4b841d9
Issue #7042: Use a better mechanism for testing timers in test_signal.
by Mark Dickinson
· 16 years ago
245d915
Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds
by Mark Dickinson
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
c29863e
#6276: Remove usage of nested() in favor of new with statement with multiple managers.
by Georg Brandl
· 16 years ago
888a39b
remove test_support.TestSkipped and just use unittest.SkipTest
by Benjamin Peterson
· 16 years ago
ee76777
Add enough debugging information to diagnose failures where the
by Jeffrey Yasskin
· 17 years ago
e71d812
Oops again. EINTR is in errno, not signal.
by Jeffrey Yasskin
· 17 years ago
2b860db
Doh! os.read() raises an OSError, not an IOError when it's interrupted.
by Jeffrey Yasskin
· 17 years ago
ab56131
Try to make test_signal less flaky. I still see some flakiness in
by Jeffrey Yasskin
· 17 years ago
bb89e68
Try to get this test to be more stable:
by Neal Norwitz
· 17 years ago
aef18b1
Patch #2240: Implement signal.setitimer and signal.getitimer.
by Martin v. Löwis
· 17 years ago
413f588
Try to fix test_signal on FreeBSD. I'm assuming that os.kill is failing to
by Jeffrey Yasskin
· 17 years ago
6cda88e
Try to fix test_signal breakages on Linux due to r61687. It appears that at
by Jeffrey Yasskin
· 17 years ago
cf26f54
Speed up test_signal from ~24s to 4s by avoiding nearly all of the sleep calls.
by Jeffrey Yasskin
· 17 years ago
acfd8ed
Windows fix for signal test - skip it earlier
by Christian Heimes
· 17 years ago
7e251e8
Issue 1089358. Adds the siginterrupt() function, that is just a
by Facundo Batista
· 17 years ago
02de897
Patch #1583 by Adam Olsen.
by Guido van Rossum
· 18 years ago
9f2b93e
Patch #1008: port test_signal to unittest.
by Georg Brandl
· 18 years ago
953c189
Ah, fudge. One of the prints here actually "shouldn't be"
by Tim Peters
· 19 years ago
1742f33
test_signal: Signal handling on the Tru64 buildbot
by Tim Peters
· 19 years ago
8b8c59c
force_test_exit(): This has been completely ineffective
by Tim Peters
· 19 years ago
3ee5941
Let us know when there was a problem and the child had to kill the parent
by Neal Norwitz
· 19 years ago
313f8a9
Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will help
by Neal Norwitz
· 19 years ago
ec3c5e3
Verify that the signal handlers were really called
by Neal Norwitz
· 19 years ago
9730bcb
Test getsignal() and some error conditions
by Neal Norwitz
· 20 years ago
8b2cbfd
Let's not use string exceptions any more.
by Armin Rigo
· 21 years ago
5c26e86
lightly modified version of my patch
by Michael W. Hudson
· 21 years ago
0eadaac
Whitespace normalization.
by Tim Peters
· 22 years ago
43ed43b
Take out my (long since disabled) POSIX signal mask handling code.
by Michael W. Hudson
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
c411dba
Whitespace normalization.
by Tim Peters
· 23 years ago
34f20ea
This is patch
by Michael W. Hudson
· 23 years ago
e2ae77b
SF patch #474590 -- RISC OS support
by Guido van Rossum
· 24 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 25 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 25 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
b9fa0a8
Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'
by Thomas Wouters
· 25 years ago
8e9ebfd
os2 patch by Jeff Rush
by Guido van Rossum
· 28 years ago
cc5a91d
Soft failure for Win32 platform.
by Guido van Rossum
· 28 years ago
5e056bb
test_rotor.py: New test of the rotor module.
by Barry Warsaw
· 29 years ago
4f17e3e
test signal module
by Guido van Rossum
· 30 years ago