From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id B3E026E12F for ; Tue, 2 Jun 2020 10:52:17 +0000 (UTC) From: Jani Nikula In-Reply-To: <20200602101916.30459-1-petri.latvala@intel.com> References: <20200602101916.30459-1-petri.latvala@intel.com> Date: Tue, 02 Jun 2020 13:52:12 +0300 Message-ID: <877dwp210j.fsf@intel.com> MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH i-g-t] runner: Adapt to device-based DRM logging changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Petri Latvala , igt-dev@lists.freedesktop.org Cc: Petri Latvala List-ID: On Tue, 02 Jun 2020, Petri Latvala wrote: > DRM logging in the kernel has switched to device based logging, > changing the pattern of logging from > > [drm:function_name] Message > > to > > i915 0000:00:02.0: [drm] Message > > Change the pattern we use with --piglit-style-dmesg to match the new > style logging, catching all warnings that contain [drm]. We're no > longer result-wise exactly piglit compatible but then again that ship > sailed long time ago with the change of introducing dmesg-level > parameter. Piglit compatibility result-wise is not a goal regardless. > > Signed-off-by: Petri Latvala > Cc: Arkadiusz Hiler > Cc: Jani Nikula Reviewed-by: Jani Nikula > --- > > For the record: This won't be merged without making sure cibuglog > filtering is up to date. > > runner/resultgen.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/runner/resultgen.c b/runner/resultgen.c > index 17147a8f..add4aad5 100644 > --- a/runner/resultgen.c > +++ b/runner/resultgen.c > @@ -808,7 +808,7 @@ static const char igt_dmesg_whitelist[] = > #undef _ > > static const char igt_piglit_style_dmesg_blacklist[] = > - "(\\[drm:|drm_|intel_|i915_)"; > + "(\\[drm:|drm_|intel_|i915_|\\[drm\\])"; > > static bool init_regex_whitelist(struct settings* settings, GRegex **re) > { -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev