From d81ac5339fcf9537a3731ebb5770238f4fa69d59 Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Thu, 4 Jul 2002 15:19:30 +0000 Subject: [PATCH] Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the 2002-07-04 Sebastian Wilhelmi * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the files, which didn't already have them. (#87312) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-12 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ tests/date-test.c | 2 ++ tests/gio-test.c | 3 +++ tests/iochannel-test.c | 3 +++ tests/libmoduletestplugin_a.c | 3 +++ tests/libmoduletestplugin_b.c | 3 +++ tests/mainloop-test.c | 3 +++ tests/markup-test.c | 3 +++ tests/module-test.c | 3 +++ tests/patterntest.c | 4 ++++ tests/qsort-test.c | 3 +++ tests/queue-test.c | 3 +++ tests/rand-test.c | 3 +++ tests/strfunc-test.c | 1 + tests/strtod-test.c | 3 +++ tests/testgdate.c | 3 +++ tests/testgdateparser.c | 3 +++ tests/thread-test.c | 3 +++ tests/threadpool-test.c | 3 +++ tests/timeloop-basic.c | 3 +++ tests/timeloop-closure.c | 3 +++ tests/timeloop.c | 3 +++ tests/unicode-caseconv.c | 3 +++ tests/unicode-collate.c | 3 +++ tests/unicode-encoding.c | 3 +++ tests/unicode-normalize.c | 3 +++ 32 files changed, 108 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5b4a21dd8..f1d12fd43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-04 Sebastian Wilhelmi + + * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN + throughout the files, which didn't already have them. (#87312) + 2002-07-03 Sebastian Wilhelmi * configure.in: Made the thread flags determination tests first diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5b4a21dd8..f1d12fd43 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2002-07-04 Sebastian Wilhelmi + + * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN + throughout the files, which didn't already have them. (#87312) + 2002-07-03 Sebastian Wilhelmi * configure.in: Made the thread flags determination tests first diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 5b4a21dd8..f1d12fd43 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2002-07-04 Sebastian Wilhelmi + + * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN + throughout the files, which didn't already have them. (#87312) + 2002-07-03 Sebastian Wilhelmi * configure.in: Made the thread flags determination tests first diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 5b4a21dd8..f1d12fd43 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2002-07-04 Sebastian Wilhelmi + + * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN + throughout the files, which didn't already have them. (#87312) + 2002-07-03 Sebastian Wilhelmi * configure.in: Made the thread flags determination tests first diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 5b4a21dd8..f1d12fd43 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2002-07-04 Sebastian Wilhelmi + + * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN + throughout the files, which didn't already have them. (#87312) + 2002-07-03 Sebastian Wilhelmi * configure.in: Made the thread flags determination tests first diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 5b4a21dd8..f1d12fd43 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2002-07-04 Sebastian Wilhelmi + + * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN + throughout the files, which didn't already have them. (#87312) + 2002-07-03 Sebastian Wilhelmi * configure.in: Made the thread flags determination tests first diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5b4a21dd8..f1d12fd43 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2002-07-04 Sebastian Wilhelmi + + * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN + throughout the files, which didn't already have them. (#87312) + 2002-07-03 Sebastian Wilhelmi * configure.in: Made the thread flags determination tests first diff --git a/tests/date-test.c b/tests/date-test.c index ba405ea94..d6e1d7249 100644 --- a/tests/date-test.c +++ b/tests/date-test.c @@ -1,3 +1,5 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN #include "glib.h" diff --git a/tests/gio-test.c b/tests/gio-test.c index ccbae3f56..a14d09c51 100644 --- a/tests/gio-test.c +++ b/tests/gio-test.c @@ -21,6 +21,9 @@ * Just run it. Optional parameter is number of sub-processes. */ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include "config.h" #include diff --git a/tests/iochannel-test.c b/tests/iochannel-test.c index f9119a8ce..9c0215060 100644 --- a/tests/iochannel-test.c +++ b/tests/iochannel-test.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #include #include diff --git a/tests/libmoduletestplugin_a.c b/tests/libmoduletestplugin_a.c index 3049d37ed..5d9f5c0f1 100644 --- a/tests/libmoduletestplugin_a.c +++ b/tests/libmoduletestplugin_a.c @@ -24,6 +24,9 @@ * GLib at ftp://ftp.gtk.org/pub/gtk/. */ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #include diff --git a/tests/libmoduletestplugin_b.c b/tests/libmoduletestplugin_b.c index a9df3dda8..26e065d6c 100644 --- a/tests/libmoduletestplugin_b.c +++ b/tests/libmoduletestplugin_b.c @@ -24,6 +24,9 @@ * GLib at ftp://ftp.gtk.org/pub/gtk/. */ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include G_MODULE_EXPORT gchar* gplugin_b_state; diff --git a/tests/mainloop-test.c b/tests/mainloop-test.c index 52cd68458..ad818425c 100644 --- a/tests/mainloop-test.c +++ b/tests/mainloop-test.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #include #ifdef G_OS_UNIX diff --git a/tests/markup-test.c b/tests/markup-test.c index c174066ec..af19a5ee3 100644 --- a/tests/markup-test.c +++ b/tests/markup-test.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #include diff --git a/tests/module-test.c b/tests/module-test.c index ba013b426..7d9149e8b 100644 --- a/tests/module-test.c +++ b/tests/module-test.c @@ -24,6 +24,9 @@ * GLib at ftp://ftp.gtk.org/pub/gtk/. */ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #include diff --git a/tests/patterntest.c b/tests/patterntest.c index f1bc0fce8..dc5ad2bb6 100644 --- a/tests/patterntest.c +++ b/tests/patterntest.c @@ -16,6 +16,10 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #include "glib.h" diff --git a/tests/qsort-test.c b/tests/qsort-test.c index 9a1bc330b..2befa2e51 100644 --- a/tests/qsort-test.c +++ b/tests/qsort-test.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #define SIZE 100000 diff --git a/tests/queue-test.c b/tests/queue-test.c index a519e3dc2..101b75af3 100644 --- a/tests/queue-test.c +++ b/tests/queue-test.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #ifdef HAVE_CONFIG_H # include #endif diff --git a/tests/rand-test.c b/tests/rand-test.c index d13735cb4..014c4da47 100644 --- a/tests/rand-test.c +++ b/tests/rand-test.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include const gint32 first_numbers[] = diff --git a/tests/strfunc-test.c b/tests/strfunc-test.c index 73eb86a8a..cd20b9a9d 100644 --- a/tests/strfunc-test.c +++ b/tests/strfunc-test.c @@ -24,6 +24,7 @@ * GLib at ftp://ftp.gtk.org/pub/gtk/. */ +#undef G_DISABLE_ASSERT #undef G_LOG_DOMAIN #include diff --git a/tests/strtod-test.c b/tests/strtod-test.c index bdb7017bc..180d926a9 100644 --- a/tests/strtod-test.c +++ b/tests/strtod-test.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #include #include diff --git a/tests/testgdate.c b/tests/testgdate.c index 01365f3f9..ef4019eab 100644 --- a/tests/testgdate.c +++ b/tests/testgdate.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #ifdef GLIB_COMPILATION #undef GLIB_COMPILATION #endif diff --git a/tests/testgdateparser.c b/tests/testgdateparser.c index c6be8238b..f0e284a2b 100644 --- a/tests/testgdateparser.c +++ b/tests/testgdateparser.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #ifdef GLIB_COMPILATION #undef GLIB_COMPILATION #endif diff --git a/tests/thread-test.c b/tests/thread-test.c index 8abace2b4..9a2e7b3b6 100644 --- a/tests/thread-test.c +++ b/tests/thread-test.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include /* GMutex */ diff --git a/tests/threadpool-test.c b/tests/threadpool-test.c index d5fa56e1c..477484008 100644 --- a/tests/threadpool-test.c +++ b/tests/threadpool-test.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #define RUNS 100 diff --git a/tests/timeloop-basic.c b/tests/timeloop-basic.c index 6e8051f76..56861f33e 100644 --- a/tests/timeloop-basic.c +++ b/tests/timeloop-basic.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #include #include diff --git a/tests/timeloop-closure.c b/tests/timeloop-closure.c index 798cb3a0a..176b8109f 100644 --- a/tests/timeloop-closure.c +++ b/tests/timeloop-closure.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #include #include diff --git a/tests/timeloop.c b/tests/timeloop.c index 5517d6cfd..4f0a5351d 100644 --- a/tests/timeloop.c +++ b/tests/timeloop.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #include #include diff --git a/tests/unicode-caseconv.c b/tests/unicode-caseconv.c index 65836e142..8b949d45a 100644 --- a/tests/unicode-caseconv.c +++ b/tests/unicode-caseconv.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #include #include diff --git a/tests/unicode-collate.c b/tests/unicode-collate.c index 8832d1fbb..7f7307701 100644 --- a/tests/unicode-collate.c +++ b/tests/unicode-collate.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #include #include diff --git a/tests/unicode-encoding.c b/tests/unicode-encoding.c index 5710e1f1f..37713b94a 100644 --- a/tests/unicode-encoding.c +++ b/tests/unicode-encoding.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #include #include diff --git a/tests/unicode-normalize.c b/tests/unicode-normalize.c index 7021edd50..6dec6b27c 100644 --- a/tests/unicode-normalize.c +++ b/tests/unicode-normalize.c @@ -1,3 +1,6 @@ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include #include #include