loongarch64: skip fragile test fincore/count

(cherry picked from commit 3c59d47f7d16d4a49daa28be9fce9d18f7cc39a6)
This commit is contained in:
Wenlong Zhang 2024-11-28 09:35:24 +08:00 committed by openeuler-sync-bot
parent c5297d9be1
commit c18c98bfc5

View File

@ -3,7 +3,7 @@
Name: util-linux Name: util-linux
Version: 2.39.1 Version: 2.39.1
Release: 13 Release: 14
Summary: A random collection of Linux utilities Summary: A random collection of Linux utilities
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
URL: https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git URL: https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
@ -195,6 +195,9 @@ unset LINGUAS || :
%ifarch riscv64 %ifarch riscv64
sed -i 's|^EXCLUDETESTS=$|EXCLUDETESTS=misc/flock|' tests/run.sh sed -i 's|^EXCLUDETESTS=$|EXCLUDETESTS=misc/flock|' tests/run.sh
%endif %endif
%ifarch loongarch64
sed -i 's|^EXCLUDETESTS=$|EXCLUDETESTS=fincore/count|' tests/run.sh
%endif
make check make check
%install %install
@ -416,6 +419,12 @@ fi
%endif %endif
%changelog %changelog
* Thu Nov 28 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 2.39.1-14
- Type:enhancement
- CVE: NA
- SUG: NA
- DESC: loongarch64: skip fragile test fincore/count
* Mon Nov 04 2024 laokz <zhangkai@iscas.ac.cn> - 2.39.1-13 * Mon Nov 04 2024 laokz <zhangkai@iscas.ac.cn> - 2.39.1-13
- Type:enhancement - Type:enhancement
- CVE: NA - CVE: NA