Skip failing tests on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
02731d9463
commit
ab32abb583
11
wxGTK.spec
11
wxGTK.spec
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: wxGTK
|
Name: wxGTK
|
||||||
Version: 3.2.4
|
Version: 3.2.4
|
||||||
Release: 1%{?dist}
|
Release: 1.0.riscv64%{?dist}
|
||||||
Summary: GTK port of the wxWidgets GUI library
|
Summary: GTK port of the wxWidgets GUI library
|
||||||
License: wxWidgets
|
License: wxWidgets
|
||||||
URL: https://www.wxwidgets.org/
|
URL: https://www.wxwidgets.org/
|
||||||
@ -231,6 +231,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} TZ=UTC wxUSE_XVFB=1 \
|
|||||||
WX_TEST_WEBREQUEST_URL="http://localhost:5000" xvfb-run -a ./test ~[.] \
|
WX_TEST_WEBREQUEST_URL="http://localhost:5000" xvfb-run -a ./test ~[.] \
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
~wxTextFile::Special ~wxFileName::GetSizeSpecial ~wxFile::Special \
|
~wxTextFile::Special ~wxFileName::GetSizeSpecial ~wxFile::Special \
|
||||||
|
%endif
|
||||||
|
%ifarch riscv64
|
||||||
|
~wxTextFile::Special ~wxFile::Special \
|
||||||
%endif
|
%endif
|
||||||
~WebRequest::SSL::Ignore
|
~WebRequest::SSL::Ignore
|
||||||
LD_LIBRARY_PATH=%{buildroot}%{_libdir} wxUSE_XVFB=1 xvfb-run -a \
|
LD_LIBRARY_PATH=%{buildroot}%{_libdir} wxUSE_XVFB=1 xvfb-run -a \
|
||||||
@ -240,6 +243,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} wxUSE_XVFB=1 xvfb-run -a \
|
|||||||
%endif
|
%endif
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
~WebView \
|
~WebView \
|
||||||
|
%endif
|
||||||
|
%ifarch riscv64
|
||||||
|
~TreeCtrlTestCase ~WebView ~wxImage::Paste \
|
||||||
%endif
|
%endif
|
||||||
~wxHtmlPrintout::Pagination
|
~wxHtmlPrintout::Pagination
|
||||||
popd
|
popd
|
||||||
@ -318,6 +324,9 @@ fi
|
|||||||
%doc html
|
%doc html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 04 2023 David Abdurachmanov <davidlt@rivosinc.com> - 3.2.4-1.0.riscv64
|
||||||
|
- Skip failing tests on riscv64
|
||||||
|
|
||||||
* Thu Nov 16 2023 Scott Talbert <swt@techie.net> - 3.2.4-1
|
* Thu Nov 16 2023 Scott Talbert <swt@techie.net> - 3.2.4-1
|
||||||
- Update to new upstream release 3.2.4
|
- Update to new upstream release 3.2.4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user