Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package liburing for openSUSE:Factory checked in at 2025-01-07 20:49:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liburing (Old) and /work/SRC/openSUSE:Factory/.liburing.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liburing" Tue Jan 7 20:49:55 2025 rev:26 rq:1235113 version:2.8 Changes: -------- --- /work/SRC/openSUSE:Factory/liburing/liburing.changes 2024-12-15 12:34:23.071203569 +0100 +++ /work/SRC/openSUSE:Factory/.liburing.new.1881/liburing.changes 2025-01-07 20:49:57.508326017 +0100 @@ -1,0 +2,5 @@ +Mon Jan 6 06:55:31 UTC 2025 - Jiri Slaby <jsl...@suse.cz> + +- disable some tests for older kernels & strange archs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liburing.spec ++++++ --- /var/tmp/diff_new_pack.epghne/_old 2025-01-07 20:49:59.700416674 +0100 +++ /var/tmp/diff_new_pack.epghne/_new 2025-01-07 20:49:59.708417005 +0100 @@ -1,7 +1,7 @@ # # spec file for package liburing # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -88,9 +88,29 @@ %make_build -C src %check +declare -a TEST_EXCLUDE=() + +%if 0%{?sle_version} == 150500 +TEST_EXCLUDE+=( fallocate.t fd-pass.t fixed-buf-merge.t msg-ring-overflow.t nop.t poll-race-mshot.t reg-hint.t sqwait.t wq-aff.t ) +%endif +%if 0%{?sle_version} == 150600 || 0%{?sle_version} == 150700 +TEST_EXCLUDE+=( fallocate.t ) +%endif +%if 0%{?suse_version} == 1600 +TEST_EXCLUDE+=( sqwait.t ) +%endif + +%ifarch ppc64le +TEST_EXCLUDE+=( no-mmap-inval.t recv-multishot.t reg-fd-only.t recvsend_bundle.t recvsend_bundle-inc.t ) +%elifarch s390x +TEST_EXCLUDE+=( futex.t multicqes_drain.t poll-mshot-update.t read-mshot.t waitid.t ) +TEST_EXCLUDE+=( link-timeout.t min-timeout-wait.t submit-and-wait.t sync-cancel.t ) +%endif + # io_uring syscalls not supported as of qemu 7.0.0 and would test the host # kernel anyway not the target kernel.. %if !0%{?qemu_user_space_build} +echo "TEST_EXCLUDE=\"${TEST_EXCLUDE[@]}\"" > test/config.local %make_build runtests %endif