]> git.ipfire.org Git - thirdparty/asterisk.git/commit
unittests: Add a unit test that causes a SEGV and...
authorGeorge Joseph <gjoseph@digium.com>
Wed, 24 May 2017 20:50:56 +0000 (14:50 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 24 May 2017 20:58:06 +0000 (15:58 -0500)
commit61b9b3fd116f9336338df84208d8b95fbafbb462
treea7ecd91c51e57feed1466ca9797b03e0af5ee796
parente3004310772a78b1bea4bacb3715b88443f36714
unittests:  Add a unit test that causes a SEGV and...

...that can only be run by explicitly calling it with
'test execute category /DO_NOT_RUN/ name RAISE_SEGV'

This allows us to more easily test CI and debugging tools that
should do certain things when asterisk coredumps.

To allow this a new member was added to the ast_test_info
structure named 'explicit_only'.  If set by a test, the test
will be skipped during a 'test execute all' or
'test execute category ...'.

Change-Id: Ia3a11856aae4887df9a02b6b081cc777b36eb6ed
include/asterisk/test.h
main/test.c
tests/test_pbx.c