From cb5cb75267f38cfb91560560e8c83fad867deb12 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Tue, 9 Apr 2024 03:45:44 +0000 Subject: [PATCH] remove fail testcase for loongarch64 --- sqlite.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sqlite.spec b/sqlite.spec index a0f0678..2271244 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %bcond_without tcl %bcond_without sqldiff @@ -188,6 +188,10 @@ export MALLOC_CHECK_=3 %else rm test/csv01.test %endif +%ifarch loongarch64 +rm -rf test/transitive1.test test/tkt3493.test test/misc1.test test/indexexpr2.test \ + test/index.test test/check.test test/unionall.test test/where8.test test/where5.test +%endif %make_build test %endif #with check @@ -233,6 +237,9 @@ rm test/csv01.test %endif %changelog +* Tue Apr 9 2024 Wenlong Zhang - 3.42.0-3 +- remove fail testcase for loongarch64 + * Tue Mar 26 2024 Chang Gao - 3.42.0-2 - Fix requires mismatch -- Gitee