From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: MPS: native comp Date: Fri, 03 May 2024 12:12:49 -0400 Message-ID: References: <87frv06ybm.fsf@gmail.com> <87v83w5fvj.fsf@gmail.com> <87bk5n5th2.fsf@gmail.com> <87zft7m29d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40422"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Gerd =?utf-8?Q?M=C3=B6llmann?= , Eli Zaretskii , emacs-devel@gnu.org To: Helmut Eller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri May 03 18:13:52 2024 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 1s2vXk-000AM6-DA for ged-emacs-devel@m.gmane-mx.org; Fri, 03 May 2024 18:13:52 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s2vWp-0006sv-Mr; Fri, 03 May 2024 12:12:55 -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 1s2vWl-0006sb-8o for emacs-devel@gnu.org; Fri, 03 May 2024 12:12:51 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s2vWk-0000d0-Ff; Fri, 03 May 2024 12:12:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=cr/n+94ZFJfcQP+9J358d2XyNn8YwDxBFNs2doXc6qU=; b=rn/MyRlxIV+PNHbH8zHP tHeztfyvxpHJNrMj3PsY19yvV1yWI1uDdprm6xqFEqpwnE0Ndu5AIRvTj/cxL8dMU3KTgp+qr1mK3 QhXzqvRzLOC+LyPM3LZnjJoUV60FSOu9Kuh7tUW3tG1X9XX15VfqyPfUlvAkEdC7D2JM/Cv5+mUal XeEdJrg7un942LGWBh+D3IUBzjNyt/44zSx4D9z2hHkSxtOUtKC/TMbP5Q7QBVc4mjyEkVb72l07j r/VzGfJCwXR77UJuzts7QhMFx/Sn/mVPGqAZvRoIsKNjgXblsgxKMzggy8c+Oetp3myuYlLGKhRBg Mq1zX53ObHAANQ==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1s2vWj-0008BB-IX; Fri, 03 May 2024 12:12:49 -0400 In-Reply-To: <87zft7m29d.fsf@gmail.com> (Helmut Eller's message of "Fri, 03 May 2024 15:52:14 +0200") 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:318695 Archived-At: Helmut Eller writes: >>>>> make NATIVE_DISABLED=1 seems to do the trick. I run the testsuite with >>>>> the comp-tests-bootstrap disabled; the other tests simply passed. Pdump >>>>> issue? >>>> >>>> No idea. I need some inspiration. >>> >>> For me, native compilation seems to work as it should. How do I see >>> that something is broken? Is this a macOS only problem? >> >> You mention the bootstrap was not passing, is it still the case? >> >> Maybe the reason is the use of NATIVE_DISABLED dunno, but consider that >> is the only big piece of code that we run in test-suite, the rest are all >> small testcases poking at single features. > > I disabled it because it takes so long. And would probably not have > helped do create a smallish test case. I have later enabled it and it > passes. Cool that's good sign!