Commit aac491fc by Sami Väisänen Committed by Commit Bot

Remove skipping of groupMemoryBarrierAndBarrierTest on NVIDIA

Remove skipping of groupMemoryBarrierAndBarrierTest on NVIDIA. BUG=angleproject:2280 Change-Id: I9ea72939cd0f828295bb694c9d3515ef554c9a36 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1763948 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 58940f67
......@@ -1716,7 +1716,7 @@ TEST_P(ComputeShaderTest, groupMemoryBarrierAndBarrierTest)
// TODO(xinghua.cao@intel.com): Figure out why we get this error message
// that shader uses features not recognized by this D3D version.
ANGLE_SKIP_TEST_IF((IsAMD() || IsNVIDIA()) && IsD3D11());
ANGLE_SKIP_TEST_IF(IsAMD() && IsD3D11());
GLTexture texture;
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