commit | d0e516db50376ab0fd729c42bafda3e5a6225b94 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 03 14:57:12 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 03 14:57:12 2011 +0200 |
tree | 125054b4762cd8c0bed63d1a4b82c135f8d5275f | |
parent | 2d4a91e0d0065b89cb9820b10e30f74c362cb430 [diff] |
Issue #8407: pthread_sigmask() checks immediatly if signal handlers have been called. The test checks that SIG_UNBLOCK calls immediatly the signal handler of the pending SIGUSR1. Improve also the tests using an exception (division by zero) instead of a flag (a function attribute).