Skip to content
Commits on Source (3)
praat (6.0.46-2) unstable; urgency=medium
* d/p/show-fc-discrimant-test.patch: New patch
* d/t/run-tests: Exclude test_SpeechSynthesizer_alignment.praat
-- Rafael Laboissiere <rafael@debian.org> Sun, 06 Jan 2019 18:55:06 -0200
praat (6.0.46-1) unstable; urgency=medium
* New upstream version 6.0.46
......
use-ldflags.patch
remove-time-date-macros.patch
fix-procrustes-unit-test.patch
show-fc-discrimant-test.patch
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
......@@ -79,6 +79,7 @@ for f in $(ls *.praat) ; do
-a $f != test_sigma_ellipse.praat \
-a $f != test_Sound_draw_where.praat \
-a $f != test_SpeechSynthesizer.praat \
-a $f != test_SpeechSynthesizer_alignment.praat \
-a $f != test_Sound_paint_where.praat \
-a $f != test_spectrogramTypes.praat \
-a $f != test_TextGrid_extensions.praat ] ; then
......