diff options
author | 2022-06-04 09:04:22 +0300 | |
---|---|---|
committer | 2022-06-04 10:07:50 +0300 | |
commit | db774dfc6aac428f51c145fa775593f7dd7b134f (patch) | |
tree | 1e12e96c44ad2b908ada62126d289ec32373622a /dev-libs/raft/files | |
parent | dev-libs/dqlite: drop 1.9.1 (diff) | |
download | gentoo-db774dfc6aac428f51c145fa775593f7dd7b134f.tar.gz gentoo-db774dfc6aac428f51c145fa775593f7dd7b134f.tar.bz2 gentoo-db774dfc6aac428f51c145fa775593f7dd7b134f.zip |
dev-libs/raft: drop 0.11.3-r1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/raft/files')
-rw-r--r-- | dev-libs/raft/files/raft-0.9.25-Always-skip-init-oom-test.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-libs/raft/files/raft-0.9.25-Always-skip-init-oom-test.patch b/dev-libs/raft/files/raft-0.9.25-Always-skip-init-oom-test.patch deleted file mode 100644 index 7a22682c2e0..00000000000 --- a/dev-libs/raft/files/raft-0.9.25-Always-skip-init-oom-test.patch +++ /dev/null @@ -1,31 +0,0 @@ -commit e0948518f6eedad85c7705fb3963cfdda3627d8f -Author: Reto Gantenbein <reto.gantenbein@linuxmonk.ch> -Date: Thu Oct 22 00:19:31 2020 +0200 - - Always skip init/oom test - - The RPM package build in COPR is being executed on a tmpfs which - always results in a failure of this test: - - init/oom - heap-fault-delay=1, heap-fault-repeat=1 [ ERROR ] - Error: test/integration/test_uv_init.c:156: assertion failed: _rv == 1 (0 == 1) - - Instead only for certain architectures we always skip this test. - For more informations see https://github.com/ganto/copr-lxc4/issues/8 - -diff --git a/test/integration/test_uv_init.c b/test/integration/test_uv_init.c -index 8c9b5f7..57db7f3 100644 ---- a/test/integration/test_uv_init.c -+++ b/test/integration/test_uv_init.c -@@ -144,10 +144,8 @@ static MunitParameterEnum oomParams[] = { - TEST(init, oom, setUp, tearDown, 0, oomParams) - { - struct fixture *f = data; --#if defined(__i686__) - /* XXX: tmpfs seems to not support O_DIRECT */ - return MUNIT_SKIP; --#endif - #if defined(__powerpc64__) - /* XXX: fails on ppc64el */ - return MUNIT_SKIP; |