Commit 4a74427e by Tim Van Patten Committed by Commit Bot

Suppress RenderbufferBlitFramebufferTest

The test MultisampledRenderToTextureES3Test::RenderbufferBlitFramebufferTest() is generating VVL errors with the latest VVL roll: VUID-VkSubpassDescriptionDepthStencilResolve-stencilResolveMode-parameter Suppressing the test rather than the VVL error, so the VVL can still catch any new cases of this error while the test is investigated. Bug: angleproject:5331 Test: MultisampledRenderToTextureES3Test.RenderbufferBlitFramebufferTest Change-Id: I473ee57fe16c1f5cf325004912ef2bc5b9ced0d7 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2532658 Commit-Queue: Tim Van Patten <timvp@google.com> Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 89653b97
...@@ -908,6 +908,9 @@ TEST_P(MultisampledRenderToTextureES3Test, BlitFramebufferTest) ...@@ -908,6 +908,9 @@ TEST_P(MultisampledRenderToTextureES3Test, BlitFramebufferTest)
// BlitFramebuffer functionality test with renderbuffer. ES3+. // BlitFramebuffer functionality test with renderbuffer. ES3+.
TEST_P(MultisampledRenderToTextureES3Test, RenderbufferBlitFramebufferTest) TEST_P(MultisampledRenderToTextureES3Test, RenderbufferBlitFramebufferTest)
{ {
// TODO: http://anglebug.com/5331: Generates VVL errors
ANGLE_SKIP_TEST_IF(IsVulkan());
blitFramebufferTestCommon(true); blitFramebufferTestCommon(true);
} }
......
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