From 758586c7f11a6b3529bd4a1c9b4e982a0d0b0582 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Wed, 6 Apr 2016 14:02:39 -0700 Subject: Make existing unit tests only run on GL contexts BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1869503002 Review URL: https://codereview.chromium.org/1869503002 --- tests/ClipBoundsTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ClipBoundsTest.cpp') diff --git a/tests/ClipBoundsTest.cpp b/tests/ClipBoundsTest.cpp index abdd3f44fa..25f6f5c068 100644 --- a/tests/ClipBoundsTest.cpp +++ b/tests/ClipBoundsTest.cpp @@ -13,7 +13,7 @@ // Ensure that the 'getConservativeBounds' calls are returning bounds clamped // to the render target -DEF_GPUTEST_FOR_RENDERING_CONTEXTS(GrClipBounds, reporter, ctxInfo) { +DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(GrClipBounds, reporter, ctxInfo) { static const int kXSize = 100; static const int kYSize = 100; -- cgit v1.2.3