diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-16 13:10:19 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-16 13:10:19 +0100 |
| commit | 0fd3c982247d05bacbd67db08c865ec67602437f (patch) | |
| tree | 2c33254ef547428f304df48a9fdc00bb5e9a7183 | |
| parent | 1ad8689e0f21930df4e55ebb69c34764138981f7 (diff) | |
docs(TODO): add test infrastructure maintenance section
Documented outstanding test TODOs:
- test_effect_base.cc:250 - SIGTRAP in test_sequence_render (commented out)
- test_sequence.cc - v1 to v2 port pending
- test_audio_engine.cc:152 - Commented test needs debugging
- test_fft.cc:87 - FFT-DCT algorithm investigation
All tests currently passing (35/35)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
| -rw-r--r-- | TODO.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -46,6 +46,27 @@ Enhanced CNN post-processing with multi-dimensional feature inputs. --- +## Priority 3: Test Infrastructure Maintenance [ONGOING] + +**Status:** 35/35 tests passing + +**Outstanding TODOs:** + +1. **test_effect_base.cc:250** - Fix SIGTRAP in `test_sequence_render()` (commented out) + - All other tests validate the same functionality + - Issue: Hangs/crashes during render with external sink view + +2. **test_sequence.cc** - Port v1 sequence tests to v2 (currently disabled) + - Uses legacy Effect/MainSequence system + - Lines 168, 173, 182: Re-enable lifecycle and simulation tests after v2 port + +3. **test_audio_engine.cc:152** - Re-enable commented test after debugging + +4. **test_fft.cc:87** - Investigate FFT-DCT algorithm discrepancy + - May need different algorithm or fix existing one + +--- + ## ~~Priority 3: Tracker Humanization & Sample Offset~~ [IMPLEMENTED] Enhance tracker with sample offset and humanization for realistic playback. |
