From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jens Schmidt Newsgroups: gmane.emacs.devel Subject: Getting failures during "make check" on master ... Date: Mon, 2 Oct 2023 22:45:12 +0200 Message-ID: <06423ff9-7613-b12a-f3ac-09737cafff22@vodafonemail.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21261"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 To: emacs-devel@gnu.org, Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 02 22:46:33 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qnPoH-0005LP-G9 for ged-emacs-devel@m.gmane-mx.org; Mon, 02 Oct 2023 22:46:33 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qnPnZ-00063d-Up; Mon, 02 Oct 2023 16:45:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qnPnX-00063V-W7 for emacs-devel@gnu.org; Mon, 02 Oct 2023 16:45:48 -0400 Original-Received: from mr6.vodafonemail.de ([145.253.228.166]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qnPnW-00041d-3J for emacs-devel@gnu.org; Mon, 02 Oct 2023 16:45:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vodafonemail.de; s=vfde-mb-mr2-21dec; t=1696279528; bh=QBZVjyO0xdlZ5Yx+WXa0ldaT2G8EgRXHsahqmVu9+oo=; h=Message-ID:Date:User-Agent:Content-Language:From:To:Subject: Content-Type:From; b=C1cuwN0F4I0CGaqbmuqaaq9dAeXi3JMGLo0JRrjSVASqrmjOFtlPW5lsNogLt4HZs PDM8e+D9iGW1hZ1HbLZqmudPUZJ60vazAcjHGwmNQQ7ofCNFJ3TLLtAQg3XWIeGCF0 Y+4NCFvKtbFGA81TOyqz/rkJNFRIVxGPGs3cbTaI= Original-Received: from smtp.vodafone.de (unknown [10.0.0.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mr6.vodafonemail.de (Postfix) with ESMTPS id 4RztJ76cSfz1y12; Mon, 2 Oct 2023 20:45:27 +0000 (UTC) Original-Received: from [192.168.178.42] (port-92-194-191-17.dynamic.as20676.net [92.194.191.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 4RztJ00JH4zHnHc; Mon, 2 Oct 2023 20:45:16 +0000 (UTC) Content-Language: de-DE-frami, en-US X-purgate-type: clean X-purgate: clean X-purgate-size: 389 X-purgate-ID: 155817::1696279523-1E7FD94E-10242185/0/0 Received-SPF: pass client-ip=145.253.228.166; envelope-from=jschmidt4gnu@vodafonemail.de; helo=mr6.vodafonemail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:311244 Archived-At: These: 4 files contained unexpected results: lisp/vc/log-edit-tests.log lisp/hfy-cmap-tests.log lisp/calendar/icalendar-tests.log lisp/align-tests.log I suspect Stefan's recent regexp changes, since: make -j8 ./src/emacs -Q C-x C-f test/lisp/align-resources/css-mode.erts RET M-: (re-search-forward "^\\s-*[{}]?\\s-*$" nil t) RET jumps to EOB for me.