Bug#528603: [mich...@elehack.net: Bug#528603: Patch to add support for backtraces to oUnit]

2009-05-16 Thread Sylvain Le Gall
Hello, You will find attached to this mail a patch to add extra information (from Michael Ekstrand). It uses pa_macro to keep compatibility with < 3.11 ocaml version. Regards Sylvain Le Gall ps: if you want to discuss further this patch with Mr Ekstrand and I, keep the bug number in CC. -

Bug#528603: Patch to add support for backtraces to oUnit

2009-05-16 Thread Michael Ekstrand
Sylvain Le Gall writes: > On Fri, May 15, 2009 at 04:02:11PM -0500, Michael Ekstrand wrote: >> Attached is a patch for oUnit which does the following: >> >> - Augments RError and RFailure with an additional string option element >>to store a backtrace. >> - Adds code to test runner to store

Bug#528603: Patch to add support for backtraces to oUnit

2009-05-16 Thread Sylvain Le Gall
Hello, On Fri, May 15, 2009 at 04:02:11PM -0500, Michael Ekstrand wrote: > Attached is a patch for oUnit which does the following: > > - Augments RError and RFailure with an additional string option element >to store a backtrace. > - Adds code to test runner to store the backtrace in the re

Bug#528603: Patch to add support for backtraces to oUnit

2009-05-15 Thread Michael Ekstrand
Attached is a patch for oUnit which does the following: - Augments RError and RFailure with an additional string option element to store a backtrace. - Adds code to test runner to store the backtrace in the result if backtraces are enabled. - Adds code to reporting to print backtraces wit