diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-24 00:05:31 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-24 00:05:31 +0300 |
| commit | d41add32c48f28dd498271b1552daceba8c85600 (patch) | |
| tree | 9e962c184da561a241e3ce45154360f046b58b6f /xtask | |
| parent | 159731664fae9ea3f08ec594985b82248988732d (diff) | |
| download | fparkan-d41add32c48f28dd498271b1552daceba8c85600.tar.xz fparkan-d41add32c48f28dd498271b1552daceba8c85600.zip | |
feat: create Vulkan swapchain probe
Diffstat (limited to 'xtask')
| -rw-r--r-- | xtask/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xtask/src/main.rs b/xtask/src/main.rs index 4babad2..ed40de8 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -1553,7 +1553,7 @@ fn validate_native_smoke_report( platform, report, "vulkan_swapchain_status", - "planned", + "created", failures, ); expect_u64_at_least(platform, report, "frames", 300, failures); @@ -2292,7 +2292,7 @@ mod tests { "vulkan_logical_device_graphics_queue_family": 0, "vulkan_logical_device_present_queue_family": 0, "vulkan_logical_device_enabled_extension_count": 1, - "vulkan_swapchain_status": "planned", + "vulkan_swapchain_status": "created", "vulkan_swapchain_width": 1280, "vulkan_swapchain_height": 720, "vulkan_swapchain_image_count": 3 |
