diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-23 22:35:41 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-23 22:35:41 +0300 |
| commit | 71ead678c05d2165fc0b6a291ca6d1e25c2a11e0 (patch) | |
| tree | fbe72fe613d530eb121e9b30ab5644f462fe930c /fixtures | |
| parent | f15ea95bf296056a7cea26a29509d9a3ef185eb7 (diff) | |
| download | fparkan-71ead678c05d2165fc0b6a291ca6d1e25c2a11e0.tar.xz fparkan-71ead678c05d2165fc0b6a291ca6d1e25c2a11e0.zip | |
feat: add Vulkan instance probe to smoke runner
Diffstat (limited to 'fixtures')
| -rw-r--r-- | fixtures/acceptance/coverage.tsv | 1 | ||||
| -rw-r--r-- | fixtures/acceptance/stage_0_2_roadmap.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/fixtures/acceptance/coverage.tsv b/fixtures/acceptance/coverage.tsv index 45cdf67..233572a 100644 --- a/fixtures/acceptance/coverage.tsv +++ b/fixtures/acceptance/coverage.tsv @@ -52,6 +52,7 @@ S0-VK-021 covered cargo test -p fparkan-render-vulkan --offline frame_submission 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_and_bootstrap_status S0-VK-024 covered cargo test -p fparkan-vulkan-smoke --offline rejects_passed_without_loader_probe formats_vulkan_api_version +S0-VK-025 covered cargo test -p fparkan-vulkan-smoke --offline rejects_passed_without_instance_probe parses_instance_probe_as_loader_probe 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 619104d..6ccfd72 100644 --- a/fixtures/acceptance/stage_0_2_roadmap.md +++ b/fixtures/acceptance/stage_0_2_roadmap.md @@ -52,6 +52,7 @@ `S0-VK-022` `S0-VK-023` `S0-VK-024` +`S0-VK-025` `S0-LIMIT-001` `S0-LIMIT-002` `L1-P1-NRES-001` |
