Remove GL based viz tests on Fuchsia
This CL modifies viz_unittests to remove tests that use either GLRenderer or SkiaRenderer+GL. For pixel tests they will continue to run with SoftwareRenderer and SkiaRenderer+Vulkan for Fuchsia. For other tests, if the tests was specific to GLRenderer it's been removed on Fuchsia as well. For tests that aren't running on SkiaRenderer+Vulkan yet I've left them running on GL backed renderers to avoid losing test coverage. Once the tests are switched over the GL backed renderers can be removed. Bug: 1117587, 1043849 Change-Id: Ic55b8eeb31045b3eec410c01fa4631503d1683c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367638 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#801095}
Showing
Please register or sign in to comment