[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
Fri Jul 12 00:54:19 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111097
--- Comment #3 from xu xing <xing.xu at intel.com> ---
Infact EGLSurfaceTest.ResizeWindow/ES2_Vulkan_NoFixture is the right to verify
this issue.
Also, I attached the binary for you to reproduces.
The pass logs on NV:
:~/angle$ glxinfo | grep "OpenGL version"
OpenGL version string: 4.6.0 NVIDIA 430.26
:~/angle$ ./out/Release/angle_end2end_tests
--gtest_filter=EGLSurfaceTest.ResizeWindow/ES2_Vulkan_NoFixture
1 GPUs:
0 - NVIDIA device id: 0x1C03
Driver Vendor: Nvidia
Driver Version: 430.26
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
[ OK ] EGLSurfaceTest.ResizeWindow/ES2_Vulkan_NoFixture (285 ms)
[----------] 1 test from EGLSurfaceTest (285 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (285 ms total)
[ PASSED ] 1 test.
The fail logs on Intel Graphics:
angle$ glxinfo |grep "OpenGL version"
OpenGL version string: 3.0 Mesa 19.1.1
angle$ ./out/Release/angle_end2end_tests
--gtest_filter=EGLSurfaceTest.ResizeWindow/ES2_Vulkan_NoFixture
1 GPUs:
0 - Intel device id: 0x412
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
INTEL-MESA: warning: Haswell Vulkan support is incomplete
Error = 3000, 12288
minSize = 1, height = 64
../../src/tests/egl_tests/EGLSurfaceTest.cpp:340: 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 (172 ms)
[----------] 1 test from EGLSurfaceTest (172 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (172 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] EGLSurfaceTest.ResizeWindow/ES2_Vulkan_NoFixture, where GetParam()
= ES2_Vulkan_NoFixture
1 FAILED TEST
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20190712/e7854358/attachment-0001.html>
More information about the intel-3d-bugs
mailing list