Update ANGLEExtensionAvailability test expectation

ANGLEExtensionAvailability test should allow vendors
that support VK_EXT_image_2d_view_of_3d Vulkan extension
to expose EGL_KHR_gl_texture_3D_image extension string
with the Vulkan backend.

Bug: angleproject:7320
Test: ImageTest.ANGLEExtensionAvailability*
Change-Id: I3f6d407e100827604124e312bb61a59dbfb50dac
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4658874
Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
This commit is contained in:
Mohan Maiya
2023-06-30 08:47:29 -07:00
committed by Angle LUCI CQ
parent e70b9b4fe5
commit 758139051d

View File

@@ -1456,6 +1456,7 @@ TEST_P(ImageTest, ANGLEExtensionAvailability)
EXPECT_TRUE(hasBaseExt());
EXPECT_TRUE(has2DTextureExt());
EXPECT_TRUE(hasRenderbufferExt());
EXPECT_FALSE(has3DTextureExt());
if (IsD3D11())
{
@@ -1518,7 +1519,6 @@ TEST_P(ImageTest, ANGLEExtensionAvailability)
// These extensions are not yet available on any platform.
EXPECT_FALSE(hasPixmapExt());
EXPECT_FALSE(has3DTextureExt());
}
// Check validation from the EGL_KHR_image_base extension