From unknown Thu Jun 19 14:04:53 2025 X-Loop: help-debbugs@gnu.org Subject: bug#77777: 31.0.50; find-func-tests failing because of trusted-content-p check Resent-From: Jens Schmidt Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 13 Apr 2025 11:23:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 77777 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 77777@debbugs.gnu.org Cc: Eshel Yaron X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17445433439716 (code B ref -1); Sun, 13 Apr 2025 11:23:03 +0000 Received: (at submit) by debbugs.gnu.org; 13 Apr 2025 11:22:23 +0000 Received: from localhost ([127.0.0.1]:39896 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u3vPn-0002W3-1M for submit@debbugs.gnu.org; Sun, 13 Apr 2025 07:22:22 -0400 Received: from lists.gnu.org ([2001:470:142::17]:38136) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u3vPh-0002Tk-1v for submit@debbugs.gnu.org; Sun, 13 Apr 2025 07:22:16 -0400 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 1u3vPa-0005bK-Et for bug-gnu-emacs@gnu.org; Sun, 13 Apr 2025 07:22:06 -0400 Received: from mr5.vodafonemail.de ([145.253.228.165]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u3vPW-00025k-HO for bug-gnu-emacs@gnu.org; Sun, 13 Apr 2025 07:22:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vodafonemail.de; s=vfde-mb-mr2-23sep; t=1744543314; bh=XBonsovP/LtWLCTEaCHqJnNAA/alVWHwtqHnFIlMzbo=; h=Message-ID:Date:User-Agent:From:Content-Language:To:Subject: Content-Type:From; b=os04bIDTJAYy+tBc8bYr/ZzW8Ym/eIwBbEBu01+L07IqtK/1vmQSq5SvtTA3aSALg odaUyn/eSkkesSy8u8ildMKTBiRooUZM+tGsaYgZBE6wKljjNsvWXV+F83jlgYMfF1 HXQbUYzYkvfKFQbar4Uv8oRWwCBCeNwsnZ74hH1M= 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 mr5.vodafonemail.de (Postfix) with ESMTPS id 4Zb7Kt6RLKz200C; Sun, 13 Apr 2025 11:21:54 +0000 (UTC) Received: from [192.168.178.41] (port-83-236-14-115.dynamic.as20676.net [83.236.14.115]) (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 4Zb7Kl42FTz9rwH; Sun, 13 Apr 2025 11:21:44 +0000 (UTC) Message-ID: Date: Sun, 13 Apr 2025 13:21:39 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: Jens Schmidt Content-Language: de-DE-frami, en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-purgate-server: smtpa01 X-purgate-type: clean X-purgate: clean X-purgate-size: 4177 X-purgate-ID: 155817::1744543310-3164296E-B2DCE324/0/0 Received-SPF: pass client-ip=145.253.228.165; envelope-from=jschmidt4gnu@vodafonemail.de; helo=mr5.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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eshel's commit 3ee021dc19e314f6f456867ec43c25aed5cc41b8 introduced a test on trustedness in function `find-function-search-for-symbol'. That seems to trigger a test failure for test `find-func-tests--locate-macro-generated-symbols': ./src/emacs -Q --eval '(load-file "test/lisp/emacs-lisp/find-func-tests.elc")' M-x ert RET RET Selector: t Passed: 5 Failed: 1 (1 unexpected) Skipped: 0 Total: 6/6 Started at: 2025-04-13 13:17:49+0200 Finished. Finished at: 2025-04-13 13:17:49+0200 ....F. F find-func-tests--locate-macro-generated-symbols (ert-test-failed ((should (cdr (find-function-search-for-symbol #'compilation--message->loc nil "compile"))) :form (cdr (#)) :value nil)) Thanks! In GNU Emacs 31.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0) of 2025-04-13 built on sappc2 Repository revision: 7a01350624e1665e707f98e13d51f53e9f87ce95 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12201009 System Description: Debian GNU/Linux 12 (bookworm) Configured using: 'configure --with-native-compilation --with-mailutils' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XINERAMA XINPUT2 XPM XRANDR GTK3 ZLIB Important settings: value of $LC_COLLATE: POSIX value of $LC_TIME: POSIX value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t minibuffer-regexp-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr comp-run bytecomp byte-compile comp-common rx emacsbug lisp-mnt message mailcap yank-media puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util text-property-search time-date subr-x mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo gtk x-toolkit xinput2 x multi-tty move-toolbar make-network-process tty-child-frames native-compile emacs) Memory information: ((conses 16 58411 9078) (symbols 48 6196 0) (strings 32 15321 1729) (string-bytes 1 470611) (vectors 16 9929) (vector-slots 8 139552 10515) (floats 8 22 13) (intervals 56 239 7) (buffers 984 10)) From unknown Thu Jun 19 14:04:53 2025 X-Loop: help-debbugs@gnu.org Subject: bug#77777: 31.0.50; find-func-tests failing because of trusted-content-p check Resent-From: Jens Schmidt Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 13 Apr 2025 11:44:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77777 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 77777@debbugs.gnu.org Cc: Eshel Yaron Received: via spool by 77777-submit@debbugs.gnu.org id=B77777.17445446144563 (code B ref 77777); Sun, 13 Apr 2025 11:44:05 +0000 Received: (at 77777) by debbugs.gnu.org; 13 Apr 2025 11:43:34 +0000 Received: from localhost ([127.0.0.1]:39932 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u3vkK-0001BJ-79 for submit@debbugs.gnu.org; Sun, 13 Apr 2025 07:43:33 -0400 Received: from mr4.vodafonemail.de ([145.253.228.164]:58848) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u3vkH-00019a-Dt for 77777@debbugs.gnu.org; Sun, 13 Apr 2025 07:43:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vodafonemail.de; s=vfde-mb-mr2-23sep; t=1744544602; bh=YHa23HJOgWFpnve5d0O+ly+yd8dPnfkuaG0j7jbUdZo=; h=Message-ID:Date:User-Agent:Subject:From:References: Content-Language:To:In-Reply-To:Content-Type:From; b=scubKk59VTKktHtRPJfYGdp7wMtMAhS3h/JqBuvk32Uj46f7gzKKCdqf3A32rvsSg sqQj8HjU+YgEx7iUzJ34LOrunLTHQLx1qyDh+Y8fzrnmq7YHxDohLngkyNNkTehimu jv0vE/vL3QOkRMAlz+A670ak2YGZc5/iH5CBZiA8= 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 mr4.vodafonemail.de (Postfix) with ESMTPS id 4Zb7pf3llSz20jj; Sun, 13 Apr 2025 11:43:22 +0000 (UTC) Received: from [192.168.178.41] (port-83-236-14-115.dynamic.as20676.net [83.236.14.115]) (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 4Zb7pb1157z9045; Sun, 13 Apr 2025 11:43:16 +0000 (UTC) Message-ID: <57642474-5bbb-419c-9063-d276658a0aad@vodafonemail.de> Date: Sun, 13 Apr 2025 13:43:15 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: Jens Schmidt References: Content-Language: de-DE-frami, en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-purgate-server: smtpa03 X-purgate-type: clean X-purgate: clean X-purgate-size: 57 X-purgate-ID: 155817::1744544602-14DEC418-B62B0D81/0/0 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Such a glamorous bug number for such a boring bug ... From unknown Thu Jun 19 14:04:53 2025 X-Loop: help-debbugs@gnu.org Subject: bug#77777: 31.0.50; find-func-tests failing because of trusted-content-p check Resent-From: Eshel Yaron Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 13 Apr 2025 12:02:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77777 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 77777@debbugs.gnu.org Cc: jschmidt4gnu@vodafonemail.de X-Debbugs-Original-To: Jens Schmidt via "Bug reports for GNU Emacs, the Swiss army knife of text editors" X-Debbugs-Original-Cc: Jens Schmidt , 77777@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.174454571118356 (code B ref -1); Sun, 13 Apr 2025 12:02:05 +0000 Received: (at submit) by debbugs.gnu.org; 13 Apr 2025 12:01:51 +0000 Received: from localhost ([127.0.0.1]:39970 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u3w20-0004lh-NX for submit@debbugs.gnu.org; Sun, 13 Apr 2025 08:01:50 -0400 Received: from lists.gnu.org ([2001:470:142::17]:44688) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u3w1w-0004jb-Th for submit@debbugs.gnu.org; Sun, 13 Apr 2025 08:01:46 -0400 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 1u3w1g-0005XH-1I for bug-gnu-emacs@gnu.org; Sun, 13 Apr 2025 08:01:31 -0400 Received: from mail.eshelyaron.com ([107.175.124.16] helo=eshelyaron.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u3w1b-0007Ju-Ei for bug-gnu-emacs@gnu.org; Sun, 13 Apr 2025 08:01:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eshelyaron.com; s=mail; t=1744545681; bh=abbzV7MZut3cdDzUq2dqXXScEQp3rTPqFv+ospRnz8Y=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=EfpP7NyI4tDY7JbujdnLHh1vp0+JYLaiDfsob0fplwt8yQeB1kjD0nT6xeaoShiad Su431zBhso3SuUKBUpqCRzVJFNxoSBl2gfBRFKOypwUnMINcQqKYmif62+hvXJZCWQ 4DGmz0olEbXsBme2i2+5LzmIjJjPe1ME2yLsB3ZOeHc7WJTgvAN6vrarg78VktHioy q0yBsjjLBewF+PSKgOrF8AVX9Y13wki6fJsSan7taT6KnCEzEgiK3ncEKIfUZwWX0F mUEXuPBJYzrdZ24Ym0eB/wBqaJJ/fx+JI3a9heE6Kv/OxpCTlK8kmGrXhC+e5pJqKA 3VhdrfXWAF6qA== From: Eshel Yaron In-Reply-To: References: Date: Sun, 13 Apr 2025 14:01:18 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=107.175.124.16; envelope-from=me@eshelyaron.com; helo=eshelyaron.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) Hi, Jens Schmidt writes: > Eshel's commit 3ee021dc19e314f6f456867ec43c25aed5cc41b8 introduced a > test on trustedness in function `find-function-search-for-symbol'. That > seems to trigger a test failure for test > `find-func-tests--locate-macro-generated-symbols': Indeed, I missed that test, sorry about that. Thanks for reporting! This should now be fixed on master (commit ebaf4241263). Regards, Eshel From unknown Thu Jun 19 14:04:53 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jens Schmidt Subject: bug#77777: closed (Re: bug#77777: 31.0.50; find-func-tests failing because of trusted-content-p check) Message-ID: References: <3ff58f07-1b4c-4516-9fa6-c40ea7f5b52e@vodafonemail.de> X-Gnu-PR-Message: they-closed 77777 X-Gnu-PR-Package: emacs Reply-To: 77777@debbugs.gnu.org Date: Sun, 13 Apr 2025 12:55:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1744548903-19222-1" This is a multi-part message in MIME format... ------------=_1744548903-19222-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #77777: 31.0.50; find-func-tests failing because of trusted-content-p check which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 77777@debbugs.gnu.org. --=20 77777: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D77777 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1744548903-19222-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 77777-done) by debbugs.gnu.org; 13 Apr 2025 12:54:26 +0000 Received: from localhost ([127.0.0.1]:40668 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u3wqw-0004vN-0j for submit@debbugs.gnu.org; Sun, 13 Apr 2025 08:54:26 -0400 Received: from mr5.vodafonemail.de ([145.253.228.165]:41244) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u3wqt-0004ts-9p for 77777-done@debbugs.gnu.org; Sun, 13 Apr 2025 08:54:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vodafonemail.de; s=vfde-mb-mr2-23sep; t=1744548856; bh=DyH5RMy2Dg0eOBb0Y/QbqzxcnS8Rc/kDov9TNfUL1Ec=; h=Message-ID:Date:User-Agent:Subject:References:From: Content-Language:To:In-Reply-To:Content-Type:From; b=tKIMS1EFftCc/qPgeqRGJYQWdIlezDWFFCs8ZtrhVdLQrbSrkpOp5tJbtCUu9YwA3 5p14y90OAYlamLXT/Cmkx8AEcRHS5DvuYQhaxhbdkV53lMPjURfy7vvnqgLZc5T6cO m/6m4TS0Ph88rPPHdXSbd8kSktFgHUybDQuT1NHc= 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 mr5.vodafonemail.de (Postfix) with ESMTPS id 4Zb9NS4bLWz1yyR; Sun, 13 Apr 2025 12:54:16 +0000 (UTC) Received: from [192.168.178.41] (port-83-236-14-115.dynamic.as20676.net [83.236.14.115]) (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 4Zb9NK1hC0z92kH; Sun, 13 Apr 2025 12:54:05 +0000 (UTC) Message-ID: <3ff58f07-1b4c-4516-9fa6-c40ea7f5b52e@vodafonemail.de> Date: Sun, 13 Apr 2025 14:54:04 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: bug#77777: 31.0.50; find-func-tests failing because of trusted-content-p check References: From: Jens Schmidt Content-Language: de-DE-frami, en-US To: 77777-done@debbugs.gnu.org In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-purgate-server: smtpa02 X-purgate-type: clean X-purgate: clean X-purgate-size: 235 X-purgate-ID: 155817::1744548852-5E8EF57E-CF7127A2/0/0 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 77777-done Cc: Eshel Yaron X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On 2025-04-13 14:01, Eshel Yaron wrote: > Indeed, I missed that test, sorry about that. Thanks for reporting! > This should now be fixed on master (commit ebaf4241263). Thanks for fixing this so quickly. Closing this bug. ------------=_1744548903-19222-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Apr 2025 11:22:23 +0000 Received: from localhost ([127.0.0.1]:39896 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u3vPn-0002W3-1M for submit@debbugs.gnu.org; Sun, 13 Apr 2025 07:22:22 -0400 Received: from lists.gnu.org ([2001:470:142::17]:38136) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u3vPh-0002Tk-1v for submit@debbugs.gnu.org; Sun, 13 Apr 2025 07:22:16 -0400 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 1u3vPa-0005bK-Et for bug-gnu-emacs@gnu.org; Sun, 13 Apr 2025 07:22:06 -0400 Received: from mr5.vodafonemail.de ([145.253.228.165]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u3vPW-00025k-HO for bug-gnu-emacs@gnu.org; Sun, 13 Apr 2025 07:22:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vodafonemail.de; s=vfde-mb-mr2-23sep; t=1744543314; bh=XBonsovP/LtWLCTEaCHqJnNAA/alVWHwtqHnFIlMzbo=; h=Message-ID:Date:User-Agent:From:Content-Language:To:Subject: Content-Type:From; b=os04bIDTJAYy+tBc8bYr/ZzW8Ym/eIwBbEBu01+L07IqtK/1vmQSq5SvtTA3aSALg odaUyn/eSkkesSy8u8ildMKTBiRooUZM+tGsaYgZBE6wKljjNsvWXV+F83jlgYMfF1 HXQbUYzYkvfKFQbar4Uv8oRWwCBCeNwsnZ74hH1M= 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 mr5.vodafonemail.de (Postfix) with ESMTPS id 4Zb7Kt6RLKz200C; Sun, 13 Apr 2025 11:21:54 +0000 (UTC) Received: from [192.168.178.41] (port-83-236-14-115.dynamic.as20676.net [83.236.14.115]) (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 4Zb7Kl42FTz9rwH; Sun, 13 Apr 2025 11:21:44 +0000 (UTC) Message-ID: Date: Sun, 13 Apr 2025 13:21:39 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: Jens Schmidt Content-Language: de-DE-frami, en-US To: bug-gnu-emacs@gnu.org Subject: 31.0.50; find-func-tests failing because of trusted-content-p check Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-purgate-server: smtpa01 X-purgate-type: clean X-purgate: clean X-purgate-size: 4177 X-purgate-ID: 155817::1744543310-3164296E-B2DCE324/0/0 Received-SPF: pass client-ip=145.253.228.165; envelope-from=jschmidt4gnu@vodafonemail.de; helo=mr5.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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit Cc: Eshel Yaron X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eshel's commit 3ee021dc19e314f6f456867ec43c25aed5cc41b8 introduced a test on trustedness in function `find-function-search-for-symbol'. That seems to trigger a test failure for test `find-func-tests--locate-macro-generated-symbols': ./src/emacs -Q --eval '(load-file "test/lisp/emacs-lisp/find-func-tests.elc")' M-x ert RET RET Selector: t Passed: 5 Failed: 1 (1 unexpected) Skipped: 0 Total: 6/6 Started at: 2025-04-13 13:17:49+0200 Finished. Finished at: 2025-04-13 13:17:49+0200 ....F. F find-func-tests--locate-macro-generated-symbols (ert-test-failed ((should (cdr (find-function-search-for-symbol #'compilation--message->loc nil "compile"))) :form (cdr (#)) :value nil)) Thanks! In GNU Emacs 31.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0) of 2025-04-13 built on sappc2 Repository revision: 7a01350624e1665e707f98e13d51f53e9f87ce95 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12201009 System Description: Debian GNU/Linux 12 (bookworm) Configured using: 'configure --with-native-compilation --with-mailutils' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XINERAMA XINPUT2 XPM XRANDR GTK3 ZLIB Important settings: value of $LC_COLLATE: POSIX value of $LC_TIME: POSIX value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t minibuffer-regexp-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr comp-run bytecomp byte-compile comp-common rx emacsbug lisp-mnt message mailcap yank-media puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util text-property-search time-date subr-x mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo gtk x-toolkit xinput2 x multi-tty move-toolbar make-network-process tty-child-frames native-compile emacs) Memory information: ((conses 16 58411 9078) (symbols 48 6196 0) (strings 32 15321 1729) (string-bytes 1 470611) (vectors 16 9929) (vector-slots 8 139552 10515) (floats 8 22 13) (intervals 56 239 7) (buffers 984 10)) ------------=_1744548903-19222-1--