On May 6, 2006, at 9:02 AM, Ben Fowler wrote:
random ints with 5 rectangles...OK random ints with 6 rectangles...FAIL:
removeoverlap/remove_rectangle_overlap-test
Is it worth sending such a report to this list. 'make check' did not report any problems lst time I ran it.
Any failing tests are good to know about.
One thing on that output is that it's from the older test harness. I'm in the process of switching things over to CxxTest. In doing so, it would be very good to be able to tune those tests to give us more detail on what is failing with anything that the devs might need to know.
I *think* our general strategy might be to put in what tests we can think of up front, but then fill in with more detailed checks for cases we encounter that might have problems certain places (like this random ints one does for you). I'd love to be able to get to the point where the tests are run by everyone as much as possible.