From e547c06be1164ea90eaef82b5d2483dbe9eb779db6cdebee7a335d69774741ff Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 19 Sep 2022 06:52:38 +0000 Subject: [PATCH] Accepting request 1003483 from home:Andreas_Schwab:Factory - Skip gnulib test test-free under qemu emulation (bsc#1202260) OBS-URL: https://build.opensuse.org/request/show/1003483 OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=71 --- diffutils.changes | 5 +++++ diffutils.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/diffutils.changes b/diffutils.changes index c4977cf..97ef8a7 100644 --- a/diffutils.changes +++ b/diffutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 14 07:49:54 UTC 2022 - Andreas Schwab + +- Skip gnulib test test-free under qemu emulation (bsc#1202260) + ------------------------------------------------------------------- Mon Sep 20 17:45:41 UTC 2021 - Andreas Schwab diff --git a/diffutils.spec b/diffutils.spec index d29371c..5e583eb 100644 --- a/diffutils.spec +++ b/diffutils.spec @@ -1,7 +1,7 @@ # # spec file for package diffutils # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -50,6 +50,8 @@ make source code patches, for instance. echo exit 77 > gnulib-tests/test-c-stack.sh echo 'int main() { return 77; }' > gnulib-tests/test-sigsegv-catch-stackoverflow1.c echo 'int main() { return 77; }' > gnulib-tests/test-sigsegv-catch-stackoverflow2.c +# This triggers a bug in qemu (bsc#1202260) +echo 'int main() { return 77; }' > gnulib-tests/test-free.c %endif %make_build check