Skip to content
Commits on Source (2)
praat (6.0.47-2) unstable; urgency=medium
* d/t/run-tests: Skip unit tests that fail on mips64el
-- Rafael Laboissiere <rafael@debian.org> Tue, 19 Feb 2019 13:21:45 -0300
praat (6.0.47-1) unstable; urgency=medium
* New upstream version 6.0.47
......
......@@ -38,17 +38,20 @@ for d in $(ls -d */) ; do
echo "===== $f"
## Skip scripts that cannot be run from the command line
## or that crash on unstable as on 2018-01-27 (see Bug#887685).
## or that crash on unstable as on 2018-01-27 (see Bug#887685),
## or that crash on some architectures.
if [ $f != sys/script2.praat \
-a $f != "fon ExperimentMFC/experimentMFC.praat" \
-a $f != num/fisherQ.praat \
-a $f != dwtools/Discriminant.praat \
-a $f != dwtools/EditCostsTable.praat \
-a $f != fon/resample16_8.praat \
-a $f != fon/resample22_8.praat \
-a $f != fon/resample24_8.praat \
-a $f != fon/resample32_8.praat \
-a $f != fon/resample44_8.praat \
-a $f != fon/resample48_8.praat \
-a $f != fon/resample96_8.praat \
-a $f != fon/Spectrum_draw.praat \
-a $f != sys/graphics.praat \
-a $f != sys/graphicsText.praat \
......