Disable more segfaulting tests

This commit is contained in:
Orion Poplawski 2016-12-08 17:02:36 -07:00
parent 29021ae262
commit 9924aa8c95
1 changed files with 5 additions and 2 deletions

View File

@ -14,7 +14,7 @@
Name: octave Name: octave
Epoch: 6 Epoch: 6
Version: 4.2.0 Version: 4.2.0
Release: 8%{?rcver:.rc%{rcver}}%{?dist} Release: 9%{?rcver:.rc%{rcver}}%{?dist}
Summary: A high-level language for numerical computations Summary: A high-level language for numerical computations
Group: Applications/Engineering Group: Applications/Engineering
License: GPLv3+ License: GPLv3+
@ -206,7 +206,7 @@ rm -r liboctave/cruft/fftpack
# libinterp/dldfcn/__osmesa_print__.cc-tst is segfaulting # libinterp/dldfcn/__osmesa_print__.cc-tst is segfaulting
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78409 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78409
sed -i -e '/^%/d' libinterp/dldfcn/__osmesa_print__.cc scripts/plot/util/__pltopt__.m sed -i -e '/^%/d' libinterp/dldfcn/__osmesa_print__.cc scripts/plot/util/{__opengl_info__,__pltopt__,allchild}.m test/publish/publish.tst
autoreconf -i autoreconf -i
@ -430,6 +430,9 @@ fi
%{_pkgdocdir}/refcard*.pdf %{_pkgdocdir}/refcard*.pdf
%changelog %changelog
* Thu Dec 08 2016 Orion Poplawski <orion@cora.nwra.com> - 6:4.2.0-9
- Disable more segfaulting tests
* Thu Dec 08 2016 Orion Poplawski <orion@cora.nwra.com> - 6:4.2.0-8 * Thu Dec 08 2016 Orion Poplawski <orion@cora.nwra.com> - 6:4.2.0-8
- Add patch to prevent gzip from deleting target file, instead emit warning - Add patch to prevent gzip from deleting target file, instead emit warning
- Drop debug code - Drop debug code