Commit c4167912 authored by Jonathan Backer's avatar Jonathan Backer Committed by Commit Bot

Re-enable GPURendererPixelTest.TrilinearFiltering

Bug: 1044841
Change-Id: I2ab179dfc0a321d076c64ae99590e3052926889a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107596
Commit-Queue: Jonathan Backer <backer@chromium.org>
Commit-Queue: Jonathan Ross <jonross@chromium.org>
Auto-Submit: Jonathan Backer <backer@chromium.org>
Reviewed-by: default avatarJonathan Ross <jonross@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751753}
parent 5965353b
......@@ -3601,7 +3601,7 @@ TYPED_TEST(GPURendererPixelTest, BlendingWithoutAntiAliasing) {
// Trilinear filtering is only supported in the gl renderer.
// TODO(https://crbug.com/1044841): Flaky, especially on Linux/TSAN and Fuchsia.
TYPED_TEST(GPURendererPixelTest, DISABLED_TrilinearFiltering) {
TYPED_TEST(GPURendererPixelTest, TrilinearFiltering) {
gfx::Rect viewport_rect(this->device_viewport_size_);
int root_pass_id = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment