From 8e478812815f7494c45afb8cf6f077f548b55daa Mon Sep 17 00:00:00 2001 From: brianosman Date: Thu, 10 Mar 2016 09:47:56 -0800 Subject: [PATCH] Remove anglesrgb config test - that config was removed. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1778413002 Review URL: https://codereview.chromium.org/1778413002 --- tests/TestConfigParsing.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/TestConfigParsing.cpp b/tests/TestConfigParsing.cpp index 4464cce..18ca666 100644 --- a/tests/TestConfigParsing.cpp +++ b/tests/TestConfigParsing.cpp @@ -69,7 +69,7 @@ DEF_TEST(ParseConfigs_DefaultConfigs, reporter) { "565", "8888", "debug", "gpu", "gpudebug", "gpudft", "gpunull", "msaa16", "msaa4", "nonrendering", "null", "nullgpu", "nvprmsaa16", "nvprmsaa4", "pdf", "pdf_poppler", "skp", "svg", "xps", "angle", "angle-gl", "commandbuffer", "mesa", "hwui", - "gpuf16", "gpusrgb", "anglesrgb" + "gpuf16", "gpusrgb" }); SkCommandLineConfigArray configs; @@ -116,11 +116,8 @@ DEF_TEST(ParseConfigs_DefaultConfigs, reporter) { #if SK_ANGLE #ifdef SK_BUILD_FOR_WIN REPORTER_ASSERT(reporter, configs[19]->asConfigGpu()); - REPORTER_ASSERT(reporter, configs[26]->asConfigGpu()->getProfileType() - == kSRGB_SkColorProfileType); #else REPORTER_ASSERT(reporter, !configs[19]->asConfigGpu()); - REPORTER_ASSERT(reporter, !configs[26]->asConfigGpu()); #endif REPORTER_ASSERT(reporter, configs[20]->asConfigGpu()); #else -- 2.7.4