New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 735369 link

Starred by 1 user

Issue metadata

Status: Fixed
Merged: issue angleproject:2077
Owner:
Closed: Jun 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: Bug



Sign in to add a comment

DXT1CompressedTextureTest failures on Win7 Debug (AMD).

Project Member Reported by khushals...@chromium.org, Jun 21 2017

Issue description

The failures started happening consistently with build: https://build.chromium.org/p/chromium.gpu.fyi/builders/Win7%20Debug%20%28AMD%29/builds/2279

Here is trace of the failure:
3 tests failed:
    DXT1CompressedTextureTest.CompressedTexImage/ES2_D3D11_9_3 (e:\b\c\b\win\src\third_party\angle\src\tests\gl_tests\dxt1compressedtexturetest.cpp:79)
    DXT1CompressedTextureTest.CompressedTexStorage/ES2_D3D11_9_3 (e:\b\c\b\win\src\third_party\angle\src\tests\gl_tests\dxt1compressedtexturetest.cpp:79)
    DXT1CompressedTextureTestD3D11.PBOCompressedTexStorage/ES2_D3D11_9_3 (e:\b\c\b\win\src\third_party\angle\src\tests\gl_tests\dxt1compressedtexturetest.cpp:275)
Tests took 387 seconds.
ERR: egl::Display::initialize(456): ANGLE Display::initialize error 12289: Cannot create an OpenGL ES platform on Windows without the WGL_EXT_create_context_es(2)_profile extension.
ERR: egl::Display::initialize(456): ANGLE Display::initialize error 12289: Cannot create an OpenGL ES platform on Windows without the WGL_EXT_create_context_es(2)_profile extension.

I suspect https://chromium-review.googlesource.com/c/537967/ might be the culprit. geofflang@, could you take a look please.
 
Mergedinto: angleproject:2077
Status: Duplicate (was: Assigned)
Cc: kbr@chromium.org
Labels: Needs-Feedback
Status: Assigned (was: Duplicate)
I'm seeing this fail again with a different error:

3 tests failed:
    DXT1CompressedTextureTest.CompressedTexImage/ES2_D3D11_9_3 (e:\b\c\b\win\src\third_party\angle\src\tests\gl_tests\dxt1compressedtexturetest.cpp:79)
    DXT1CompressedTextureTest.CompressedTexStorage/ES2_D3D11_9_3 (e:\b\c\b\win\src\third_party\angle\src\tests\gl_tests\dxt1compressedtexturetest.cpp:79)
    DXT1CompressedTextureTestD3D11.PBOCompressedTexStorage/ES2_D3D11_9_3 (e:\b\c\b\win\src\third_party\angle\src\tests\gl_tests\dxt1compressedtexturetest.cpp:275)
Tests took 420 seconds.
ERR: egl::Display::initialize(456): ANGLE Display::initialize error 12289: Intel OpenGL ES drivers are not supported.
ERR: egl::Display::initialize(456): ANGLE Display::initialize error 12289: Intel OpenGL ES drivers are not supported.

Again the only ANGLE related change in that range was the one above.
geofflang@, could you verify if this could be caused by your change.
Status: Fixed (was: Assigned)
Build is passing now.

Sign in to add a comment