From nobody Fri May 17 07:55:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1707482725632778.5693688780265; Fri, 9 Feb 2024 04:45:25 -0800 (PST) Received: from list by lists.xenproject.org with outflank-mailman.678692.1056163 (Exim 4.92) (envelope-from ) id 1rYQFd-0005pN-Ko; Fri, 09 Feb 2024 12:45:05 +0000 Received: by outflank-mailman (output) from mailman id 678692.1056163; Fri, 09 Feb 2024 12:45:05 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1rYQFd-0005pG-I7; Fri, 09 Feb 2024 12:45:05 +0000 Received: by outflank-mailman (input) for mailman id 678692; Fri, 09 Feb 2024 12:45:04 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1rYQFc-0005p9-E4 for xen-devel@lists.xenproject.org; Fri, 09 Feb 2024 12:45:04 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id 0afb2d32-c749-11ee-8a4b-1f161083a0e0; Fri, 09 Feb 2024 13:45:03 +0100 (CET) Received: from beta.station (net-188-218-67-100.cust.vodafonedsl.it [188.218.67.100]) by support.bugseng.com (Postfix) with ESMTPSA id 0E17B4EE0739; Fri, 9 Feb 2024 13:45:01 +0100 (CET) X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 0afb2d32-c749-11ee-8a4b-1f161083a0e0 From: Simone Ballarin To: xen-devel@lists.xenproject.org Cc: consulting@bugseng.com, Simone Ballarin , Doug Goldstein , Stefano Stabellini Subject: [XEN PATCH] eclair: remove wrongly added -eval_file Date: Fri, 9 Feb 2024 13:44:12 +0100 Message-Id: <976ea35a8682adb2991d249a48bb2b41e834e4e6.1707482589.git.simone.ballarin@bugseng.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1707482727750100001 Content-Type: text/plain; charset="utf-8" properties.ecl does not exist and it is not even generated by propertyparser.py. Loading this file causes empty ECLAIR analysis. Fixes: f4519ee8 ("eclair: move function and macro properties outside ECLAIR= ") Signed-off-by: Simone Ballarin Reviewed-by: Stefano Stabellini --- automation/eclair_analysis/ECLAIR/analysis.ecl | 1 - 1 file changed, 1 deletion(-) diff --git a/automation/eclair_analysis/ECLAIR/analysis.ecl b/automation/ec= lair_analysis/ECLAIR/analysis.ecl index 684c5b0b39..a604582da3 100644 --- a/automation/eclair_analysis/ECLAIR/analysis.ecl +++ b/automation/eclair_analysis/ECLAIR/analysis.ecl @@ -30,7 +30,6 @@ if(not(scheduled_analysis), -eval_file=3Ddeviations.ecl -eval_file=3Dcall_properties.ecl -eval_file=3Dtagging.ecl --eval_file=3Dproperties.ecl -eval_file=3Dconcat(set,".ecl") =20 -doc=3D"Hide reports in external code." --=20 2.34.1