Re: [Pixman] [PATCH 2/4] New test of pixman_region_contains_{rectangle, point}

2011-08-05 Thread Andrea Canciani
On Sat, Aug 6, 2011 at 2:12 AM, Soeren Sandmann wrote: > Andrea Canciani writes: > >> On Thu, Aug 4, 2011 at 6:32 AM, Soeren Sandmann wrote: >>> Søren Sandmann writes: >>> From: Søren Sandmann Pedersen This test generates random regions and checks whether random boxes and p

[Pixman] [PATCH 2/4] New test of pixman_region_contains_{rectangle, point}

2011-08-05 Thread Søren Sandmann
From: Søren Sandmann Pedersen This test generates random regions and checks whether random boxes and points are contained within them. The results are combined and a CRC32 value is computed and compared to a known-correct one. --- test/Makefile.am|2 + test/region-contains-test.c

Re: [Pixman] [PATCH 2/4] New test of pixman_region_contains_{rectangle, point}

2011-08-05 Thread Soeren Sandmann
Andrea Canciani writes: > On Thu, Aug 4, 2011 at 6:32 AM, Soeren Sandmann wrote: >> Søren Sandmann writes: >> >>> From: Søren Sandmann Pedersen >>> >>> This test generates random regions and checks whether random boxes and >>> points are contained within them. The results are combined and a CR

Re: [Pixman] [PATCH 2/4] New test of pixman_region_contains_{rectangle, point}

2011-08-03 Thread Andrea Canciani
On Thu, Aug 4, 2011 at 6:32 AM, Soeren Sandmann wrote: > Søren Sandmann writes: > >> From: Søren Sandmann Pedersen >> >> This test generates random regions and checks whether random boxes and >> points are contained within them. The results are combined and a CRC32 >> value is computed and compa

Re: [Pixman] [PATCH 2/4] New test of pixman_region_contains_{rectangle, point}

2011-08-03 Thread Soeren Sandmann
Søren Sandmann writes: > From: Søren Sandmann Pedersen > > This test generates random regions and checks whether random boxes and > points are contained within them. The results are combined and a CRC32 > value is computed and compared to a known-correct one. Apparently, I forgot to add the reg

[Pixman] [PATCH 2/4] New test of pixman_region_contains_{rectangle, point}

2011-08-03 Thread Søren Sandmann
From: Søren Sandmann Pedersen This test generates random regions and checks whether random boxes and points are contained within them. The results are combined and a CRC32 value is computed and compared to a known-correct one. --- test/Makefile.am |2 ++ 1 files changed, 2 insertions(+), 0 d