diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-23 22:56:40 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-23 22:56:40 +0300 |
| commit | 4d19728c392c6566358ad78f30bba769f8e723cf (patch) | |
| tree | 04b67eb48f476d7189231dfdbb1f38e8edbc0c56 /xtask/src/main.rs | |
| parent | 54f07ee3be4c9aad41181ed46b50d273c10767bd (diff) | |
| download | fparkan-4d19728c392c6566358ad78f30bba769f8e723cf.tar.xz fparkan-4d19728c392c6566358ad78f30bba769f8e723cf.zip | |
feat: create native smoke window handles
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 3d94424..5990022 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -1527,7 +1527,7 @@ fn validate_native_smoke_report( "created", failures, ); - expect_string_field(platform, report, "window_status", "planned", failures); + expect_string_field(platform, report, "window_status", "created", failures); expect_string_field( platform, report, @@ -2232,7 +2232,7 @@ mod tests { "shader_manifest_hash": "dd293e4ff08ffca1c037900d08b0ffd415db39f238b4fcdde46468fa049b679c", "vulkan_loader_status": "available", "vulkan_instance_status": "created", - "window_status": "planned", + "window_status": "created", "vulkan_surface_status": "planned" }), ) |
