Commit 3e2adfb1 authored by Alec Douglas's avatar Alec Douglas Committed by Commit Bot

Check skip test in GLCopyTexture BigTexture test

This commit adds a call to ShouldSkipTest() to the early return in
the new GLCopyTextureCHROMIUMES3Test.BigTexture tests.

Bug: 991668
Change-Id: I898a3559cf6285055336d8ef6f77d8f3be25e5e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868835Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#707432}
parent 629ccb7d
...@@ -709,7 +709,7 @@ TEST_P(GLCopyTextureCHROMIUMTest, Basic) { ...@@ -709,7 +709,7 @@ TEST_P(GLCopyTextureCHROMIUMTest, Basic) {
} }
TEST_P(GLCopyTextureCHROMIUMES3Test, BigTexture) { TEST_P(GLCopyTextureCHROMIUMES3Test, BigTexture) {
if (ShouldSkipBGRA()) if (ShouldSkipTest() || ShouldSkipBGRA())
return; return;
width_ = 1080; width_ = 1080;
height_ = 1080; height_ = 1080;
......
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