<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Can not detect VK_ERROR_OUT_OF_DATE_KHR or VK_SUBOPTIMAL_KHR when window resizing"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111097#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Can not detect VK_ERROR_OUT_OF_DATE_KHR or VK_SUBOPTIMAL_KHR when window resizing"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111097">bug 111097</a>
              from <span class="vcard"><a class="email" href="mailto:xing.xu@intel.com" title="xu xing <xing.xu@intel.com>"> <span class="fn">xu xing</span></a>
</span></b>
        <pre>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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>