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
This commit is contained in:
parent
3f193a9b9b
commit
8e47881281
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user