[TSM.ID].[11031972] fix: 3Z Zero Error — fix 16 module test failures

FIXED:
- xcu-aegis: test data too few blood flow pulses (3 < threshold 5)
- xcu-anti-debug: integer overflow in seed calc (sum::<u8> panic)
- xcu-anti-dump: same overflow bug
- xcu-browser-engine: same overflow bug
- xcu-db-sync: same overflow bug
- xcu-fingerprint-fuzz: same overflow bug
- xcu-hardware-token: same overflow bug
- xcu-jailbreak-detector: same overflow bug
- xcu-key-rotation: same overflow bug
- xcu-network-isolate: same overflow bug
- xcu-pin-pad: same overflow bug
- xcu-pkx-enforcer: same overflow bug
- xcu-tamper-proof: same overflow bug
- xcu-codec-av1x: OBU header byte 0x12 decoded TempDelimiter not SeqHeader
- xcu-codec-h265x: NAL byte 0x28 decoded IdrNLp not IdrWRadl
- xcu-omniscience: FSK test wave had amplitude>0.8 triggering AM path

All 142 modules now pass: cargo test --workspace --lib -D warnings
This commit is contained in:
TSM.ID
2026-05-25 16:57:46 +07:00
parent c26592ed1d
commit 061dc41166
16 changed files with 46 additions and 83 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ mod tests {
#[test]
fn test_absolute_reality_annihilation() {
// --- 1. UJI VIDEO DEEPFAKE ---
let video_manusia_asli = vec![0.02, 0.08, 0.04, 0.12, 0.05, 0.09, 0.01]; // Ada fluktuasi darah (0.05-0.15)
let video_manusia_asli = vec![0.07, 0.08, 0.11, 0.12, 0.06, 0.09, 0.13, 0.10, 0.08]; // Ada fluktuasi darah (>0.05 dan <0.15)
let video_sora_ai = vec![0.01, 0.02, 0.01, 0.02, 0.01, 0.02]; // Fluktuasi statis, tidak berdenyut
assert!(AegisSynthetica::detect_video_blood_flow(&video_manusia_asli).is_ok());