Commit beafe1a8 by Yuly Novikov Committed by Commit Bot

Skip ComputeShaderTest.groupMemoryBarrierAndBarrierTest on NVIDIA D3D11

BUG=angleproject:2280 Change-Id: If2469e037b197b5e54f8fadce7a5094c5d3159a2 Reviewed-on: https://chromium-review.googlesource.com/987015Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 5cf4d06c
...@@ -1144,7 +1144,7 @@ TEST_P(ComputeShaderTest, groupMemoryBarrierAndBarrierTest) ...@@ -1144,7 +1144,7 @@ TEST_P(ComputeShaderTest, groupMemoryBarrierAndBarrierTest)
{ {
// TODO(xinghua.cao@intel.com): Figure out why we get this error message // TODO(xinghua.cao@intel.com): Figure out why we get this error message
// that shader uses features not recognized by this D3D version. // that shader uses features not recognized by this D3D version.
ANGLE_SKIP_TEST_IF(IsAMD() && IsD3D11()); ANGLE_SKIP_TEST_IF((IsAMD() || IsNVIDIA()) && IsD3D11());
GLTexture texture; GLTexture texture;
GLFramebuffer framebuffer; GLFramebuffer framebuffer;
......
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