diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-23 22:59:07 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-23 22:59:07 +0300 |
| commit | 0e127117e9f826ecf4be312b0c630121f38b4d95 (patch) | |
| tree | 9a26dbe84c2ebebb8785ed5cc264076f630675e8 /xtask/src/main.rs | |
| parent | 4d19728c392c6566358ad78f30bba769f8e723cf (diff) | |
| download | fparkan-0e127117e9f826ecf4be312b0c630121f38b4d95.tar.xz fparkan-0e127117e9f826ecf4be312b0c630121f38b4d95.zip | |
feat: require created Vulkan smoke surface
Diffstat (limited to 'xtask/src/main.rs')
| -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 5990022..dbe4983 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -1532,7 +1532,7 @@ fn validate_native_smoke_report( platform, report, "vulkan_surface_status", - "planned", + "created", failures, ); expect_u64_at_least(platform, report, "frames", 300, failures); @@ -2233,7 +2233,7 @@ mod tests { "vulkan_loader_status": "available", "vulkan_instance_status": "created", "window_status": "created", - "vulkan_surface_status": "planned" + "vulkan_surface_status": "created" }), ) }) |
