[cairo-commit] 2 commits - test/record90.c test/reference

Chris Wilson ickle at kemper.freedesktop.org
Wed May 23 04:29:26 PDT 2012


 dev/null                                          |binary
 test/record90.c                                   |    2 +-
 test/reference/record90-self-intersecting.ref.png |binary
 test/reference/unbounded-operator.argb32.ref.png  |binary
 test/reference/unbounded-operator.rgb24.ref.png   |binary
 5 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3ae8bce832cbd21831a26aeb4ac0d808900711f5
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed May 23 12:26:50 2012 +0100

    test/record90: Rotate the reference so that it is wholly visible
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/test/record90.c b/test/record90.c
index 3c28a9a..95ba3b1 100644
--- a/test/record90.c
+++ b/test/record90.c
@@ -485,7 +485,7 @@ CAIRO_TEST (record90_self_intersecting,
 	    "Test strokes of self-intersecting paths",
 	    "record, stroke, trap", /* keywords */
 	    NULL, /* requirements */
-	    10, 20,
+	    20, 10,
 	    NULL, record_self_intersecting)
 CAIRO_TEST (record90_text_transform,
 	    "Test various applications of the font matrix",
diff --git a/test/reference/record90-self-intersecting.argb32.ref.png b/test/reference/record90-self-intersecting.argb32.ref.png
deleted file mode 100644
index f8687ff..0000000
Binary files a/test/reference/record90-self-intersecting.argb32.ref.png and /dev/null differ
diff --git a/test/reference/record90-self-intersecting.ref.png b/test/reference/record90-self-intersecting.ref.png
new file mode 100644
index 0000000..3776b94
Binary files /dev/null and b/test/reference/record90-self-intersecting.ref.png differ
diff --git a/test/reference/record90-self-intersecting.rgb24.ref.png b/test/reference/record90-self-intersecting.rgb24.ref.png
deleted file mode 100644
index f8687ff..0000000
Binary files a/test/reference/record90-self-intersecting.rgb24.ref.png and /dev/null differ
commit e73830915b508efa587c6b706d7501a674fdec94
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed May 23 12:20:50 2012 +0100

    test: Refresh unbounded-operator
    
    Apparently this too suffered from bug-bo-collins and is fixed by
    (bo-rectangular: Emit subsummed boxes for overlapping edges).
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/test/reference/unbounded-operator.argb32.ref.png b/test/reference/unbounded-operator.argb32.ref.png
index 08f4356..6e4aa95 100644
Binary files a/test/reference/unbounded-operator.argb32.ref.png and b/test/reference/unbounded-operator.argb32.ref.png differ
diff --git a/test/reference/unbounded-operator.rgb24.ref.png b/test/reference/unbounded-operator.rgb24.ref.png
index 80d20dc..8df18f8 100644
Binary files a/test/reference/unbounded-operator.rgb24.ref.png and b/test/reference/unbounded-operator.rgb24.ref.png differ


More information about the cairo-commit mailing list