Commit a3c7c2ff by Jamie Madill Committed by Commit Bot

Vulkan: Lift failing Wintel test expectation.

MaxTextureSizeTest.SpecificationTexImage Bug: angleproject:2690 Change-Id: I19aad34e7213fe34af434f368968a06adc31ab55 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1781617Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 91180c48
...@@ -82,9 +82,6 @@ void main() ...@@ -82,9 +82,6 @@ void main()
TEST_P(MaxTextureSizeTest, SpecificationTexImage) TEST_P(MaxTextureSizeTest, SpecificationTexImage)
{ {
// http://anglebug.com/2690
ANGLE_SKIP_TEST_IF(IsWindows() && IsIntel() && IsVulkan());
GLuint tex; GLuint tex;
glGenTextures(1, &tex); glGenTextures(1, &tex);
glBindTexture(GL_TEXTURE_2D, tex); glBindTexture(GL_TEXTURE_2D, tex);
......
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