From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73A6315A7D9 for ; Fri, 17 Mar 2023 22:01:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 908D62BC2FB; Fri, 17 Mar 2023 22:01:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CEBF2BC2FB for ; Fri, 17 Mar 2023 22:01:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 944A0341333 for ; Fri, 17 Mar 2023 22:01:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31ECE73E for ; Fri, 17 Mar 2023 22:01:38 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1679090482.a54a12a7c0c6ee40cf37eae712287712d7b58242.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/snack/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/snack/files/snack-2.2.10-test.patch X-VCS-Directories: dev-tcltk/snack/files/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: a54a12a7c0c6ee40cf37eae712287712d7b58242 X-VCS-Branch: master Date: Fri, 17 Mar 2023 22:01:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 52f0dc88-29f5-4209-b353-074ebe45270d X-Archives-Hash: 2260dde85d5ecf86d335bacc4398c716 commit: a54a12a7c0c6ee40cf37eae712287712d7b58242 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Mar 17 21:58:56 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Mar 17 22:01:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a54a12a7 dev-tcltk/snack: remove some test Float samples comparison is too restrictive Closes: https://bugs.gentoo.org/835486 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/snack/files/snack-2.2.10-test.patch | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/dev-tcltk/snack/files/snack-2.2.10-test.patch b/dev-tcltk/snack/files/snack-2.2.10-test.patch index 2ba3a0e82d99..ba8a91c8774d 100644 --- a/dev-tcltk/snack/files/snack-2.2.10-test.patch +++ b/dev-tcltk/snack/files/snack-2.2.10-test.patch @@ -117,3 +117,33 @@ test dbpower-1.3 {dBPowerSpectrum command, -end and -skip options} { set s [snack::sound snd -load ex1.wav] set tcl_precision 5 +--- a/tests/filter.test 2023-03-17 22:53:35.463977748 +0100 ++++ b/tests/filter.test 2023-03-17 22:55:40.931996456 +0100 +@@ -362,27 +362,6 @@ + set res + } {16000 16000 10026 -6287 Lin16 1 RAW 0} + +-test filter-7.1 {iir filter, applied to sound} { +- set s [snack::sound snd -load ex1.wav] +- set f [snack::filter iir -numerator "0.99 -0.99" -denominator "1 -0.99"] +- $s filter $f -continuedrain 0 +- set res [$s info] +- $f destroy +- $s destroy +- set res +-} {15820 16000 13222 -9615 Lin16 1 WAV 44} +- +-test filter-7.2 {iir filter, applied to stereo sound} { +- set s [snack::sound snd -load ex1.wav] +- $s convert -channels 2 +- set f [snack::filter iir -numerator "0.99 -0.99" -denominator "1 -0.99"] +- $s filter $f -continuedrain 0 +- set res [$s info] +- $f destroy +- $s destroy +- set res +-} {15820 16000 13222 -9616 Lin16 2 WAV 44} +- + test filter-8.1 {fade filter, applied to sound} { + set s [snack::sound snd -rate 4000] + $s length 4