Re: svn commit: r958583 - /subversion/trunk/subversion/tests/svn_test_main.c

2010-07-01 Thread Greg Stein
On Thu, Jul 1, 2010 at 09:20, Julian Foad wrote: >... > I think the root of the problem is the C test harness code runs the code > under test in-process.  Therefore if code-under-test crashes, test suite > fails to report results.  The correct fix would be: test harness runs > code-under-test in a

Re: svn commit: r958583 - /subversion/trunk/subversion/tests/svn_test_main.c

2010-07-01 Thread Julian Foad
I (Julian Foad) wrote: > I'll see if I can enable the trap via a flag passed in by the test > suite, and disable it by default, so it works as before in your > running-under-GDB scenario. Would that work for you? r959683. - Julian

Re: svn commit: r958583 - /subversion/trunk/subversion/tests/svn_test_main.c

2010-07-01 Thread Julian Foad
On Mon, 2010-06-28 at 14:40 -0400, Greg Stein wrote: > On Mon, Jun 28, 2010 at 10:09, wrote: > > Author: julianfoad > > Date: Mon Jun 28 14:09:33 2010 > > New Revision: 958583 > > > > URL: http://svn.apache.org/viewvc?rev=958583&view=rev > > Log: > > * subversion/tests/svn_test_main.c > > (main)

Re: svn commit: r958583 - /subversion/trunk/subversion/tests/svn_test_main.c

2010-06-28 Thread Greg Stein
On Mon, Jun 28, 2010 at 10:09, wrote: > Author: julianfoad > Date: Mon Jun 28 14:09:33 2010 > New Revision: 958583 > > URL: http://svn.apache.org/viewvc?rev=958583&view=rev > Log: > * subversion/tests/svn_test_main.c >  (main): Configure the Subversion library to raise an error on assertion >