From: Sebastian Wilhelmi Date: Thu, 4 Jul 2002 15:19:30 +0000 (+0000) Subject: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the X-Git-Tag: R_2_0_core~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d81ac5339fcf9537a3731ebb5770238f4fa69d59;p=platform%2Fupstream%2Fglib.git 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) --- diff --git a/ChangeLog b/ChangeLog index 5b4a21d..f1d12fd 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 5b4a21d..f1d12fd 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 5b4a21d..f1d12fd 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 5b4a21d..f1d12fd 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 5b4a21d..f1d12fd 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 5b4a21d..f1d12fd 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 5b4a21d..f1d12fd 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 ba405ea..d6e1d72 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 ccbae3f..a14d09c 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 f9119a8..9c02150 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 3049d37..5d9f5c0 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 a9df3dd..26e065d 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 52cd684..ad81842 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 c174066..af19a5e 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 ba013b4..7d9149e 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 f1bc0fc..dc5ad2b 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 9a1bc33..2befa2e 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 a519e3d..101b75a 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 d13735c..014c4da 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 73eb86a..cd20b9a 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 bdb7017..180d926 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 01365f3..ef4019e 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 c6be823..f0e284a 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 8abace2..9a2e7b3 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 d5fa56e..4774840 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 6e8051f..56861f3 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 798cb3a..176b810 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 5517d6c..4f0a535 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 65836e1..8b949d4 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 8832d1f..7f73077 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 5710e1f..37713b9 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 7021edd..6dec6b2 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