wifi-densepose/scripts
ruv e574cbe129 fix(qemu): resolve 23 bugs from deep code review
CRITICAL:
- inject_fault.py: make nvs_corrupt write actual bytes via --flash arg;
  heap_exhaust and corrupt_frame now pause VM with honest WARNING about
  GDB stub requirement for real memory writes
- firmware-qemu.yml: remove github.run_id from cache key (was causing
  100% cache miss rate, rebuilding QEMU every run)
- mock_csi.c: change scenario_elapsed_ms() to int64_t (uint32 wrapped
  at ~49 days)

HIGH:
- qemu-mesh-test.sh: pass --results flag to validate_mesh_test.py
  (was passing positional arg to named-only parameter)
- test/Makefile: separate corpus directories per fuzz target
  (corpus_serialize/, corpus_edge/, corpus_nvs/)
- qemu-snapshot-test.sh: replace log truncation with tail-based
  extraction (truncation created sparse file while QEMU held fd)

MEDIUM:
- mock_csi.c: reset s_mac_filter_initialized in mock_csi_init()
- mock_csi.c: fix LFSR polynomial comment (32,31,29,1 not 32,22,2,1)
- sdkconfig.coverage: add FreeRTOS timer stack 4096 and WDT tuning
- firmware-qemu.yml: replace continue-on-error with FUZZER_CRASH env
- qemu-chaos-test.sh: rename heap_pressure to heap_exhaust for consistency
- validate_qemu_output.py: fix docstring "14 checks" -> "16 checks"
- generate_nvs_matrix.py: deduplicate temp file cleanup paths

LOW:
- mock_csi.c: remove M_PI float suffix, fix overflow burst flag
- qemu-snapshot-test.sh: fix now_ms() for macOS date +%s%N
- ADR-061: fix scenario 8 RSSI range to -90...-10 dBm
- launch.json: remove contradictory compound debug config

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-14 11:28:57 -04:00
..
check_health.py fix(scripts): improve usability across all ADR-061 QEMU testing scripts 2026-03-14 11:19:39 -04:00
esp32_wasm_test.py feat: add ADR-042 CHCI protocol, 24 new edge modules, README restructure 2026-03-03 11:35:57 -05:00
generate-witness-bundle.sh feat: 100% validated witness bundle with proof hash + generator script 2026-03-01 15:51:38 -05:00
generate_nvs_matrix.py fix(qemu): resolve 23 bugs from deep code review 2026-03-14 11:28:57 -04:00
inject_fault.py fix(qemu): resolve 23 bugs from deep code review 2026-03-14 11:28:57 -04:00
provision.py fix(firmware): provision.py nvs import + partition config template 2026-03-10 08:40:47 -04:00
qemu-chaos-test.sh fix(qemu): resolve 23 bugs from deep code review 2026-03-14 11:28:57 -04:00
qemu-esp32s3-test.sh fix(scripts): improve usability across all ADR-061 QEMU testing scripts 2026-03-14 11:19:39 -04:00
qemu-mesh-test.sh fix(qemu): resolve 23 bugs from deep code review 2026-03-14 11:28:57 -04:00
qemu-snapshot-test.sh fix(qemu): resolve 23 bugs from deep code review 2026-03-14 11:28:57 -04:00
validate_mesh_test.py fix(scripts): improve usability across all ADR-061 QEMU testing scripts 2026-03-14 11:19:39 -04:00
validate_qemu_output.py fix(qemu): resolve 23 bugs from deep code review 2026-03-14 11:28:57 -04:00