Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp83437pxb; Fri, 29 Oct 2021 06:13:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyhXEmMsFwg5EeQ7YddjeUpb0DoxxNnJBubjHKSW3ZrSBc3m+sTVzE6IB3B+3lKXZd49mGc X-Received: by 2002:a02:a705:: with SMTP id k5mr6930782jam.73.1635513238892; Fri, 29 Oct 2021 06:13:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635513238; cv=none; d=google.com; s=arc-20160816; b=YDThSXrRE4HlGq8r3JzHl8rIspU/j4jBf3jPX/cUOtTIJQZ1h6ArecaizTYlSIiY1n VaCQ9Y5qDSHJRo2UagpsA92xOwUyt7uwqivKhShxd5lY9mkag585vI9mkK+gercF9Qp5 pZUkovOlMAdWGt07KsZ5c3NC5LjWGcR/iDGdnSP3xuAL2NqIOpsXZsyAvmCRSqqaKMiN IZbGB9sD6gJ90nc/3Wump1jOvn2hWmJgVWOPPPhdguajE/AYXJtxZEv2Z7ACDLRJhaLk pVi/QW6aD8ivkW6HHRnj4u3/WiNKb1Ca6ikME+HNMK1G5YiJbIpO5WzQok5u5EQPyGxU C2PQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=cUdL+yx5wcHdfWu3X7yQ9IHSKZNc/+y0pUXj5kNSUuA=; b=IVRDP3D8/Y/pd+hRDJiE+312yt8f5qnE+3aG3LTdthoPwxG2ExNW5htXGXyBTYkJzD K69t/sX0CseafXM/RVwojQR3PTgmy0cFzJKcqQm2L1CdM6MnjNcZsJ2ZYZYXGH+CU0O+ XTe/UaRvqeavEIe9L/QpibXJxWkzdGR1tfkyT9mOqRvwrNAXG7k0dTcmjNE5gEtsmlzP k92i11aLhCN2i96JPXgmqQQHoAnk0Xmb/+7XO7EegxmgiTITELFtIVoMkJz0cDqVLhfo UUIaXu4BRJWCJCMK5WBml7CvQjimspcCZeFghT/B5nSWXumTKPmeI84U9O2HnvucebZf xTVg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v13si9968712ilu.176.2021.10.29.06.13.30; Fri, 29 Oct 2021 06:13:58 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231559AbhJ2NNZ (ORCPT + 99 others); Fri, 29 Oct 2021 09:13:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:37190 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231504AbhJ2NNY (ORCPT ); Fri, 29 Oct 2021 09:13:24 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B5B9D60FC4; Fri, 29 Oct 2021 13:10:54 +0000 (UTC) Date: Fri, 29 Oct 2021 09:10:53 -0400 From: Steven Rostedt To: Masami Hiramatsu Cc: kernel test robot , Kalesh Singh , lkp@lists.01.org, lkp@intel.com, surenb@google.com, hridya@google.com, namhyung@kernel.org, kernel-team@android.com, Jonathan Corbet , Ingo Molnar , Shuah Khan , Tom Zanussi , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [tracing/selftests] cfece71411: kernel-selftests.ftrace.event_trigger_-_test_inter-event_histogram_trigger_onchange_action.fail Message-ID: <20211029091053.18cc2c25@gandalf.local.home> In-Reply-To: <20211029210056.6cd7796aea59cec3e9c1d7da@kernel.org> References: <20211025200852.3002369-8-kaleshsingh@google.com> <20211029064818.GG737@xsang-OptiPlex-9020> <20211029210056.6cd7796aea59cec3e9c1d7da@kernel.org> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 29 Oct 2021 21:00:56 +0900 Masami Hiramatsu wrote: > > # # of passed: 85 > > # # of failed: 26 > > # # of unresolved: 1 > > # # of untested: 0 > > # # of unsupported: 0 > > # # of xfailed: 1 > > # # of undefined(test bug): 0 > > not ok 1 selftests: ftrace: ftracetest # exit=1 > > Also, please configure your running environment correctly so that all > ftracetest passes. If you unsure how to do, please ask me. Although I think it's good to test with different configurations, where not all tests pass. Because then there's times when a test will fail when it should have been ignored, and that will let us know that there's a bug in the test. Or, different configurations might make a test fail that should have passed, where a missing dependency was made. I had someone report a bug that I never caught because it only happened when something was configured off, and because I tested with everything on, I never hit that bug. -- Steve