From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: Native compilation unit tests failing since last weekend or so Date: Fri, 27 Oct 2023 21:29:48 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22471"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, Andrea Corallo To: Jens Schmidt Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 27 23:30:55 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 1qwUPu-0005ls-3i for ged-emacs-devel@m.gmane-mx.org; Fri, 27 Oct 2023 23:30:54 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qwUP0-0007Dx-EO; Fri, 27 Oct 2023 17:29:58 -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 1qwUOz-0007Dl-1V for emacs-devel@gnu.org; Fri, 27 Oct 2023 17:29:57 -0400 Original-Received: from mail.muc.de ([193.149.48.3]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qwUOw-00046L-V9 for emacs-devel@gnu.org; Fri, 27 Oct 2023 17:29:56 -0400 Original-Received: (qmail 99662 invoked by uid 3782); 27 Oct 2023 23:29:52 +0200 Original-Received: from acm.muc.de (p4fe15c53.dip0.t-ipconnect.de [79.225.92.83]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Fri, 27 Oct 2023 23:29:51 +0200 Original-Received: (qmail 10132 invoked by uid 1000); 27 Oct 2023 21:29:48 -0000 Content-Disposition: inline In-Reply-To: X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de Received-SPF: pass client-ip=193.149.48.3; envelope-from=acm@muc.de; helo=mail.muc.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_PASS=-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:311943 Archived-At: Hello, Jens. On Fri, Oct 27, 2023 at 21:10:38 +0200, Jens Schmidt wrote: > I have been hoping these would go away ... on GNU/Linux, emacs-master, > with "-C --with-native-compilation --with-mailutils", after make > bootstrap: Same here: I've been patiently waiting for them to get fixed, but without taking the trouble to report them. ;-( > SUMMARY OF TEST RESULTS > ----------------------- > Files examined: 498 > Ran 7568 tests, 7303 results as expected, 43 unexpected, 222 skipped > 3 files contained unexpected results: > src/comp-tests.log > lisp/emacs-lisp/comp-cstr-tests.log > lisp/emacs-lisp/bytecomp-tests.log > Am I the only one seeing this? No, I see these, too. Exactly 43 successes. They seem mainly to be due to "fixnum" and "integer" getting confused in some fashion, and things like that. > Please let me know if you need more information on that. -- Alan Mackenzie (Nuremberg, Germany).