Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test memory leaks in vkEnumeratePhysicalDevices
This change adds dedicated test that checks if vkEnumeratePhysical- Devices does same amount of memory frees as it does allocations. Additionally alloc_callback_fail tests were changed so that if object construction was not successful with given number of allocations it is attempted one more time with 10000 allowed allocations. This will mainly affect instance and device creation tests as they require many allocations and with this we will be able to detect possible memory leaks. Components: Vulkan VK-GL-CTS issue: 149 Affects: dEQP-VK.api.device_init.enumerate_devices_alloc_leak dEQP-VK.api.object_management.alloc_callback_fail.* Change-Id: Ic64054a0753a4ba4fdf3e7ef3104787bf5d2a72b
- Loading branch information