From 68d9134bec16e91c4a6cde071bcaa579bc0801a7 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Tue, 12 Apr 2016 09:59:58 -0700 Subject: Make more unit tests run on Vulkan GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1885623002 Review URL: https://codereview.chromium.org/1885623002 --- tests/Test.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/Test.h') diff --git a/tests/Test.h b/tests/Test.h index 1363f8c080..90a0139f56 100644 --- a/tests/Test.h +++ b/tests/Test.h @@ -170,6 +170,9 @@ private: #define DEF_GPUTEST_FOR_ALL_CONTEXTS(name, reporter, context_info) \ DEF_GPUTEST_FOR_CONTEXTS(name, nullptr, reporter, context_info) +#define DEF_GPUTEST_FOR_RENDERING_CONTEXTS(name, reporter, context_info) \ + DEF_GPUTEST_FOR_CONTEXTS(name, sk_gpu_test::GrContextFactory::IsRenderingContext, \ + reporter, context_info) #define DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(name, reporter, context_info) \ DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsGLContextType, reporter, context_info) #define DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(name, reporter, context_info) \ -- cgit v1.2.3