Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
d/t/run-tests: Skip tests that fail on mips64el
· 5758e6ab
Rafael Laboissière
authored
Feb 19, 2019
5758e6ab
Changelog entry for version 6.0.47-2
· a5e1d306
Rafael Laboissière
authored
Feb 19, 2019
Gbp-Dch: Ignore
a5e1d306
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a5e1d306
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
...
...
debian/tests/run-tests
View file @
a5e1d306
...
...
@@ -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
\
...
...