Commit 788fa360 by Jamie Madill Committed by Commit Bot

Suppress two failing NVIDIA D3D11 tests.

Bug: angleproject:4391 Bug: angleproject:4392 Change-Id: I81cbf261cf206cd2d38cff93d16056c21bf78557 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2047416Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 9d86f331
...@@ -2911,6 +2911,9 @@ TEST_P(ComputeShaderTest, ImageSizeMipmapSlice) ...@@ -2911,6 +2911,9 @@ TEST_P(ComputeShaderTest, ImageSizeMipmapSlice)
// TODO(xinghua.cao@intel.com): http://anglebug.com/3101 // TODO(xinghua.cao@intel.com): http://anglebug.com/3101
ANGLE_SKIP_TEST_IF(IsIntel() && IsLinux()); ANGLE_SKIP_TEST_IF(IsIntel() && IsLinux());
// http://anglebug.com/4392
ANGLE_SKIP_TEST_IF(IsWindows() && IsNVIDIA() && IsD3D11());
GLTexture texture[2]; GLTexture texture[2];
GLFramebuffer framebuffer; GLFramebuffer framebuffer;
const char kCS[] = R"(#version 310 es const char kCS[] = R"(#version 310 es
......
...@@ -2915,6 +2915,9 @@ TEST_P(TextureSizeTextureArrayTest, BaseLevelVariesInTextureArray) ...@@ -2915,6 +2915,9 @@ TEST_P(TextureSizeTextureArrayTest, BaseLevelVariesInTextureArray)
{ {
ANGLE_SKIP_TEST_IF(IsAMD() && IsD3D11()); ANGLE_SKIP_TEST_IF(IsAMD() && IsD3D11());
// http://anglebug.com/4391
ANGLE_SKIP_TEST_IF(IsNVIDIA() && IsWindows() && IsD3D11());
glActiveTexture(GL_TEXTURE0); glActiveTexture(GL_TEXTURE0);
glBindTexture(GL_TEXTURE_2D, mTexture2DA); glBindTexture(GL_TEXTURE_2D, mTexture2DA);
GLsizei size = 64; GLsizei size = 64;
......
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