Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
d/p/show-fc-discrimant-test.patch: Drop patch
· da15cabf
Rafael Laboissière
authored
Jan 07, 2019
da15cabf
d/t/run-tests: exclude unit test test_Discriminant.praat
· a7fbe8a1
Rafael Laboissière
authored
Jan 07, 2019
a7fbe8a1
Changelog entry for version 6.0.46-3
· f37b6db2
Rafael Laboissière
authored
Jan 07, 2019
Gbp-Dch: Ignore
f37b6db2
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f37b6db2
praat (6.0.46-3) unstable; urgency=medium
* d/p/show-fc-discrimant-test.patch: Drop patch
* d/t/run-tests: Exclude unit test test_Discriminant.praat
-- Rafael Laboissiere <rafael@debian.org> Mon, 07 Jan 2019 11:06:18 -0200
praat (6.0.46-2) unstable; urgency=medium
* d/p/show-fc-discrimant-test.patch: New patch
...
...
debian/patches/series
View file @
f37b6db2
use-ldflags.patch
remove-time-date-macros.patch
fix-procrustes-unit-test.patch
show-fc-discrimant-test.patch
debian/patches/show-fc-discrimant-test.patch
deleted
100644 → 0
View file @
2320ceeb
Description: Show result in test_Discriminant.praat unit test
This is an attempt to debug a build failure on i386.
Author: Rafael Laboissiere <rafael@debian.org>
Forwarded: not-needed
Last-Update: 2019-01-06
--- praat-6.0.46.orig/dwtest/test_Discriminant.praat
+++ praat-6.0.46/dwtest/test_Discriminant.praat
@@ -19,6 +19,8 @@
appendInfoLine: tab$ + "Query old and ne
appendInfoLine: tab$ + "Assert old and new Discriminant classify the same"
@classify: discriminant[1], tableOfReal, 1
@classify: discriminant[2], tableOfReal, 2
+appendInfoLine: tab$ + "classify.fc[1]: ", classify.fc[1]
+appendInfoLine: tab$ + "classify.fc[2]: ", classify.fc[2]
assert classify.fc[1] = classify.fc[2]
procedure classify: .discriminant, .tableOfReal, .index
debian/tests/run-tests
View file @
f37b6db2
...
...
@@ -75,6 +75,7 @@ for f in $(ls *.praat) ; do
## (see Bug#887685 and Bug#889703).
if
[
$f
!=
runAllTests.praat
\
-a
$f
!=
speechsynthesizer_test.praat
\
-a
$f
!=
test_Discriminant.praat
\
-a
$f
!=
test_bss_twoSoundsMixed.praat
\
-a
$f
!=
test_sigma_ellipse.praat
\
-a
$f
!=
test_Sound_draw_where.praat
\
...
...