Bug 579050 Allow making selected critical and warning messages non-fatal
authorChristian Dywan <christian@lanedo.com>
Thu, 10 Sep 2009 14:40:11 +0000 (16:40 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 10 Sep 2009 14:45:49 +0000 (16:45 +0200)
commit278ac0a45d2b677a0928b1c31b3e20a4c265ffb0
tree6bd844bb4ba23a68ed20bd2fdf02f9b67a37f798
parent4b1217b7e0e8d2e7e4187e8b328e10ad72066392
Bug 579050 Allow making selected critical and warning messages non-fatal

Implement g_test_log_set_fatal_handler which is a function similar to
g_log_set_default_handler but for use in unit tests where certain
errors have to be ignored because it is not possible to fix or avoid
them otherwise. A unit test is added.
glib/glib.symbols
glib/gmessages.c
glib/gtestutils.c
glib/gtestutils.h
glib/tests/testing.c