diff options
author | Tor Lillqvist <tml@novell.com> | 2008-02-19 22:53:58 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-02-19 22:53:58 +0000 |
commit | 87d23f18ec4a91a7bd2f4db9ca94eaf78d062d3b (patch) | |
tree | fda9fb8ed95c580b5b0877040ef488eb1cc0ff27 /ChangeLog | |
parent | 121f43e54dfe7b0603fe78678b8dfd494e1b140d (diff) |
Change the g_error() to g_message() to avoid stopping on warnings. At
2008-02-20 Tor Lillqvist <tml@novell.com>
* glib/gtestutils.c (g_test_trap_fork) [Win32]: Change the
g_error() to g_message() to avoid stopping on warnings. At least
now testglib runs to completion and the old tests in it get
exercised even if the newfangled ones don't.
(g_test_trap_assertions) [Win32]: Bypass on Windows.
svn path=/trunk/; revision=6542
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-02-20 Tor Lillqvist <tml@novell.com> + + * glib/gtestutils.c (g_test_trap_fork) [Win32]: Change the + g_error() to g_message() to avoid stopping on warnings. At least + now testglib runs to completion and the old tests in it get + exercised even if the newfangled ones don't. + (g_test_trap_assertions) [Win32]: Bypass on Windows. + 2008-02-17 Marco Barisione <marco@barisione.org> * glib/gregex.c: (translate_compile_error), (g_regex_new): Avoid some |