[Bug 111097] Can not detect VK_ERROR_OUT_OF_DATE_KHR or VK_SUBOPTIMAL_KHR when window resizing

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 11 20:39:48 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=111097

Eric Engestrom <fdo-bugs at engestrom.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fdo-bugs at engestrom.ch

--- Comment #1 from Eric Engestrom <fdo-bugs at engestrom.ch> ---
Took me a while to get angle to build (they still haven't realized that not all
python are python2... what years is this??)

Anyway, this test seems to be doing completely unrelated things, and is
consistently failing on some EGL issue and can't even reach the Vulkan bit
where I might see the relevant error:

$ out/Release/angle_end2end_tests
--gtest_filter=EGLSurfaceTest.ResizeWindow/ES2_Vulkan_NoFixture
1 GPUs:
  0 - Intel device id: 0x5917

Active GPU: 0

Optimus: false
AMD Switchable: false


Skipping tests using configuration ES3_OpenGLES because it is not available.
Skipping tests using configuration ES3_1_OpenGLES because it is not available.
Skipping tests using configuration ES2_OpenGLES because it is not available.
Skipping tests using configuration ES1_OpenGLES because it is not available.
Skipping tests using configuration ES2_OpenGLES_NoFixture because it is not
available.
Skipping tests using configuration ES3_OpenGLES_NoFixture because it is not
available.
Skipping tests using configuration ES3_1_OpenGLES_NoFixture because it is not
available.
Skipping tests using configuration ES2_OpenGLES_NoVirtual because it is not
available.
Skipping tests using configuration ES3_OpenGLES_NoVirtual because it is not
available.
Note: Google Test filter = EGLSurfaceTest.ResizeWindow/ES2_Vulkan_NoFixture
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from EGLSurfaceTest
[ RUN      ] EGLSurfaceTest.ResizeWindow/ES2_Vulkan_NoFixture
../../src/tests/egl_tests/EGLSurfaceTest.cpp:338: Failure
Expected equality of these values:
  minSize
    Which is: 1
  height
    Which is: 64
[  FAILED  ] EGLSurfaceTest.ResizeWindow/ES2_Vulkan_NoFixture, where GetParam()
= ES2_Vulkan_NoFixture (299 ms)
[----------] 1 test from EGLSurfaceTest (299 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (299 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] EGLSurfaceTest.ResizeWindow/ES2_Vulkan_NoFixture, where GetParam()
= ES2_Vulkan_NoFixture

 1 FAILED TEST


It would be useful to have a test that only tests the relevant stuff ;)

Btw, could you give me an example of bad output you're seeing? (and good output
in case it's not obvious)

I'll be away for a week btw, so I probably won't reply until next Thursday, and
I definitely won't have time to debug the EGL issue so that I can reach the
Vulkan issue before then.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20190711/2e2e7e75/attachment.html>


More information about the intel-3d-bugs mailing list