You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/11/25 21:05:19 UTC

svn commit: r1039161 - in /subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386: svncheck-bindings.sh svncheck.sh

Author: stsp
Date: Thu Nov 25 20:05:18 2010
New Revision: 1039161

URL: http://svn.apache.org/viewvc?rev=1039161&view=rev
Log:
* tools/buildbot/slaves/svn-openbsd-i386/svncheck-bindings.sh,
  tools/buildbot/slaves/svn-openbsd-i386/svncheck.sh: Run tests with malloc
   options; might help with catching memory usage bugs in some situations.

Modified:
    subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svncheck-bindings.sh
    subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svncheck.sh

Modified: subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svncheck-bindings.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svncheck-bindings.sh?rev=1039161&r1=1039160&r2=1039161&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svncheck-bindings.sh (original)
+++ subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svncheck-bindings.sh Thu Nov 25 20:05:18 2010
@@ -22,6 +22,7 @@
 set -x
 
 branch="$(basename $(svn info . | grep ^URL  | cut -d' ' -f2))"
+export MALLOC_OPTIONS=S
 (cd .. && gmake BRANCH="$branch" svn-check-bindings)
 grep -q "^Result: PASS$" tests.log.bindings.pl || exit 1
 grep -q "^OK$" tests.log.bindings.py || exit 1

Modified: subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svncheck.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svncheck.sh?rev=1039161&r1=1039160&r2=1039161&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svncheck.sh (original)
+++ subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svncheck.sh Thu Nov 25 20:05:18 2010
@@ -22,6 +22,7 @@
 set -x
 
 branch="$(basename $(svn info . | grep ^URL  | cut -d' ' -f2))"
+export MALLOC_OPTIONS=S
 (cd .. && gmake BRANCH="$branch"  svn-check-local \
                                   svn-check-svn \
                                   svn-check-neon \