[med-svn] [praat] 01/02: d/t/run-tests: Drop unit tests that fail on s390x
Rafael Laboissiere
rafael at debian.org
Thu Feb 8 01:37:52 UTC 2018
This is an automated email from the git hooks/post-receive script.
rafael pushed a commit to branch master
in repository praat.
commit e9e562e8cff8a675808df96418195b69862212a6
Author: Rafael Laboissiere <rafael at debian.org>
Date: Wed Feb 7 22:42:38 2018 -0200
d/t/run-tests: Drop unit tests that fail on s390x
Closes: #889703
---
debian/tests/run-tests | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/tests/run-tests b/debian/tests/run-tests
index 660b9b5..f9301a6 100755
--- a/debian/tests/run-tests
+++ b/debian/tests/run-tests
@@ -69,12 +69,15 @@ for f in $(ls *.praat) ; 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 and Bug#889703).
if [ $f != runAllTests.praat \
-a $f != ba-da-continuum.praat \
-a $f != speechsynthesizer_test.praat \
+ -a $f != test_bss_twoSoundsMixed.praat \
-a $f != test_sigma_ellipse.praat \
-a $f != test_Sound_draw_where.praat \
+ -a $f != test_SpeechSynthesizer.praat \
-a $f != test_Sound_paint_where.praat \
-a $f != test_spectrogramTypes.praat ] ; then
run $f
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git
More information about the debian-med-commit
mailing list