From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id qDjlFiag9l7lVAAA0tVLHw (envelope-from ) for ; Sat, 27 Jun 2020 01:25:58 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id CIyuEiag9l7aaAAA1q6Kng (envelope-from ) for ; Sat, 27 Jun 2020 01:25:58 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C69E894030A for ; Sat, 27 Jun 2020 01:25:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 95A3C6DE13B9; Fri, 26 Jun 2020 18:25:55 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ESK3mR8K8vOs; Fri, 26 Jun 2020 18:25:55 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id 74E976DE138C; Fri, 26 Jun 2020 18:25:54 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A351E6DE138C for ; Fri, 26 Jun 2020 18:25:53 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O-GNivoX19hy for ; Fri, 26 Jun 2020 18:25:52 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTP id B3DF76DE10D9 for ; Fri, 26 Jun 2020 18:25:52 -0700 (PDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 6DEC061417; Fri, 26 Jun 2020 21:25:52 -0400 (EDT) Received: (nullmailer pid 399014 invoked by uid 1000); Sat, 27 Jun 2020 01:25:34 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Re: [PATCH 2/2] test: mark two tests broken on machines with 32 bit time_t In-Reply-To: <20200624143234.540526-2-david@tethera.net> References: <87lfkcocvi.fsf@tethera.net> <20200624143234.540526-1-david@tethera.net> <20200624143234.540526-2-david@tethera.net> Date: Fri, 26 Jun 2020 22:25:34 -0300 Message-ID: <87lfk9nvu9.fsf@zancas> MIME-Version: 1.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -0.51 X-TUID: vHdUpktpPqsB David Bremner writes: > I haven't traced the code path as exhaustively for the SMIME test, but > the expiry date in question is larger then representable in a signed > 32 bit integer. pushed d