Commit af80b781 by Yuly Novikov Committed by Commit Bot

Skip ShaderStorageBufferTest31.ActiveSSBOButNotStaticallyUsed

on Pixel 2 Vulkan. Bug: angleproject:3725 Change-Id: Ic5c80ad3ec495c3fd382639f761b368f16993434 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1713564Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent b82d8633
...@@ -515,6 +515,9 @@ TEST_P(ShaderStorageBufferTest31, ShaderStorageBufferVector) ...@@ -515,6 +515,9 @@ TEST_P(ShaderStorageBufferTest31, ShaderStorageBufferVector)
// Test that the shader works well with an active SSBO but not statically used. // Test that the shader works well with an active SSBO but not statically used.
TEST_P(ShaderStorageBufferTest31, ActiveSSBOButNotStaticallyUsed) TEST_P(ShaderStorageBufferTest31, ActiveSSBOButNotStaticallyUsed)
{ {
// http://anglebug.com/3725
ANGLE_SKIP_TEST_IF(IsAndroid() && IsPixel2() && IsVulkan());
constexpr char kComputeShaderSource[] = constexpr char kComputeShaderSource[] =
R"(#version 310 es R"(#version 310 es
layout(local_size_x=1, local_size_y=1, local_size_z=1) in; layout(local_size_x=1, local_size_y=1, local_size_z=1) in;
......
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