vlang/vsl
test: deduplicate identical fft_test.v and fft64_test.v
Ouverte
#320 ouverte le 14 juil. 2026
Hacktoberfestenhancementgood first issue
Métriques du dépôt
- Stars
- (400 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
fft/fft_test.v and fft/fft64_test.v are byte-identical (2365B each) — a copy-paste
duplication with no f32 vs f64 cross-validation.
Task
- Extract shared test logic into
fft/fft_test_common.v - Have
fft_test.vandfft64_test.vimport and parameterize it - Add a cross-validation test verifying f32 and f64 produce consistent results
Verification
v test vsl/fftpasses