remove fail testcase for loongarch
This commit is contained in:
parent
36052db9a0
commit
29347b1527
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: sqlite
|
Name: sqlite
|
||||||
Version: 3.37.2
|
Version: 3.37.2
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Embeded SQL database
|
Summary: Embeded SQL database
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: http://www.sqlite.org/
|
URL: http://www.sqlite.org/
|
||||||
@ -115,6 +115,10 @@ export MALLOC_CHECK_=3
|
|||||||
%else
|
%else
|
||||||
rm test/csv01.test
|
rm test/csv01.test
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch loongarch64
|
||||||
|
rm -rf test/thread1.test
|
||||||
|
rm -rf test/thread2.test
|
||||||
|
%endif
|
||||||
|
|
||||||
make test
|
make test
|
||||||
%endif # with check
|
%endif # with check
|
||||||
@ -139,6 +143,9 @@ make test
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 13 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 3.37.2-5
|
||||||
|
- remove fail testcase for loongarch
|
||||||
|
|
||||||
* Wed Dec 14 2022 zhuwentao <zhuwentao5@huawei.com> - 3.37.2-4
|
* Wed Dec 14 2022 zhuwentao <zhuwentao5@huawei.com> - 3.37.2-4
|
||||||
- fix the CVE-2022-46908
|
- fix the CVE-2022-46908
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user