NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54187 CVS commit: src



The following reply was made to PR kern/54187; it has been noted by GNATS.

From: "Tetsuya Isaki" <isaki%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54187 CVS commit: src
Date: Thu, 20 Jun 2019 12:14:47 +0000

 Module Name:	src
 Committed By:	isaki
 Date:		Thu Jun 20 12:14:46 UTC 2019
 
 Modified Files:
 	src/distrib/sets/lists/tests: mi
 	src/tests/dev/audio: Makefile h_pad.c t_pad.sh
 Removed Files:
 	src/tests/dev/audio: t_pad_output.bz2.uue
 
 Log Message:
 Rewrite t_pad test.
 Previous version compared the pad's output binary passed mulaw-slinear
 conversion and frequency conversion with the prepared "good result".
 In such case, a test may fail when the implemantation changes.  In fact,
 the frequency conversion algorithm was changed in isaki-audio2, so
 output waveforms is not completely the same (but that's no problem with
 the audio waveforms).
 New version uses slinear_le/2ch/44100Hz input data and compares the
 output binary with the input data.  pad with no conversions should
 output the same binary.
 Fix PR kern/54187.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.816 -r1.817 src/distrib/sets/lists/tests/mi
 cvs rdiff -u -r1.5 -r1.6 src/tests/dev/audio/Makefile
 cvs rdiff -u -r1.2 -r1.3 src/tests/dev/audio/h_pad.c
 cvs rdiff -u -r1.3 -r1.4 src/tests/dev/audio/t_pad.sh
 cvs rdiff -u -r1.4 -r0 src/tests/dev/audio/t_pad_output.bz2.uue
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index