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: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 164CB1F405 for ; Sun, 16 Dec 2018 22:56:25 +0000 (UTC) Received: from localhost ([::1]:44102 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYfKh-0000IJ-52 for normalperson@yhbt.net; Sun, 16 Dec 2018 17:56:23 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYfKd-0000HQ-E1 for bug-gnulib@gnu.org; Sun, 16 Dec 2018 17:56:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYfHT-0004IL-Rw for bug-gnulib@gnu.org; Sun, 16 Dec 2018 17:53:04 -0500 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::11]:19507) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gYfHS-0004Bk-Ct; Sun, 16 Dec 2018 17:53:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1545000779; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=3pNHep0tqt4QCUR4Au3ZiisZsAjxldx7fxoX02Sigt8=; b=mXkK27oxgDBM5gWQEBXd0OZRXhc8ERqOnf4vmcK3jC8RCof2xSMh/+CUDETKWSOtcM oypAGJkIyoRn0i6vhkn+2y3mZOVDaOgHgNET0x60abj96DsGVlvnN0E8wvw0+j8gps21 UnJ9Fk/BwVW7Zej7uSfHBRnuUv3cQJs1m+qvLNbQwc5iVUascIqG8ELwkpVtHf0abWJP wIp74vOH/tEvvHBHy5HJGPaxqtNoGPC58shujEfdckhyFYmSd0Z1/uG65tYfsrCcwMBm MS4eo1cRADIepc2KxG27uLg0VHJvzv0M01ODvRimQs2umi5LShAVzJQ9LfAs2lOzIyqe aK9g== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOGKf2y/s=" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 44.8 DYNA|AUTH) with ESMTPSA id x0a31buBGMqx7MK (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Sun, 16 Dec 2018 23:52:59 +0100 (CET) From: Bruno Haible To: grep-devel@gnu.org Subject: Re: grep-3.1.46-504af on Minix Date: Sun, 16 Dec 2018 23:52:58 +0100 Message-ID: <2191342.bcxhTeji22@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-139-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:238:20a:202:5300::11 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: bug-gnulib@gnu.org Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" On Minix 3.3, several tests fail: * stackoverflow - this is expected, because Minix does not have the necessary support for libsigsegv. * include-exclude, rdot, symlink, word-multi-file - apparently "grep -r DIRECTORY" produces an "Invalid argument" error. A couple of gnulib tests fail as well: test-cloexec test-dup2 test-fchdir test-fcntl test-lseek.sh test-select-in.sh test-select-out.sh test-dup-safer But this is low priority (at least for me). Bruno