Jiri Slaby 2025-02-11 08:40:06 +00:00 committed by Git OBS Bridge
parent cee8672bac
commit 403896ceb4
2 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,12 @@
-------------------------------------------------------------------
Tue Feb 11 08:39:50 UTC 2025 - Jiri Slaby <jslaby@suse.cz>
- disable even more tests
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 31 15:47:09 UTC 2025 - Christian Goll <cgoll@suse.com> Fri Jan 31 15:47:09 UTC 2025 - Christian Goll <cgoll@suse.com>
- disable more tests for 15.6 + 15.7 - disable sqwait.t and nop.t for 15.6
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 27 09:50:23 UTC 2025 - Jiri Slaby <jslaby@suse.cz> Mon Jan 27 09:50:23 UTC 2025 - Jiri Slaby <jslaby@suse.cz>

View File

@ -100,7 +100,9 @@ TEST_EXCLUDE+=( accept-non-empty.t bind-listen.t fallocate.t nop.t recvsend_bund
TEST_EXCLUDE+=( sqwait.t ) TEST_EXCLUDE+=( sqwait.t )
%endif %endif
%ifarch ppc64le %ifarch %{arm}
TEST_EXCLUDE+=( min-timeout-wait.t )
%elifarch ppc64le
TEST_EXCLUDE+=( no-mmap-inval.t recv-multishot.t reg-fd-only.t recvsend_bundle.t recvsend_bundle-inc.t ) TEST_EXCLUDE+=( no-mmap-inval.t recv-multishot.t reg-fd-only.t recvsend_bundle.t recvsend_bundle-inc.t )
%elifarch s390x %elifarch s390x
TEST_EXCLUDE+=( 7ad0e4b2f83c.t futex.t multicqes_drain.t poll-mshot-update.t read-mshot.t timeout-new.t waitid.t ) TEST_EXCLUDE+=( 7ad0e4b2f83c.t futex.t multicqes_drain.t poll-mshot-update.t read-mshot.t timeout-new.t waitid.t )