diff --git a/glibc.spec b/glibc.spec index 93fedf4a16858990d4f6922c521a94037cd4c6a8..0912a4ff02bc3f7c317cc42493626dd1359419e3 100644 --- a/glibc.spec +++ b/glibc.spec @@ -66,7 +66,7 @@ ############################################################################## Name: glibc Version: 2.34 -Release: 53 +Release: 54 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -1292,6 +1292,9 @@ fi %endif %changelog +* Tue Feb 8 2022 Yang Yanchao - 2.34-54 +- disable rt/tst-cpuclock2 which often fails in CI. + * Tue Feb 8 2022 Qingqing Li - 2.34-53 - elf: fix glibc 2.34 ABI omission - x86: black list more intel cpus for TSX [BZ #27398] diff --git a/testsuite_whitelist.aarch64 b/testsuite_whitelist.aarch64 index 3e99a3dc3857ec50c885c60bae55dd084acea591..bb0b3fac397f5a3c776649bfc1c9c1dc6b7b0b08 100644 --- a/testsuite_whitelist.aarch64 +++ b/testsuite_whitelist.aarch64 @@ -109,3 +109,7 @@ nss/tst-nss-files-hosts-long # The test case fails due to OBS machine restrictions which can be passed locally. elf/tst-debug1 + +# This test case often fails in CI which is the high-pressure environment. +# No better solution is available. This test case is shielded. +rt/tst-cpuclock2 diff --git a/testsuite_whitelist.x86_64 b/testsuite_whitelist.x86_64 index 342591bf5b8f09fd4ac6d31102e35f5c13fd61bd..8a74a6f0dcad74e1fad869f426869783c912d59e 100644 --- a/testsuite_whitelist.x86_64 +++ b/testsuite_whitelist.x86_64 @@ -110,3 +110,7 @@ elf/check-cet # Add the tst-nss-files-hosts-long.root/etc/hosts of glibc to # the /etc/hosts directory of the system, and then run sucess nss/tst-nss-files-hosts-long + +# This test case often fails in CI which is the high-pressure environment. +# No better solution is available. This test case is shielded. +rt/tst-cpuclock2