summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/cairo-test.c2
-rw-r--r--test/get-clip.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/cairo-test.c b/test/cairo-test.c
index 630036d19..34dd60020 100644
--- a/test/cairo-test.c
+++ b/test/cairo-test.c
@@ -895,7 +895,7 @@ REPEAT:
MF (MEMFAULT_PRINT_FAULTS ());
cairo_test_log (ctx, "Error: Created surface is of type %d (expected %d)\n",
cairo_surface_get_type (surface), target->expected_type);
- ret = CAIRO_TEST_FAILURE;
+ ret = CAIRO_TEST_UNTESTED;
goto UNWIND_SURFACE;
}
diff --git a/test/get-clip.c b/test/get-clip.c
index 4103118f1..9296966ae 100644
--- a/test/get-clip.c
+++ b/test/get-clip.c
@@ -130,6 +130,7 @@ draw (cairo_t *cr, int width, int height)
case CAIRO_SURFACE_TYPE_BEOS:
case CAIRO_SURFACE_TYPE_DIRECTFB:
case CAIRO_SURFACE_TYPE_GL:
+ case CAIRO_SURFACE_TYPE_DRM:
uses_clip_rects = TRUE;
break;
case CAIRO_SURFACE_TYPE_QUARTZ: