diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-23 22:33:42 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-23 22:33:42 +0300 |
| commit | f15ea95bf296056a7cea26a29509d9a3ef185eb7 (patch) | |
| tree | d0bae03a75d524b0aca001be08e5449b95d6d5bd /fixtures/acceptance | |
| parent | 99bcbf388f08eaed16726bccedbda80353c207e3 (diff) | |
| download | fparkan-f15ea95bf296056a7cea26a29509d9a3ef185eb7.tar.xz fparkan-f15ea95bf296056a7cea26a29509d9a3ef185eb7.zip | |
feat: add Vulkan loader probe to smoke runner
Diffstat (limited to 'fixtures/acceptance')
| -rw-r--r-- | fixtures/acceptance/coverage.tsv | 3 | ||||
| -rw-r--r-- | fixtures/acceptance/stage_0_2_roadmap.md | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/fixtures/acceptance/coverage.tsv b/fixtures/acceptance/coverage.tsv index 4c39deb..45cdf67 100644 --- a/fixtures/acceptance/coverage.tsv +++ b/fixtures/acceptance/coverage.tsv @@ -50,7 +50,8 @@ S0-VK-019 covered cargo test -p fparkan-render-vulkan --offline shader_manifest_ S0-VK-020 covered cargo test -p fparkan-render-vulkan --offline shader_manifest_rejects_invalid_spirv_containers S0-VK-021 covered cargo test -p fparkan-render-vulkan --offline frame_submission_plan_json_is_stable S0-VK-022 covered cargo test -p fparkan-render-vulkan --offline backend_tracks_render_request_and_presents -S0-VK-023 covered cargo test -p fparkan-vulkan-smoke --offline rejects_false_pass_without_full_evidence blocked_report_includes_shader_manifest_hash +S0-VK-023 covered cargo test -p fparkan-vulkan-smoke --offline rejects_false_pass_without_full_evidence blocked_report_includes_shader_manifest_and_bootstrap_status +S0-VK-024 covered cargo test -p fparkan-vulkan-smoke --offline rejects_passed_without_loader_probe formats_vulkan_api_version 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 baa33b6..619104d 100644 --- a/fixtures/acceptance/stage_0_2_roadmap.md +++ b/fixtures/acceptance/stage_0_2_roadmap.md @@ -51,6 +51,7 @@ `S0-VK-021` `S0-VK-022` `S0-VK-023` +`S0-VK-024` `S0-LIMIT-001` `S0-LIMIT-002` `L1-P1-NRES-001` |
