tests: coverage round 4 (footage, IPC, input immediate, project/factory)

- footage_test: static describe/loop-mode helpers, stream mapping,
  Value() job generation incl. proxy attachment, data roles, reprobe
  via seeded metadata cache
- render_workerpool_ipc_test: SharedMemoryRegion, FrameSlotPool
  cross-mapping handoff, IpcMessage NDJSON round trips, RenderWorkerPool
  rejection paths
- node_inputimmediate_test: NodeInputImmediate raw API, SetValueAtTime,
  interpolation (linear/hold/bezier) for float/vec/color/rational
- project_factory_test: Project settings/cache modes/save-load/signals,
  NodeFactory creation and menus

Also fixes Project::cache_path() returning the default cache instead of
a configured custom cache path (inverted branch, found by the tests)
This commit is contained in:
2026-07-17 04:55:37 +08:00
parent 576a843e4d
commit 7e55bd049b
6 changed files with 3016 additions and 1 deletions
+4
View File
@@ -59,6 +59,10 @@ add_executable(olive-gtest
node_core_test.cpp
clip_traverser_test.cpp
audio_manager_viewer_test.cpp
footage_test.cpp
render_workerpool_ipc_test.cpp
node_inputimmediate_test.cpp
project_factory_test.cpp
timeline_marker_test.cpp
undo_stack_test.cpp
plugin_support_test.cpp