Files
fparkan/fixtures/acceptance/coverage.tsv
T
Valentin Popov b1408b0907
Docs Deploy / Build and Deploy MkDocs (push) Successful in 35s
Test / Lint (push) Failing after 2m11s
Test / Test (push) Skipped
Test / Render parity (push) Skipped
feat(vulkan): draw original terrain geometry
2026-07-18 08:46:16 +04:00

52 KiB

1# Acceptance coverage manifest.
2# Format: <acceptance-id>\t<covered|covered-planning|covered-stub|covered-gpu|partial|blocked|omitted>\t<evidence>
3# Scope note: Stage 0 native runtime acceptance is Windows-only.
4# Scope note: Linux/macOS and hosted CI are outside the project scope.
5L0-COPYRIGHT-001coveredcargo test -p fparkan-corpus --offline report_json_contains_metrics_and_hashes_not_paths_or_payloads
6L0-P1-001coveredcargo test -p fparkan-corpus --offline licensed_part1_manifest_profile_and_counts_match_baseline
7L0-P1-002coveredcargo test -p fparkan-corpus --offline licensed_part1_has_no_casefold_relative_path_collisions
8L0-P2-001coveredcargo test -p fparkan-corpus --offline licensed_part2_manifest_profile_and_counts_match_baseline
9L0-P2-002coveredcargo test -p fparkan-corpus --offline licensed_part2_has_no_casefold_relative_path_collisions
10S0-ARCH-001coveredcargo xtask policy runs cargo metadata --offline --no-deps successfully
11S0-ARCH-002coveredcargo xtask policy rejects forbidden GUI/adapter dependencies from domain crates
12S0-ARCH-003coveredcargo xtask policy rejects platform/render adapter dependencies from the transitive fparkan-headless workspace manifest closure
13S0-ARCH-004coveredcargo xtask policy scans workspace-owned Rust/TOML for unsafe constructs and workspace lints forbid unsafe_code
14S0-ARCH-005coveredcargo xtask policy rejects Python source files, Python shebangs, and Python CI workflow steps while allowing docs requirements.txt
15S0-ARCH-006coveredcargo xtask policy rejects non-fparkan package directories under crates/
16S0-ARCH-007coveredcargo xtask ci runs fmt, policy, workspace test, clippy, rustdoc warnings, cargo-deny with reviewed deny.toml, and strict acceptance audit; built-in supply-chain fallback is opt-in local-only and forbidden when CI is set
17S0-ARCH-008coveredcargo xtask policy rejects moving Rust toolchains and workspace rust-version drift
18S0-ARCH-009covered.github/workflows/ci.yml runs a pinned MSRV backend-neutral crate job
19S0-ARCH-010coveredcargo xtask acceptance audit emits measured commit_sha, git_dirty, runner_identity, rust_toolchain, and msrv metadata into the JSON artifact
20S0-ARCH-011coveredcargo xtask native-smoke audit requires a passed Windows 300-frame report with measured resize/recreate, validation=0, clean git provenance, exact commit SHA shape, and a Windows target triple
21S0-DIAG-001coveredcargo test -p fparkan-diagnostics --offline diagnostic_chain_preserves_context
22S0-DIAG-002coveredcargo test -p fparkan-diagnostics --offline json_is_stable
23S0-CORPUS-001coveredcargo test -p fparkan-corpus --offline deterministic_traversal_is_creation_order_independent
24S0-CORPUS-002coveredcargo test -p fparkan-corpus --offline unreadable_directory_produces_error
25S0-CORPUS-003coveredcargo test -p fparkan-corpus --offline symlink_loop_is_not_traversed_by_default
26S0-CORPUS-004coveredcargo test -p fparkan-corpus --offline casefold_collisions_are_registered
27S0-CORPUS-005coveredcargo test -p fparkan-corpus --offline fingerprint_changes
28S0-CORPUS-006coveredcargo test -p fparkan-corpus --offline atomic_report_write
29S0-CLI-001coveredcargo test -p fparkan-cli --offline stable_exit_codes_are_mapped
30S0-CLI-002coveredcargo test -p fparkan-cli --offline accepts_json_format_option archive_json_has_schema_version
31S0-PLAT-001coveredcargo test -p fparkan-platform-winit --offline window_port_reports_default_request_profile
32S0-PLAT-002coveredcargo clippy -p fparkan-platform -p fparkan-platform-winit --all-targets --all-features --locked -- -D warnings
33S0-PLAT-003coveredcargo test -p fparkan-platform-winit --offline smoke_window_plan_requires_native_handles_and_nonzero_extent smoke_window_plan_rejects_zero_extent
34S0-PLAT-004coveredcargo test -p fparkan-platform-winit --offline smoke_window_app_requires_created_native_window smoke_window_app_rejects_synthetic_window_without_native_handles
35S0-VK-001covered-gpuWindows fparkan-vulkan-smoke native audit: real instance, Win32 surface, logical device, swapchain and indexed triangle presentation
36S0-VK-002coveredcargo test -p fparkan-render-vulkan --offline device_scoring_is_deterministic_and_prefers_discrete_unified_queue
37S0-VK-003coveredcargo test -p fparkan-render-vulkan --offline portability_subset_is_reported_and_enabled_when_exposed
38S0-VK-004coveredcargo test -p fparkan-render-vulkan --offline rejects_missing_graphics_present_swapchain_and_format
39S0-VK-005coveredcargo test -p fparkan-render-vulkan --offline capability_report_json_is_stable
40S0-VK-006coveredcargo test -p fparkan-render-vulkan --offline loader_probe_report_json_is_stable
41S0-VK-007coveredcargo xtask policy
42S0-VK-008coveredcargo test -p fparkan-render-vulkan --offline instance_plan_is_sorted_deduplicated_and_portability_aware
43S0-VK-009coveredcargo test -p fparkan-render-vulkan --offline instance_plan_adds_portability_extension_when_requested
44S0-VK-010coveredcargo test -p fparkan-render-vulkan --offline invalid_instance_extension_name_is_reported_before_loader_use
45S0-VK-011coveredcargo test -p fparkan-render-vulkan --offline surface_plan_requires_native_handles
46S0-VK-012coveredcargo test -p fparkan-render-vulkan --offline surface_plan_json_is_stable
47S0-VK-013coveredcargo test -p fparkan-render-vulkan --offline static_surface_extension_name_is_decoded
48S0-VK-014coveredcargo test -p fparkan-render-vulkan --offline swapchain_plan_prefers_srgb_mailbox_and_clamps_extent
49S0-VK-015coveredcargo test -p fparkan-render-vulkan --offline swapchain_plan_uses_fifo_and_current_extent_fallbacks
50S0-VK-016coveredcargo test -p fparkan-render-vulkan --offline swapchain_plan_rejects_missing_surface_data_and_empty_extent
51S0-VK-017coveredcargo test -p fparkan-render-vulkan --offline swapchain_plan_json_and_recreation_reports_are_stable
52S0-VK-018coveredcargo test -p fparkan-render-vulkan --offline triangle_shader_manifest_hashes_are_stable checked_in_shader_manifest_matches_generated_report
53S0-VK-019coveredcargo test -p fparkan-render-vulkan --offline shader_manifest_report_json_is_stable
54S0-VK-020coveredcargo test -p fparkan-render-vulkan --offline shader_manifest_rejects_invalid_spirv_containers
55S0-VK-021covered-gpuWindows fparkan-vulkan-smoke native audit: real submit/present loop, 300 frames and validation-clean teardown
56S0-VK-022covered-gpuWindows fparkan-vulkan-smoke native audit: resize drives swapchain recreation before clean shutdown
57S0-VK-023coveredcargo test -p fparkan-vulkan-smoke --offline rejects_false_pass_without_full_evidence blocked_report_includes_shader_manifest_and_bootstrap_status
58S0-VK-024coveredcargo test -p fparkan-vulkan-smoke --offline rejects_passed_without_loader_probe formats_vulkan_api_version
59S0-VK-025coveredcargo test -p fparkan-vulkan-smoke --offline rejects_passed_without_instance_probe parses_instance_probe_as_loader_probe
60S0-VK-026coveredcargo test -p fparkan-vulkan-smoke --offline rejects_passed_without_window_probe rejects_passed_without_surface_probe parses_surface_probe_as_instance_probe
61S0-VK-027coveredcargo test -p fparkan-vulkan-smoke --offline rejects_passed_without_swapchain_recreation blocked_report_includes_shader_manifest_and_bootstrap_status
62S0-VK-028coveredcargo test -p fparkan-vulkan-smoke --offline reports_rustc_host_triple blocked_report_includes_shader_manifest_and_bootstrap_status
63S0-VK-029coveredcargo test -p xtask --offline native_smoke_audit_accepts_complete_required_platform_pass native_smoke_audit_rejects_blocked_or_incomplete_reports
64S0-VK-030coveredcargo test -p fparkan-vulkan-smoke --offline rejects_passed_with_failed_surface
65S0-VK-031coveredcargo test -p fparkan-vulkan-smoke --offline rejects_passed_without_selected_device
66S0-VK-032coveredcargo test -p fparkan-vulkan-smoke --offline rejects_passed_without_created_swapchain
67S0-VK-033coveredcargo test -p fparkan-vulkan-smoke --offline rejects_passed_without_created_logical_device
68S0-VK-034coveredcargo test -p xtask --offline native_smoke_audit_accepts_complete_required_platform_pass native_smoke_audit_rejects_blocked_or_incomplete_reports
69S0-VK-035coveredcargo test -p fparkan-render-vulkan --offline final_validation_snapshot_is_captured_after_surface_device_swapchain_drop
70S0-LIMIT-001coveredcargo test -p fparkan-binary --offline rejects_count_stride_overflow
71S0-LIMIT-002coveredcargo test -p fparkan-binary --offline rejects_oversized_declared_allocation_before_read
72L1-P1-NRES-001coveredcargo test -p fparkan-nres --offline licensed_corpora_nres_roundtrip_gates
73L1-P2-NRES-001coveredcargo test -p fparkan-nres --offline licensed_corpora_nres_roundtrip_gates
74L1-P1-NRES-002coveredcargo test -p fparkan-nres --offline licensed_corpora_nres_roundtrip_gates
75L1-P2-NRES-002coveredcargo test -p fparkan-nres --offline licensed_corpora_nres_roundtrip_gates
76L1-P1-NRES-003coveredcargo test -p fparkan-nres --offline licensed_corpora_nres_roundtrip_gates
77L1-P2-NRES-003coveredcargo test -p fparkan-nres --offline licensed_corpora_nres_roundtrip_gates
78L1-P1-RSLI-001coveredcargo test -p fparkan-rsli --offline licensed_part1_rsli_method_distribution_baseline
79L1-P2-RSLI-001coveredcargo test -p fparkan-rsli --offline licensed_part2_rsli_method_distribution_baseline
80L1-RSLI-QUIRK-001coveredcargo test -p fparkan-rsli --offline licensed_corpora_rsli_quirk_is_only_approved_interf8_tex
81L1-P1-PATH-001coveredcargo test -p fparkan-corpus --offline licensed_part1_paths_stay_under_root
82L1-P2-PATH-001coveredcargo test -p fparkan-corpus --offline licensed_part2_paths_stay_under_root
83S1-NRES-001coveredcargo test -p fparkan-nres --offline parses_minimal_empty_archive
84S1-NRES-002coveredcargo test -p fparkan-nres --offline one_entry_archive_uses_8_byte_alignment
85S1-NRES-003coveredcargo test -p fparkan-nres --offline rejects_invalid_magic
86S1-NRES-004coveredcargo test -p fparkan-nres --offline rejects_unsupported_version
87S1-NRES-005coveredcargo test -p fparkan-nres --offline rejects_negative_entry_count
88S1-NRES-006coveredcargo test -p fparkan-nres --offline rejects_directory_size_before_allocation
89S1-NRES-007coveredcargo test -p fparkan-nres --offline rejects_total_size_mismatch
90S1-NRES-008coveredcargo test -p fparkan-nres --offline rejects_directory_before_header
91S1-NRES-009coveredcargo test -p fparkan-nres --offline rejects_payload_before_data_region
92S1-NRES-010coveredcargo test -p fparkan-nres --offline rejects_payload_crossing_directory
93S1-NRES-020coveredcargo test -p fparkan-nres --offline preserves_nonzero_unindexed_region
94S1-NRES-021coveredcargo test -p fparkan-nres --offline licensed_corpora_nres_roundtrip_gates
95S1-NRES-011coveredcargo test -p fparkan-nres --offline rejects_overlapping_payloads
96S1-NRES-012coveredcargo test -p fparkan-nres --offline rejects_name_without_nul_terminator
97S1-NRES-013coveredcargo test -p fparkan-nres --offline preserves_name_bytes_after_nul
98S1-NRES-014coveredcargo test -p fparkan-nres --offline rejects_sort_index_out_of_range
99S1-NRES-015coveredcargo test -p fparkan-nres --offline rejects_duplicate_sort_mapping
100S1-NRES-016coveredcargo test -p fparkan-nres --offline binary_lookup_returns_original_entry_index
101S1-NRES-017coveredcargo test -p fparkan-nres --offline compatible_profile_uses_linear_fallback_for_broken_mapping
102S1-NRES-018coveredcargo test -p fparkan-nres --offline lookup_is_ascii_case_insensitive
103S1-NRES-019coveredcargo test -p fparkan-nres --offline rejects_empty_names_and_resolves_duplicates_to_first_entry
104S1-NRES-022coveredcargo test -p fparkan-nres --offline canonical_compact_roundtrip_preserves_entry_semantics
105S1-NRES-023coveredcargo test -p fparkan-nres --offline editor_payload_update_rewrites_offsets_and_size
106S1-NRES-024coveredcargo test -p fparkan-nres --offline editor_rename_rebuilds_search_mapping
107S1-NRES-025coveredcargo test -p fparkan-nres --offline editor_rejects_invalid_authoring_names
108S1-NRES-026coveredcargo test -p fparkan-nres --offline strict_rejects_unsorted_lookup_table
109S1-LIMIT-001coveredcargo test -p fparkan-nres --offline rejects_directory_size_before_allocation decode_rejects_entry_count_above_limit decode_rejects_input_bytes_above_limit decode_rejects_preserved_bytes_above_limit
110S1-NRES-PROP-001coveredcargo test -p fparkan-nres --offline generated_archives_preserve_lossless_and_canonical_semantics
111S1-NRES-PROP-002coveredcargo test -p fparkan-nres --offline generated_editor_updates_roundtrip
112S1-NRES-FUZZ-001coveredcargo test -p fparkan-nres --offline arbitrary_small_inputs_do_not_panic_or_overallocate
113S1-PATH-001coveredcargo test -p fparkan-path --offline normalizes_separators
114S1-PATH-002coveredcargo test -p fparkan-path --offline ascii_casefold_does_not_unicode_fold
115S1-PATH-003coveredcargo test -p fparkan-path --offline non_ascii_original_bytes_remain_stable
116S1-PATH-004coveredcargo test -p fparkan-path --offline rejects_absolute_drive_and_nul_paths
117S1-PATH-005coveredcargo test -p fparkan-path --offline rejects_escape
118S1-PATH-006coveredcargo test -p fparkan-path --offline rejects_absolute_drive_and_nul_paths
119S1-PATH-007coveredcargo test -p fparkan-path --offline join_under_keeps_normalized_path_below_root
120S1-PATH-008coveredcargo test -p fparkan-path --offline original_separators_and_raw_bytes_are_preserved
121S1-PATH-009coveredcargo test -p fparkan-path --offline accepts_non_utf8_legacy_bytes
122S1-PATH-010coveredcargo test -p fparkan-vfs --offline directory_vfs_resolves_non_utf8_host_entries_by_raw_bytes
123S1-PATH-011coveredcargo test -p fparkan-path -p fparkan-vfs -p fparkan-resource --offline lossy_display_does_not_affect_identity_or_ordering overlay_vfs_keeps_lossy_equivalent_entries_distinct lossy_equivalent_archive_paths_remain_distinct
124S1-VFS-005coveredcargo test -p fparkan-vfs --offline memory_vfs_list_prefix_is_boundary_safe
125S1-RSLI-001coveredcargo test -p fparkan-rsli --offline parses_minimal_empty_library
126S1-RSLI-002coveredcargo test -p fparkan-rsli --offline rejects_invalid_header_fields
127S1-RSLI-003coveredcargo test -p fparkan-rsli --offline rejects_entry_table_bounds
128S1-RSLI-004coveredcargo test -p fparkan-rsli --offline table_xor_transform_uses_known_vector
129S1-RSLI-005coveredcargo test -p fparkan-rsli --offline table_xor_transform_is_symmetric
130S1-RSLI-006coveredcargo test -p fparkan-rsli --offline table_xor_state_spans_entries
131S1-RSLI-007coveredcargo test -p fparkan-rsli --offline presorted_mapping_uses_valid_permutation
132S1-RSLI-008coveredcargo test -p fparkan-rsli --offline compatible_profile_rebuilds_invalid_presorted_mapping
133S1-RSLI-009coveredcargo test -p fparkan-rsli --offline stored_method_uses_exact_size
134S1-RSLI-010coveredcargo test -p fparkan-rsli --offline xor_only_method_uses_entry_key
135S1-RSLI-011coveredcargo test -p fparkan-rsli --offline lzss_method_decodes_literals_references_and_wrap
136S1-RSLI-012coveredcargo test -p fparkan-rsli --offline xor_lzss_method_uses_entry_key
137S1-RSLI-013coveredcargo test -p fparkan-rsli --offline adaptive_lzss_method_decodes_synthetic_vector
138S1-RSLI-014coveredcargo test -p fparkan-rsli --offline xor_adaptive_lzss_method_decodes_synthetic_vector
139S1-RSLI-015coveredcargo test -p fparkan-rsli --offline raw_deflate_method_expects_raw_stream_not_zlib_wrapper
140S1-RSLI-016coveredcargo test -p fparkan-rsli --offline unknown_method_is_rejected_on_load
141S1-RSLI-017coveredcargo test -p fparkan-rsli --offline decoded_size_mismatch_is_rejected
142S1-RSLI-018coveredcargo test -p fparkan-rsli --offline ao_overlay_adjusts_effective_offsets
143S1-RSLI-019coveredcargo test -p fparkan-rsli --offline invalid_ao_overlay_is_rejected
144S1-RSLI-020coveredcargo test -p fparkan-rsli --offline rejects_registered_quirks_in_strict_profile
145S1-RSLI-021coveredcargo test -p fparkan-rsli --offline named_deflate_eof_plus_one_quirk_accepts_only_approved_entry
146S1-RSLI-022coveredcargo test -p fparkan-rsli --offline unknown_header_bytes_are_lossless
147S1-RSLI-023coveredcargo test -p fparkan-rsli --offline no_op_lossless_roundtrip_preserves_bytes
148S1-RSLI-024coveredcargo test -p fparkan-rsli --offline strict_rejects_unsorted_presorted_mapping
149S1-RSLI-025coveredcargo test -p fparkan-rsli --offline editor_can_mutate_names_and_payloads set_method_rejects_unknown_authoring_method
150S1-LIMIT-002coveredcargo test -p fparkan-rsli --offline decode_rejects_entry_count_above_limit load_rejects_unpacked_size_above_limit_before_allocation
151S1-RSLI-PROP-001coveredcargo test -p fparkan-rsli --offline generated_supported_methods_decode_expected_bytes
152S1-RSLI-FUZZ-001coveredcargo test -p fparkan-rsli --offline arbitrary_small_inputs_do_not_panic
153S1-RES-001coveredcargo test -p fparkan-resource --offline cached_repository_reads_synthetic_nres
154S1-RES-002coveredcargo test -p fparkan-resource --offline entry_handles_are_archive_qualified
155S1-RES-003coveredcargo test -p fparkan-resource --offline archive_cache_and_decoded_payload_cache_evict_independently
156S1-RES-004coveredcargo test -p fparkan-resource --offline entry_read_error_carries_archive_path_and_entry_name
157S1-RES-005coveredcargo test -p fparkan-resource --offline archive_cache_evicts_by_byte_budget
158S1-RES-006coveredcargo test -p fparkan-resource --offline archive_cache_eviction_makes_old_handles_stale
159S1-RES-007coveredcargo test -p fparkan-resource --offline lossy_equivalent_archive_paths_remain_distinct
160S1-DIAG-001coveredcargo test -p fparkan-inspection --offline archive_diagnostic_preserves_source_path_phase_and_span model_archive_diagnostic_preserves_archive_entry_context
161S1-VFS-001coveredcargo test -p fparkan-vfs --offline memory_vfs_uses_exact_lookup
162S1-VFS-002coveredcargo test -p fparkan-vfs --offline overlay_vfs_uses_first_matching_layer
163S1-VFS-003coveredcargo test -p fparkan-vfs --offline directory_vfs_resolves_ascii_casefolded_segments
164S1-VFS-004coveredcargo test -p fparkan-vfs --offline casefold_selector_reports_ambiguous_segments
165S1-LICENSED-001coveredlocal testdata corpora via FPARKAN_CORPUS_PART1_ROOT and FPARKAN_CORPUS_PART2_ROOT; cargo test -p fparkan-nres -p fparkan-resource -p fparkan-rsli --offline -- --ignored
166S1-LICENSED-002coveredlocal testdata corpora via FPARKAN_CORPUS_PART1_ROOT and FPARKAN_CORPUS_PART2_ROOT; cargo test -p fparkan-nres -p fparkan-resource -p fparkan-rsli --offline -- --ignored
167L2-P1-UNIT-001coveredcargo test -p fparkan-prototype --offline licensed_corpora_unit_dat_parse_counts
168L2-P2-UNIT-001coveredcargo test -p fparkan-prototype --offline licensed_corpora_unit_dat_parse_counts
169L2-P1-REG-001coveredcargo test -p fparkan-prototype --offline licensed_corpora_registry_payloads_are_record_aligned
170L2-P2-REG-001coveredcargo test -p fparkan-prototype --offline licensed_corpora_registry_payloads_are_record_aligned
171L2-P1-GRAPH-001coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
172L2-P2-GRAPH-001coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
173L2-P1-INHERIT-001coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
174L2-P2-INHERIT-001coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
175L2-P1-NONGEO-001coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
176L2-P2-NONGEO-001coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
177L2-P1-GRAPH-002coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
178L2-P2-GRAPH-002coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
179S2-REG-001coveredcargo test -p fparkan-prototype --offline registry_zero_records_payload_is_empty
180S2-REG-002coveredcargo test -p fparkan-prototype --offline registry_requires_record_multiple
181S2-REG-003coveredcargo test -p fparkan-prototype --offline registry_preserves_bounded_name_tails_and_order
182S2-REG-004coveredcargo test -p fparkan-prototype --offline registry_preserves_bounded_name_tails_and_order
183S2-UNIT-001coveredcargo test -p fparkan-prototype --offline unit_zero_records_uses_exact_size
184S2-UNIT-002coveredcargo test -p fparkan-prototype --offline unit_dat_one_record_uses_exact_size_formula
185S2-UNIT-003coveredcargo test -p fparkan-prototype --offline unit_dat_rejects_truncated_record
186S2-UNIT-004coveredcargo test -p fparkan-prototype --offline unit_dat_preserves_header_description_tail_and_parent_link
187S2-UNIT-005coveredcargo test -p fparkan-prototype --offline unit_dat_preserves_header_description_tail_and_parent_link
188S2-UNIT-006coveredcargo test -p fparkan-prototype --offline unit_dat_accepts_full_description_without_nul
189S2-UNIT-007coveredcargo test -p fparkan-prototype --offline unit_dat_preserves_header_description_tail_and_parent_link unit_dat_preserves_positive_parent_link
190S2-PROTO-001coveredcargo test -p fparkan-prototype --offline resolves_synthetic_objects_registry_model
191S2-PROTO-002coveredcargo test -p fparkan-prototype --offline base_only_registry_entry_is_nongeometric
192S2-PROTO-003coveredcargo test -p fparkan-prototype --offline graph_report_records_resolved_roots_and_failures
193S2-PROTO-004coveredcargo test -p fparkan-prototype --offline missing_referenced_archive_reports_root_chain
194S2-PROTO-005coveredcargo test -p fparkan-prototype --offline missing_referenced_resource_reports_root_chain
195S2-PROTO-006coveredcargo test -p fparkan-prototype --offline objects_registry_inheritance_merges_parent_then_local_refs
196S2-PROTO-007coveredcargo test -p fparkan-prototype --offline objects_registry_inheritance_resolves_multiple_levels
197S2-PROTO-008coveredcargo test -p fparkan-prototype --offline objects_registry_inheritance_rejects_direct_cycle
198S2-PROTO-009coveredcargo test -p fparkan-prototype --offline objects_registry_inheritance_rejects_indirect_cycle
199S2-PROTO-010coveredcargo test -p fparkan-prototype --offline objects_registry_inheritance_rejects_depth_limit
200S2-PROTO-011coveredcargo test -p fparkan-prototype --offline base_only_registry_entry_is_nongeometric
201S2-PROTO-012coveredcargo test -p fparkan-prototype --offline first_existing_explicit_msh_is_selected_in_order
202S2-PROTO-013coveredcargo test -p fparkan-prototype --offline invalid_referenced_msh_is_error
203S2-PROTO-014coveredcargo test -p fparkan-prototype --offline resolver_cache_invalidates_when_archive_fingerprint_changes
204S2-GRAPH-001coveredcargo test -p fparkan-prototype --offline graph_report_records_resolved_roots_and_failures
205S2-GRAPH-002coveredcargo test -p fparkan-prototype --offline unit_dat_expands_components_in_order
206S2-GRAPH-003coveredcargo test -p fparkan-assets --offline repository_plan_deduplicates_duplicate_visuals_but_graph_preserves_requests
207S2-GRAPH-004coveredcargo test -p fparkan-prototype --offline graph_report_records_resolved_roots_and_failures
208S2-GRAPH-005coveredcargo test -p fparkan-cli --offline prototype_graph_json_has_canonical_field_order
209S2-GRAPH-006coveredcargo test -p fparkan-prototype --offline graph_report_records_resolved_roots_and_failures
210S2-GRAPH-EDGE-001coveredcargo test -p fparkan-assets --offline graph_materializes_visual_dependency_nodes_and_edges
211S2-GRAPH-PROV-001coveredcargo test -p fparkan-assets --offline graph_visual_dependency_edges_preserve_root_and_parent_provenance
212S2-GRAPH-IDEMP-001coveredcargo test -p fparkan-assets --offline graph_visual_dependency_expansion_is_idempotent
213S2-UNIT-EMPTY-001coveredcargo test -p fparkan-prototype --offline empty_unit_dat_resolves_as_zero_component_root
214S2-ASSET-MODEL-001coveredcargo test -p fparkan-assets --offline prepare_single_visual_mission_assets_materialize_model_wear_material_and_texture_payloads
215S2-ASSET-WEAR-001coveredcargo test -p fparkan-assets --offline prepare_single_visual_mission_assets_materialize_model_wear_material_and_texture_payloads
216S2-ASSET-MATERIAL-001coveredcargo test -p fparkan-assets --offline prepare_single_visual_mission_assets_materialize_model_wear_material_and_texture_payloads
217S2-ASSET-TEXM-001coveredcargo test -p fparkan-assets --offline prepare_single_visual_mission_assets_materialize_model_wear_material_and_texture_payloads
218S2-ASSET-ID-001coveredcargo test -p fparkan-assets --offline forced_model_id_collision_is_rejected forced_wear_id_collision_is_rejected forced_material_id_collision_is_rejected forced_texture_id_collision_is_rejected
219S2-ASSET-LIMIT-001coveredcargo test -p fparkan-assets --offline profiled_asset_preparation_reports_unique_asset_counts asset_preparation_limits_reject_texture_pixel_budget
220S2-RUNTIME-DRAFT-001coveredlocal testdata/IS and testdata/IS2; cargo test -p fparkan-runtime --offline -- --ignored selected_is_and_is2_missions_preserve_runtime_object_drafts
221S2-CLI-JSON-001coveredcargo test -p fparkan-cli --offline prototype_graph_json_has_canonical_field_order mission_graph_json_has_canonical_field_order
222S2-LICENSED-MISSION-P1-001coveredlocal testdata/IS; cargo test -p fparkan-runtime --offline -- --ignored selected_is_and_is2_missions_preserve_runtime_object_drafts
223S2-LICENSED-MISSION-P2-001coveredlocal testdata/IS2; cargo test -p fparkan-runtime --offline -- --ignored selected_is_and_is2_missions_preserve_runtime_object_drafts
224S2-PROP-001coveredcargo test -p fparkan-prototype --offline generated_acyclic_prototype_graph_resolves_deterministically
225S2-FUZZ-001coveredcargo test -p fparkan-prototype --offline arbitrary_unit_and_registry_bytes_are_bounded_and_panic_free
226L3-P1-MSH-001coveredcargo test -p fparkan-msh --offline licensed_corpus_msh_assets_validate
227L3-P2-MSH-001coveredcargo test -p fparkan-msh --offline licensed_corpus_msh_assets_validate
228L3-P1-TEXM-001coveredcargo test -p fparkan-texm --offline licensed_corpus_texm_assets_validate_and_decode_mip0
229L3-P2-TEXM-001coveredcargo test -p fparkan-texm --offline licensed_corpus_texm_assets_validate_and_decode_mip0
230L3-P1-MAT0-001coveredcargo test -p fparkan-material --offline licensed_corpus_mat0_and_wear_parse
231L3-P2-MAT0-001coveredcargo test -p fparkan-material --offline licensed_corpus_mat0_and_wear_parse
232L3-P1-WEAR-001coveredcargo test -p fparkan-material --offline licensed_corpus_mat0_and_wear_parse
233L3-P2-WEAR-001coveredcargo test -p fparkan-material --offline licensed_corpus_mat0_and_wear_parse
234L3-P1-ASSET-001coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
235L3-P2-ASSET-001coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
236S2-PLANNING-CAPTURE-P1-001covered-planningcargo test -p fparkan-game --offline selected_is_and_is2_missions_produce_approved_render_captures
237S2-PLANNING-CAPTURE-P2-001covered-planningcargo test -p fparkan-game --offline selected_is_and_is2_missions_produce_approved_render_captures
238S3-WEAR-001coveredcargo test -p fparkan-material --offline wear_preserves_legacy_id_but_selects_by_index
239S3-WEAR-002coveredcargo test -p fparkan-material --offline wear_requires_declared_rows
240S3-WEAR-003coveredcargo test -p fparkan-material --offline wear_preserves_legacy_id_but_selects_by_index
241S3-WEAR-004coveredcargo test -p fparkan-material --offline wear_requires_blank_separator_before_lightmaps
242S3-WEAR-005coveredcargo test -p fparkan-material --offline wear_parses_lightmaps
243S3-MAT0-001coveredcargo test -p fparkan-material --offline mat0_version_prefix_and_primary_texture
244S3-MAT0-002coveredcargo test -p fparkan-material --offline mat0_accepts_zero_phase_material
245S3-MAT0-003coveredcargo test -p fparkan-material --offline mat0_phase34_exact_framing_and_full_texture_name
246S3-MAT0-004coveredcargo test -p fparkan-material --offline mat0_phase34_exact_framing_and_full_texture_name
247S3-MAT0-005coveredcargo test -p fparkan-material --offline mat0_animation_block_has_no_implicit_padding
248S3-MAT0-006coveredcargo test -p fparkan-material --offline mat0_rejects_animation_block_count_limit
249S3-MSH-001coveredcargo test -p fparkan-msh --offline canonical_stream_set_is_independent_of_entry_order
250S3-MSH-002coveredcargo test -p fparkan-msh --offline missing_required_stream_is_error
251S3-MSH-003coveredcargo test -p fparkan-msh --offline duplicate_required_stream_type_is_error
252S3-MSH-004coveredcargo test -p fparkan-msh --offline node38_stride_is_exact
253S3-MSH-005coveredcargo test -p fparkan-msh --offline node38_uses_three_by_five_slot_mapping_and_absent_marker
254S3-MSH-006coveredcargo test -p fparkan-msh --offline node38_uses_three_by_five_slot_mapping_and_absent_marker
255S3-MSH-007coveredcargo test -p fparkan-msh --offline type2_header_and_slot_tail_framing_are_exact
256S3-MSH-008coveredcargo test -p fparkan-msh --offline type2_header_and_slot_tail_framing_are_exact
257S3-MSH-009coveredcargo test -p fparkan-msh --offline slot_batch_range_out_of_bounds_is_error
258S3-MSH-010coveredcargo test -p fparkan-msh --offline vertex_stream_strides_are_exact
259S3-MSH-011coveredcargo test -p fparkan-msh --offline base_vertex_plus_index_must_reference_position
260S3-MSH-012coveredcargo test -p fparkan-msh --offline batch20_uses_unaligned_field_offsets
261S3-MSH-013coveredcargo test -p fparkan-msh --offline auxiliary_and_extended_streams_are_preserved
262S3-MSH-014coveredcargo test -p fparkan-msh --offline auxiliary_and_extended_streams_are_preserved
263S3-MSH-015coveredcargo test -p fparkan-msh --offline mtcheck_variant_is_preserved_and_recognized
264S3-MSH-016coveredcargo test -p fparkan-msh --offline invalid_bounds_are_rejected
265S3-MSH-017coveredcargo test -p fparkan-msh --offline slot_batch_range_out_of_bounds_is_error
266S3-MSH-PROP-001coveredcargo test -p fparkan-msh --offline canonical_stream_set_is_independent_of_entry_order
267S3-MSH-FUZZ-001coveredcargo test -p fparkan-msh --offline arbitrary_nested_payloads_are_bounded_and_panic_free
268S3-TEXM-001coveredcargo test -p fparkan-texm --offline decodes_all_synthetic_formats
269S3-TEXM-002coveredcargo test -p fparkan-texm --offline rejects_zero_dimensions
270S3-TEXM-003coveredcargo test -p fparkan-texm --offline non_power_of_two_mip_chain_clamps_each_dimension
271S3-TEXM-004coveredcargo test -p fparkan-texm --offline rejects_mip_size_arithmetic_overflow_or_oob
272S3-TEXM-005coveredcargo test -p fparkan-texm --offline indexed_palette_requires_exact_1024_bytes
273S3-TEXM-006coveredcargo test -p fparkan-texm --offline channel_expansion_boundary_values_are_stable
274S3-TEXM-007coveredcargo test -p fparkan-texm --offline rgb888x_preserves_fourth_disk_byte_but_outputs_opaque_alpha
275S3-TEXM-008coveredcargo test -p fparkan-texm --offline page_tail_absent_and_exact_rect_framing
276S3-TEXM-009coveredcargo test -p fparkan-texm --offline page_tail_absent_and_exact_rect_framing
277S3-TEXM-010coveredcargo test -p fparkan-texm --offline invalid_page_magic_size_and_trailing_bytes_are_rejected
278S3-TEXM-011coveredcargo test -p fparkan-texm --offline invalid_page_magic_size_and_trailing_bytes_are_rejected
279S3-TEXM-012coveredcargo test -p fparkan-texm --offline exposes_mip_views_and_upload_plan_without_mutating_document
280S3-TEXM-013coveredcargo test -p fparkan-texm --offline page_scaling_uses_floor_origin_and_ceil_end_policy
281S3-TEXM-FUZZ-001coveredcargo test -p fparkan-texm --offline arbitrary_texm_payloads_do_not_panic
282S3-MAT0-007coveredcargo test -p fparkan-material --offline mat0_rejects_trailing_bytes
283S3-MAT-RESOLVE-001coveredcargo test -p fparkan-material --offline resolve_material_uses_exact_match
284S3-MAT-RESOLVE-002coveredcargo test -p fparkan-material --offline resolve_material_falls_back_to_default
285S3-MAT-RESOLVE-003coveredcargo test -p fparkan-material --offline resolve_material_uses_first_entry_only_after_missing_default
286S3-MAT-RESOLVE-004coveredcargo test -p fparkan-material --offline resolve_material_empty_texture_means_untextured
287S3-MAT-RESOLVE-005coveredcargo test -p fparkan-material --offline resolve_material_without_lightmap_keeps_lightmap_absent
288S2-PLANNING-RENDER-001coveredcargo test -p fparkan-render --offline one_snapshot_draw_produces_one_draw_command
289S2-PLANNING-RENDER-002coveredcargo test -p fparkan-render --offline material_index_maps_through_resolved_material_slots
290S2-PLANNING-RENDER-003coveredcargo test -p fparkan-render --offline node_transform_is_retained
291S2-PLANNING-RENDER-004coveredcargo test -p fparkan-render --offline command_order_uses_phase_then_stable_key
292S2-PLANNING-RENDER-005coveredcargo test -p fparkan-render --offline command_capture_independent_of_snapshot_construction_order
293S2-PLANNING-RENDER-006coveredcargo test -p fparkan-render --offline invalid_range_returns_contextual_error
294S2-PLANNING-RENDER-007coveredcargo test -p fparkan-render --offline capture_is_stable
295S2-PLANNING-RENDER-008covered-planningcargo test -p fparkan-render --offline recording_backend_stores_captures
296S2-PLANNING-RENDER-009coveredcargo xtask policy
297S3-VK-MESH-UPLOAD-001covered-gpucargo run -p fparkan-vulkan-smoke --release --locked -- --out target/fparkan/stage3-mtcheck-msh.json --frames 300 --resize-frame 120 --timeout-seconds 90 --model-root <GOG_ROOT> --model-archive system.rlb --model-name MTCHECK.MSH; original MSH reports 128 vertices and 252 indices
298S3-VK-TEXM-UPLOAD-001covered-gpucargo run -p fparkan-vulkan-smoke --release --locked -- --out target/fparkan/stage3-mtcheck-texm-upload.json --frames 300 --resize-frame 120 --timeout-seconds 90 --model-root <GOG_ROOT> --model-archive system.rlb --model-name MTCHECK.MSH --texture-root <GOG_ROOT> --texture-archive Textures.lib --texture-name DEFAULT.0; original TEXM 16x16 decoded RGBA8, staged into device-local image and transitioned to SHADER_READ_ONLY_OPTIMAL
299S3-VK-DESCRIPTOR-001covered-gpucargo run -p fparkan-vulkan-smoke --release --locked -- --out target/fparkan/stage3-texm-sampled.json --frames 300 --resize-frame 120 --timeout-seconds 90 --model-root <GOG_ROOT> --model-archive system.rlb --model-name MTCHECK.MSH --texture-root <GOG_ROOT> --texture-archive Textures.lib --texture-name DEFAULT.0; original TEXM is bound as set=0,binding=0 combined image sampler and sampled in fragment shader; validation_warning_count=0 and validation_error_count=0
300S3-VK-PIPELINE-001covered-gpucargo run -p fparkan-vulkan-smoke --release --locked -- --out target/fparkan/stage3-alpha-test-smoke.json --frames 300 --resize-frame 120 --timeout-seconds 90 --model-root <GOG_ROOT> --model-archive system.rlb --model-name MTCHECK.MSH --texture-root <GOG_ROOT> --texture-archive Textures.lib --texture-name DEFAULT.0; PipelineKey selects a deduplicated live Vulkan pipeline per static draw range; capability-selected depth attachment supports TestWrite/TestReadOnly; fragment alpha test receives per-range dynamic cutoff through push constants; baseline key is live-proven, while Batch20/MAT0 state/reference mapping remains an evidence gap
301S3-VK-DRAW-MODEL-001covered-gpucargo run -p fparkan-vulkan-smoke --release --locked -- --out target/fparkan/stage3-fr-l-mtp-per-batch-materials.json --frames 300 --resize-frame 120 --timeout-seconds 90 --model-root <GOG_ROOT> --model-archive fortif.rlb --model-name FR_L_MTP.msh --wear-root <GOG_ROOT> --wear-archive fortif.rlb --wear-name FR_L_MTP.WEA; live Win32 Vulkan issues 237 source-preserving indexed batch draws and binds the deduplicated WEAR→MAT0 material descriptor selected by each Batch20.material_index (this corpus model has selector 0 only)
302S3-VK-DRAW-TERRAIN-001covered-gpucargo run -p fparkan-vulkan-smoke --release --locked -- --out target/fparkan/stage3-land-11-smoke.json --frames 300 --resize-frame 120 --timeout-seconds 90 --terrain-path <GOG_ROOT>/DATA/MAPS/11/Land.msh --texture-root <GOG_ROOT> --texture-archive Textures.lib --texture-name DEFAULT.0; validated Land.msh TerrainFace28 order becomes one live indexed Vulkan terrain draw (6458 vertices, 24672 indices); terrain material/slot/camera semantics remain an evidence gap
303S3-VK-PIXEL-CAPTURE-001blockedawaits Stage 3 fixed-camera pixel capture approval flow
304S3-VK-VALIDATION-001covered-gpucargo run -p fparkan-vulkan-smoke --release --locked -- --out target/fparkan/stage3-mtcheck-msh.json --frames 300 --resize-frame 120 --timeout-seconds 90 --model-root <GOG_ROOT> --model-archive system.rlb --model-name MTCHECK.MSH; validation_warning_count=0 and validation_error_count=0
305S3-GL-001omittedlegacy OpenGL adapters are outside the Windows-only Vulkan renderer scope
306S3-GL-002omittedGLES2 and portable-device targets are outside the Windows-only Vulkan renderer scope
307S3-GL-003blockedlegacy fparkan-render-gl adapter removed while Vulkan renderer path is being brought in as the stage-3 backend
308S3-VIEWER-001coveredcargo test -p fparkan-viewer --offline model_fixture_uses_viewer_service_and_render_commands
309S4-ANIM-001coveredcargo test -p fparkan-animation --offline anim_key24_decodes_signed_quaternion
310S4-ANIM-002coveredcargo test -p fparkan-animation --offline frame_map_decodes_u16_and_uses_attr_frame_count
311S4-ANIM-003coveredcargo test -p fparkan-animation --offline frame_map_falls_back_when_absent_or_invalid
312S4-ANIM-004coveredcargo test -p fparkan-animation --offline frame_map_falls_back_when_absent_or_invalid
313S4-ANIM-005coveredcargo test -p fparkan-animation --offline exact_key_time_returns_exact_pose
314S4-ANIM-006coveredcargo test -p fparkan-animation --offline pose_track_blends_translation_and_rotation
315S4-ANIM-007coveredcargo test -p fparkan-animation --offline quaternion_shortest_path_sign_flip_is_stable
316S4-ANIM-008coveredcargo test -p fparkan-animation --offline zero_or_degenerate_key_interval_is_rejected
317S4-ANIM-009omittedcurrent sampler is a portable reference path; runtime-captured x87 parity vectors are not implemented
318S4-ANIM-010omittedcurrent sampler accepts the profile marker but does not implement an independent x87 compatibility path
319S4-ANIM-011coveredcargo test -p fparkan-animation --offline blend_optional_pose_uses_valid_side
320S4-ANIM-012coveredcargo test -p fparkan-animation --offline hierarchy_evaluates_parent_before_child_and_rejects_cycles
321S4-ANIM-013coveredcargo test -p fparkan-animation --offline hierarchy_evaluates_parent_before_child_and_rejects_cycles
322S4-ANIM-014coveredcargo test -p fparkan-animation --offline pose_capture_uses_float_bits
323S4-ANIM-PROP-001coveredcargo test -p fparkan-animation --offline generated_valid_quaternions_remain_finite
324S4-MAT-001coveredcargo test -p fparkan-material --offline material_modes_zero_to_three_choose_stable_phases
325S4-MAT-002coveredcargo test -p fparkan-material --offline material_exact_key_boundary_selects_exact_phase
326S4-MAT-003coveredcargo test -p fparkan-material --offline material_interpolation_mask_affects_only_selected_fields
327S4-MAT-004coveredcargo test -p fparkan-material --offline material_timeline_profile_cases_are_evidence_labeled
328S4-MAT-005coveredcargo test -p fparkan-material --offline material_random_offset_uses_material_stream_only
329S4-MAT-006coveredcargo test -p fparkan-material --offline material_same_seed_and_timeline_produces_same_phase_capture
330S4-FX-001coveredcargo test -p fparkan-fx --offline header_is_exactly_sixty_bytes_and_command_sizes_are_fixed
331S4-FX-002coveredcargo test -p fparkan-fx --offline header_is_exactly_sixty_bytes_and_command_sizes_are_fixed
332S4-FX-011coveredcargo test -p fparkan-fx --offline header_is_exactly_sixty_bytes_and_command_sizes_are_fixed
333S4-FX-012coveredcargo test -p fparkan-fx --offline opcode6_four_byte_command_is_accepted
334S4-FX-013coveredcargo test -p fparkan-fx --offline rejects_unknown_opcode_at_command_index
335S4-FX-014coveredcargo test -p fparkan-fx --offline rejects_command_count_that_exceeds_payload
336S4-FX-015coveredcargo test -p fparkan-fx --offline rejects_trailing_bytes_after_command_stream
337S4-FX-016coveredcargo test -p fparkan-fx --offline fixed_resource_refs_preserve_tails
338S4-FX-017coveredcargo test -p fparkan-fx --offline missing_dependency_error_contains_effect_command_archive_and_name
339S4-FX-018omittedFX create/update/emit is documented as a deterministic reference stub until runtime-captured lifecycle semantics are implemented
340S4-FX-019omittedFX update side-effect contract is stub-level only and not accepted as original runtime parity evidence
341S4-FX-020omittedFX emit side-effect contract is stub-level only and not accepted as original runtime parity evidence
342S4-FX-021omittedFX command order is deterministic for the stub but original runtime ordering evidence is not implemented
343S4-FX-022omittedFX lifecycle controls are deterministic for the stub but original stop/restart/end semantics are not implemented
344S4-FX-023omittedFX emission capture is deterministic for the stub but lacks runtime-captured parity evidence
345S4-FX-024omittedFX RNG accounting is not implemented beyond the reference stub and must not count as compatibility coverage
346S4-FX-FUZZ-001coveredcargo test -p fparkan-fx --offline arbitrary_command_streams_are_bounded_and_panic_free
347L4-P1-ANIM-001coveredcargo test -p fparkan-msh --offline licensed_corpus_animation_streams_sample_approved_pose_captures
348L4-P2-ANIM-001coveredcargo test -p fparkan-msh --offline licensed_corpus_animation_streams_sample_approved_pose_captures
349L4-P1-CAPTURE-001coveredcargo test -p fparkan-msh --offline licensed_corpus_animation_streams_sample_approved_pose_captures
350L4-P2-CAPTURE-001coveredcargo test -p fparkan-msh --offline licensed_corpus_animation_streams_sample_approved_pose_captures
351L4-P1-FX-001coveredcargo test -p fparkan-fx --offline licensed_corpus_fxid_exact_eof_and_distribution
352L4-P2-FX-001coveredcargo test -p fparkan-fx --offline licensed_corpus_fxid_exact_eof_and_distribution
353L4-P1-FX-002coveredcargo test -p fparkan-fx --offline licensed_corpus_fxid_exact_eof_and_distribution
354L4-P2-FX-002coveredcargo test -p fparkan-fx --offline licensed_corpus_fxid_exact_eof_and_distribution
355L4-FX-OP6-001coveredcargo test -p fparkan-fx --offline licensed_corpus_fxid_exact_eof_and_distribution
356L4-P1-EFFECT-001omittedlicensed FX emission capture currently covers deterministic reference-stub output, not original runtime-captured effect parity
357L4-P2-EFFECT-001omittedlicensed FX emission capture currently covers deterministic reference-stub output, not original runtime-captured effect parity
358S5-LMESH-001coveredcargo test -p fparkan-terrain-format --offline land_msh_required_streams_are_order_independent_and_stride_checked
359S5-LMESH-002coveredcargo test -p fparkan-terrain-format --offline land_msh_required_streams_are_order_independent_and_stride_checked
360S5-LMESH-003coveredcargo test -p fparkan-terrain-format --offline decodes_minimal_land_msh
361S5-LMESH-004coveredcargo test -p fparkan-terrain-format --offline decodes_minimal_land_msh
362S5-LMESH-005coveredcargo test -p fparkan-terrain-format --offline rejects_invalid_vertex_index
363S5-LMESH-006coveredcargo test -p fparkan-terrain-format --offline rejects_invalid_neighbor_index
364S5-LMESH-007coveredcargo test -p fparkan-terrain-format --offline face_layout_preserves_tail_and_all_surface_mask_mappings_are_explicit
365S5-LMESH-008coveredcargo test -p fparkan-terrain-format --offline face_layout_preserves_tail_and_all_surface_mask_mappings_are_explicit
366S5-LMESH-009coveredcargo test -p fparkan-terrain-format --offline face_layout_preserves_tail_and_all_surface_mask_mappings_are_explicit
367S5-LMAP-001coveredcargo test -p fparkan-terrain-format --offline decodes_minimal_land_map
368S5-LMAP-002coveredcargo test -p fparkan-terrain-format --offline land_map_prefix_absent_links_polygon_blocks_grid_size_and_exact_eof
369S5-LMAP-003coveredcargo test -p fparkan-terrain-format --offline land_map_prefix_absent_links_polygon_blocks_grid_size_and_exact_eof
370S5-LMAP-004coveredcargo test -p fparkan-terrain-format --offline land_map_prefix_absent_links_polygon_blocks_grid_size_and_exact_eof
371S5-LMAP-005coveredcargo test -p fparkan-terrain-format --offline land_map_prefix_absent_links_polygon_blocks_grid_size_and_exact_eof
372S5-LMAP-006coveredcargo test -p fparkan-terrain-format --offline rejects_invalid_areal_link
373S5-LMAP-007coveredcargo test -p fparkan-terrain-format --offline land_map_prefix_absent_links_polygon_blocks_grid_size_and_exact_eof
374S5-LMAP-008coveredcargo test -p fparkan-terrain-format --offline land_map_prefix_absent_links_polygon_blocks_grid_size_and_exact_eof
375S5-LMAP-009coveredcargo test -p fparkan-terrain-format --offline land_map_prefix_absent_links_polygon_blocks_grid_size_and_exact_eof
376S5-LMAP-010coveredcargo test -p fparkan-terrain-format --offline rejects_invalid_grid_area_ref
377S5-LMAP-011coveredcargo test -p fparkan-terrain-format --offline land_map_prefix_absent_links_polygon_blocks_grid_size_and_exact_eof
378S5-TERRAIN-001coveredcargo test -p fparkan-terrain --offline locates_areal_and_routes_synthetic_neighbors
379S5-TERRAIN-002coveredcargo test -p fparkan-terrain --offline locates_areal_and_routes_synthetic_neighbors
380S5-TERRAIN-003coveredcargo test -p fparkan-terrain --offline missing_start_or_goal_returns_no_route
381S5-TERRAIN-004coveredcargo test -p fparkan-terrain --offline synthetic_surface_height_and_raycast_work
382S5-TMA-001coveredcargo test -p fparkan-mission-format --offline minimal_synthetic_exact_eof
383S5-TMA-002coveredcargo test -p fparkan-mission-format --offline lp_string_does_not_consume_implicit_nul
384S5-TMA-003coveredcargo test -p fparkan-mission-format --offline path_ids_retain_nonsequential_order_and_truncated_points_fail
385S5-TMA-004coveredcargo test -p fparkan-mission-format --offline path_ids_retain_nonsequential_order_and_truncated_points_fail
386S5-TMA-005coveredcargo test -p fparkan-mission-format --offline clan_modes_one_to_three_and_spatial_mode_zero_decode
387S5-TMA-006coveredcargo test -p fparkan-mission-format --offline clan_modes_one_to_three_and_spatial_mode_zero_decode
388S5-TMA-007coveredcargo test -p fparkan-mission-format --offline unknown_clan_mode_nonfinite_transform_and_trailing_bytes_are_rejected
389S5-TMA-008coveredcargo test -p fparkan-mission-format --offline synthetic_standard_clan_and_object_preserve_ordered_properties
390S5-TMA-009coveredcargo test -p fparkan-mission-format --offline synthetic_standard_clan_and_object_preserve_ordered_properties
391S5-TMA-010coveredcargo test -p fparkan-mission-format --offline synthetic_standard_clan_and_object_preserve_ordered_properties
392S5-TMA-011coveredcargo test -p fparkan-mission-format --offline unknown_clan_mode_nonfinite_transform_and_trailing_bytes_are_rejected
393S5-TMA-012coveredcargo test -p fparkan-mission-format --offline description_and_extras_are_exact_raw_records
394S5-TMA-013coveredcargo test -p fparkan-mission-format --offline description_and_extras_are_exact_raw_records
395S5-TMA-014coveredcargo test -p fparkan-mission-format --offline description_and_extras_are_exact_raw_records
396S5-TMA-015coveredcargo test -p fparkan-mission-format --offline unknown_clan_mode_nonfinite_transform_and_trailing_bytes_are_rejected
397S5-TMA-016coveredcargo test -p fparkan-mission-format --offline signatures_inside_strings_do_not_create_records_and_truncations_are_bounded
398S5-TMA-017coveredcargo test -p fparkan-mission-format --offline signatures_inside_strings_do_not_create_records_and_truncations_are_bounded
399S5-TMA-PROP-001coveredcargo test -p fparkan-mission-format --offline generated_valid_documents_and_arbitrary_inputs_are_bounded
400S5-TMA-FUZZ-001coveredcargo test -p fparkan-mission-format --offline generated_valid_documents_and_arbitrary_inputs_are_bounded
401S5-LOAD-001coveredcargo test -p fparkan-runtime --offline load_trace_records_preparation_before_registration_and_raw_transforms
402S5-LOAD-002coveredcargo test -p fparkan-runtime --offline missing_map_and_missing_reachable_resource_fail_before_registration
403S5-LOAD-003coveredcargo test -p fparkan-runtime --offline missing_map_and_missing_reachable_resource_fail_before_registration
404S5-LOAD-004coveredcargo test -p fparkan-material --offline resolve_material_falls_back_to_default
405S5-LOAD-005coveredcargo test -p fparkan-runtime --offline load_trace_records_preparation_before_registration_and_raw_transforms
406S5-LOAD-006coveredcargo test -p fparkan-runtime --offline load_mission_requires_vfs_and_keeps_world_unchanged_on_error
407S5-LOAD-007coveredcargo test -p fparkan-runtime --offline registration_phase_failure_uses_normal_teardown_and_keeps_engine_world
408S5-LOAD-008coveredcargo test -p fparkan-runtime --offline load_trace_records_preparation_before_registration_and_raw_transforms
409S5-LOAD-009coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
410S5-LOAD-010coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
411S5-WORLD-001coveredcargo test -p fparkan-world --offline construct_register_and_hash_are_stable
412S5-WORLD-002coveredcargo test -p fparkan-world --offline registration_sequence_stale_and_duplicate_original_contracts
413S5-WORLD-003coveredcargo test -p fparkan-world --offline registration_sequence_stale_and_duplicate_original_contracts
414S5-WORLD-004coveredcargo test -p fparkan-world --offline registration_sequence_stale_and_duplicate_original_contracts
415S5-WORLD-005coveredcargo test -p fparkan-world --offline identity_metadata_keeps_original_mirror_and_owner_distinct
416S5-WORLD-006coveredcargo test -p fparkan-world --offline command_fifo_and_deferred_delete_during_calculation
417S5-WORLD-007coveredcargo test -p fparkan-world --offline registration_sequence_stale_and_duplicate_original_contracts
418S5-WORLD-008coveredcargo test -p fparkan-world --offline command_fifo_and_deferred_delete_during_calculation
419S5-WORLD-009coveredcargo test -p fparkan-world --offline command_fifo_and_deferred_delete_during_calculation
420S5-WORLD-010coveredcargo test -p fparkan-world --offline command_fifo_and_deferred_delete_during_calculation
421S5-WORLD-011coveredcargo test -p fparkan-world --offline command_fifo_and_deferred_delete_during_calculation
422S5-WORLD-012coveredcargo test -p fparkan-world --offline fixed_step_pause_and_long_determinism_are_stable
423S5-WORLD-013coveredcargo test -p fparkan-world --offline fixed_step_pause_and_long_determinism_are_stable
424S5-WORLD-014coveredcargo test -p fparkan-world --offline snapshot_hash_determinism_and_immutability
425S5-WORLD-015coveredcargo test -p fparkan-world --offline snapshot_hash_determinism_and_immutability
426S5-WORLD-016coveredcargo test -p fparkan-world --offline fixed_step_pause_and_long_determinism_are_stable
427S5-WORLD-017coveredcargo test -p fparkan-world --offline render_disabled_does_not_change_hash_end_callbacks_and_shutdown_order
428S5-WORLD-018coveredcargo test -p fparkan-world --offline render_disabled_does_not_change_hash_end_callbacks_and_shutdown_order
429S5-WORLD-019coveredcargo test -p fparkan-world --offline render_disabled_does_not_change_hash_end_callbacks_and_shutdown_order
430S5-WORLD-PROP-001coveredcargo test -p fparkan-world --offline generated_command_delete_sequences_preserve_registry_invariants
431L5-P1-LMESH-001coveredcargo test -p fparkan-terrain-format --offline licensed_corpus_land_msh_validate
432L5-P2-LMESH-001coveredcargo test -p fparkan-terrain-format --offline licensed_corpus_land_msh_validate
433L5-P1-LMAP-001coveredcargo test -p fparkan-terrain-format --offline licensed_corpus_land_map_validate
434L5-P2-LMAP-001coveredcargo test -p fparkan-terrain-format --offline licensed_corpus_land_map_validate
435L5-LMAP-POLY-001coveredcargo test -p fparkan-terrain-format --offline licensed_corpus_land_map_validate land_map_prefix_absent_links_polygon_blocks_grid_size_and_exact_eof
436L5-P1-TMA-001coveredcargo test -p fparkan-mission-format --offline licensed_corpus_tma_validate
437L5-P2-TMA-001coveredcargo test -p fparkan-mission-format --offline licensed_corpus_tma_validate
438L5-P1-MISSION-001coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
439L5-P2-MISSION-001coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
440L5-P1-MISSION-002coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
441L5-P2-MISSION-002coveredcargo test -p fparkan-runtime --offline licensed_corpora_load_all_mission_foundations
442L5-P1-HEADLESS-001coveredcargo test -p fparkan-runtime --offline selected_is_and_is2_missions_execute_10000_deterministic_ticks
443L5-P2-HEADLESS-001coveredcargo test -p fparkan-runtime --offline selected_is_and_is2_missions_execute_10000_deterministic_ticks
444L5-P1-RENDER-001covered-planningcargo test -p fparkan-game --offline selected_is_and_is2_missions_produce_approved_render_captures
445L5-P2-RENDER-001covered-planningcargo test -p fparkan-game --offline selected_is_and_is2_missions_produce_approved_render_captures
446L3-DEVICE-001omittedRG40XX and portable-device profiles are outside the Windows-only runtime scope
447L5-RG40-001omittedRG40XX 640x480 on-device mission smoke/performance/memory evidence is outside the Windows-only runtime scope