Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: treat all signals as errortmp-tests-fail-on-signals | Nikos Mavrogiannopoulos | 2019-01-04 | 1 | -0/+3 |
| | | | | | | | | | | | | | Previously we were only treating SIGSEGV as error though there is no reason to treat other signals as success and they may hide an actual error case (e.g., when SIGPIPE is received). With this change we treat any signals received by the child except SIGTERM as error, and we ensure that SIGPIPE is ignored in all tests. This also updates tests/slow/cipher-api-test.c to test failures with SIGABRT or otherwise consistently. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
* | tests: moved child status error checking code in utils.h | Nikos Mavrogiannopoulos | 2016-08-09 | 1 | -3/+1 |
| | |||||
* | tests: mini-alpn: corrected protocol selection order | Nikos Mavrogiannopoulos | 2016-01-10 | 1 | -1/+1 |
| | |||||
* | tests: alpn: enhance the testing of ALPN negotiation | Nikos Mavrogiannopoulos | 2016-01-10 | 1 | -11/+13 |
| | |||||
* | tests: verify that the selected ALPN protocol is the first advertised | Nikos Mavrogiannopoulos | 2016-01-09 | 1 | -2/+8 |
| | |||||
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -237/+210 |
| | |||||
* | fix transport parameter casts in tests | Stefan Bühler | 2013-08-25 | 1 | -2/+2 |
| | |||||
* | updated for new api | Nikos Mavrogiannopoulos | 2013-05-05 | 1 | -2/+2 |
| | |||||
* | When running tests disable PKCS #11 support to avoid detecting memory leaks ↵ | Nikos Mavrogiannopoulos | 2013-05-01 | 1 | -2/+2 |
| | | | | from PKCS #11 libraries. | ||||
* | Added support for the ALPN extension. | Nikos Mavrogiannopoulos | 2013-04-10 | 1 | -0/+322 |