From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 694231F8C6 for ; Mon, 13 Sep 2021 19:40:19 +0000 (UTC) Received: from localhost ([::1]:47848 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mProQ-0007qB-5K for normalperson@yhbt.net; Mon, 13 Sep 2021 15:40:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59562) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mProL-0007pi-Jt for bug-gnulib@gnu.org; Mon, 13 Sep 2021 15:40:13 -0400 Received: from mail.inka.de ([2a04:c9c7:0:1073:217:a4ff:fe3b:e77c]:40292) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mProJ-0007ZQ-Eg for bug-gnulib@gnu.org; Mon, 13 Sep 2021 15:40:13 -0400 Received: from mips.inka.de (naddy@[127.0.0.1]) by mail.inka.de with uucp (rmailwrap 0.5) id 1mProC-009ITy-Qs; Mon, 13 Sep 2021 21:40:04 +0200 Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.16.1/8.16.1) with ESMTP id 18DJbQpJ081263; Mon, 13 Sep 2021 21:37:26 +0200 (CEST) (envelope-from naddy@lorvorc.mips.inka.de) Received: (from naddy@localhost) by lorvorc.mips.inka.de (8.16.1/8.16.1/Submit) id 18DJbPan081262; Mon, 13 Sep 2021 21:37:25 +0200 (CEST) (envelope-from naddy) Date: Mon, 13 Sep 2021 21:37:25 +0200 From: Christian Weisgerber To: Bruno Haible Subject: Re: sigsegv.c: add OpenBSD/powerpc64 support Message-ID: References: <000a8872-de92-e1e3-ed2a-5079b1ca6824@cs.ucla.edu> <4694160.tiCG3LdiiZ@omega> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4694160.tiCG3LdiiZ@omega> Received-SPF: none client-ip=2a04:c9c7:0:1073:217:a4ff:fe3b:e77c; envelope-from=naddy@mips.inka.de; helo=mail.inka.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paul Eggert , bug-gnulib@gnu.org Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Bruno Haible: > The patch looks right; it is consistent with > https://cvsweb.openbsd.org/src/sys/arch/powerpc64/include/signal.h?rev=1.5&content-type=text/x-cvsweb-markup . > But has it also been tested? The test procedure is to create a testdir of > this gnulib module: > [...] > Which tests pass, which tests fail? All tests pass: make check-TESTS PASS: test-intprops PASS: test-inttypes PASS: test-limits-h PASS: test-sigsegv-catch-segv1 PASS: test-sigsegv-catch-segv2 PASS: test-sigsegv-catch-stackoverflow1 PASS: test-sigsegv-catch-stackoverflow2 PASS: test-stdalign PASS: test-stdbool PASS: test-stddef PASS: test-stdint PASS: test-stdlib PASS: test-sys_types PASS: test-init.sh PASS: test-unistd PASS: test-verify PASS: test-verify.sh PASS: test-wchar ============================================================================ Testsuite summary for dummy 0 ============================================================================ # TOTAL: 18 # PASS: 18 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ -- Christian "naddy" Weisgerber naddy@mips.inka.de