print out random seed for verbose tests, also adapted test result
author17:21:05 Tim Janik <timj@imendio.com>
Wed, 5 Dec 2007 16:22:44 +0000 (16:22 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 5 Dec 2007 16:22:44 +0000 (16:22 +0000)
commitd4bfa601f7af11c2ca7c3866e67d49e379d82aad
treefb61a0877e5c433911e0c15546bbc9d6f100d8d9
parent3869c33a73c89e1f2f916f6bd6dd85a06b34a08d
print out random seed for verbose tests, also adapted test result

2007-12-05 17:21:05  Tim Janik  <timj@imendio.com>

        * glib/glib/gtestutils.c: print out random seed for verbose tests,
        also adapted test result reporting slightly in verbose mode to allow
        custom debugging output. support "thorough" as test mode alis for "slow".

        * glib/glib/gtestutils.h: added g_test_thorough().

        * glib/glib/gtester.c: print out the last random seed when tests fail.
        added result attribute to test case status logging to easily spot
        failing tests in log files. disabled debugging output when skipping tests.

svn path=/trunk/; revision=6052
ChangeLog
glib/gtester.c
glib/gtestutils.c
glib/gtestutils.h