You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: testing extension layer tests...
INFO: set VK_LAYER_PATH=C:\j\mvel0\Vulkan-ExtensionLayer\dbuild\layers\Debug
INFO: cd C:\j\mvel0\Vulkan-ExtensionLayer
INFO: executing #8: C:\j\mvel0\Vulkan-ExtensionLayer\dbuild\install\bin\vk_extension_layer_tests.exe --gtest_catch_exceptions=0
ERROR: execute() call failed after 0.89 seconds (0.89 seconds): returncode=3221226356 (0xc0000374=STATUS_HEAP_CORRUPTION); execution log index: 8, working directory: C:\j\mvel0\Vulkan-ExtensionLayer
ERROR: ----stdout---------------------------------------------------
[==========] Running 25 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 9 tests from ShaderObjectTest
[ RUN ] ShaderObjectTest.VertFragShader
ERROR: -------------------------------------------------------------
ERROR: FAIL during test after 0.89 seconds (0.89 seconds) with execute(C:\j\mvel0\Vulkan-ExtensionLayer\dbuild\install\bin\vk_extension_layer_tests.exe --gtest_catch_exceptions=0) failed after 0.89 seconds (0.89 seconds) with returncode=3221226356 (0xc0000374=STATUS_HEAP_CORRUPTION)
INFO: Test run complete after 1.65 minutes (98.99 seconds)
INFO: -- Starting test
INFO: testing that this Windows machine is configured correctly...
INFO: testing extension layer tests...
INFO: set VK_LAYER_PATH=C:\j\mvel0\Vulkan-ExtensionLayer\build\layers\Release
INFO: cd C:\j\mvel0\Vulkan-ExtensionLayer
INFO: executing #8: C:\j\mvel0\Vulkan-ExtensionLayer\build\install\bin\vk_extension_layer_tests.exe --gtest_catch_exceptions=0
INFO: Tests PASS
The text was updated successfully, but these errors were encountered:
On Windows 11 ARM machines, which are routinely tested for
Release64
builds but notDebug64
builds, shows a failure when attempting to execute tests after building inDebug64
: http://tcubuser.lunarg.localdomain:8080/view/Manual/job/manual-Vulkan-ExtensionLayer/44/consoleFor a comparison, a test of the same commit but with a
Release64
build passes: http://tcubuser.lunarg.localdomain:8080/view/Manual/job/manual-Vulkan-ExtensionLayer/45/consoleThe text was updated successfully, but these errors were encountered: