Set MALLOC_CHECK_ and MALLOC_PERTURB_
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 Dec 2005 16:35:38 +0000 (16:35 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 5 Dec 2005 16:35:38 +0000 (16:35 +0000)
2005-12-05  Matthias Clasen  <mclasen@redhat.com>

* tests/Makefile.am (TESTS_ENVIRONMENT):
* tests/gobject/Makefile.am (TESTS_ENVIRONMENT): Set
MALLOC_CHECK_ and MALLOC_PERTURB_

* tests/run-collate-tests.sh: Run the collation tests explicitly
in en_US locale. (#320463)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
tests/Makefile.am
tests/run-collate-tests.sh

index c0255c1..94be627 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * tests/Makefile.am (TESTS_ENVIRONMENT): 
+       * tests/gobject/Makefile.am (TESTS_ENVIRONMENT): Set
+       MALLOC_CHECK_ and MALLOC_PERTURB_
+
+       * tests/run-collate-tests.sh: Run the collation tests explicitly 
+       in en_US locale. (#320463)
+
        * glib/gmem.h: Really deprecate GMemChunk.
 
        * glib/gdate.c: 
index c0255c1..94be627 100644 (file)
@@ -1,5 +1,12 @@
 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * tests/Makefile.am (TESTS_ENVIRONMENT): 
+       * tests/gobject/Makefile.am (TESTS_ENVIRONMENT): Set
+       MALLOC_CHECK_ and MALLOC_PERTURB_
+
+       * tests/run-collate-tests.sh: Run the collation tests explicitly 
+       in en_US locale. (#320463)
+
        * glib/gmem.h: Really deprecate GMemChunk.
 
        * glib/gdate.c: 
index c0255c1..94be627 100644 (file)
@@ -1,5 +1,12 @@
 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * tests/Makefile.am (TESTS_ENVIRONMENT): 
+       * tests/gobject/Makefile.am (TESTS_ENVIRONMENT): Set
+       MALLOC_CHECK_ and MALLOC_PERTURB_
+
+       * tests/run-collate-tests.sh: Run the collation tests explicitly 
+       in en_US locale. (#320463)
+
        * glib/gmem.h: Really deprecate GMemChunk.
 
        * glib/gdate.c: 
index 00726d6..763a61a 100644 (file)
@@ -116,7 +116,8 @@ check_PROGRAMS = $(test_programs) $(test_script_support_programs)
 TESTS = $(test_programs) $(test_scripts)
 TESTS_ENVIRONMENT = srcdir=$(srcdir) \
        LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset \
-       MALLOC_CHECK_=2
+       MALLOC_CHECK_=2 \
+       MALLOC_PERTURB_=$$(($$RANDOM % 256))
 
 progs_ldadd = $(EFENCE) $(libglib) $(EFENCE)
 thread_ldadd = $(libgthread) $(G_THREAD_LIBS) $(progs_ldadd)
index 7f57828..89aed31 100755 (executable)
@@ -13,6 +13,7 @@ echo_v ()
   fi
 }
 
+LANG=en_US
 error_out=/dev/null
 if [ "$1" = "-v" ]; then
   verbose=1