diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-23 22:01:34 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-23 22:01:34 +0300 |
| commit | e6778d43afd746f4017cc328db1fa6f23452c598 (patch) | |
| tree | f47e4b0b3a0a18a306cef0407b827c124da9f45a /fixtures/acceptance | |
| parent | ec8f6599fccc9e9d725e1a245e0cfbf578dfd3d2 (diff) | |
| download | fparkan-e6778d43afd746f4017cc328db1fa6f23452c598.tar.xz fparkan-e6778d43afd746f4017cc328db1fa6f23452c598.zip | |
feat: add Vulkan shader manifest validation
Diffstat (limited to 'fixtures/acceptance')
| -rw-r--r-- | fixtures/acceptance/coverage.tsv | 3 | ||||
| -rw-r--r-- | fixtures/acceptance/stage_0_2_roadmap.md | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/fixtures/acceptance/coverage.tsv b/fixtures/acceptance/coverage.tsv index 5952d60..d6456c0 100644 --- a/fixtures/acceptance/coverage.tsv +++ b/fixtures/acceptance/coverage.tsv @@ -40,6 +40,9 @@ S0-VK-014 covered cargo test -p fparkan-render-vulkan --offline swapchain_plan_p S0-VK-015 covered cargo test -p fparkan-render-vulkan --offline swapchain_plan_uses_fifo_and_current_extent_fallbacks S0-VK-016 covered cargo test -p fparkan-render-vulkan --offline swapchain_plan_rejects_missing_surface_data_and_empty_extent S0-VK-017 covered cargo test -p fparkan-render-vulkan --offline swapchain_plan_json_and_recreation_reports_are_stable +S0-VK-018 covered cargo test -p fparkan-render-vulkan --offline triangle_shader_manifest_hashes_are_stable +S0-VK-019 covered cargo test -p fparkan-render-vulkan --offline shader_manifest_report_json_is_stable +S0-VK-020 covered cargo test -p fparkan-render-vulkan --offline shader_manifest_rejects_invalid_spirv_containers S0-LIMIT-001 covered cargo test -p fparkan-binary --offline rejects_count_stride_overflow S0-LIMIT-002 covered cargo test -p fparkan-binary --offline rejects_oversized_declared_allocation_before_read L1-P1-NRES-001 covered cargo test -p fparkan-nres --offline licensed_corpora_nres_roundtrip_gates diff --git a/fixtures/acceptance/stage_0_2_roadmap.md b/fixtures/acceptance/stage_0_2_roadmap.md index f28571c..89e4afc 100644 --- a/fixtures/acceptance/stage_0_2_roadmap.md +++ b/fixtures/acceptance/stage_0_2_roadmap.md @@ -40,6 +40,9 @@ `S0-VK-015` `S0-VK-016` `S0-VK-017` +`S0-VK-018` +`S0-VK-019` +`S0-VK-020` `S0-LIMIT-001` `S0-LIMIT-002` `L1-P1-NRES-001` |
