From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753551AbbJSOml (ORCPT ); Mon, 19 Oct 2015 10:42:41 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:35215 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753444AbbJSOmj (ORCPT ); Mon, 19 Oct 2015 10:42:39 -0400 Date: Mon, 19 Oct 2015 23:42:31 +0900 From: Namhyung Kim To: Wang Nan Cc: acme@kernel.org, ast@plumgrid.com, brendan.d.gregg@gmail.com, a.p.zijlstra@chello.nl, daniel@iogearbox.net, dsahern@gmail.com, hekuang@huawei.com, jolsa@kernel.org, lizefan@huawei.com, masami.hiramatsu.pt@hitachi.com, paulus@samba.org, linux-kernel@vger.kernel.org, pi3orama@163.com, xiakaixu@huawei.com, Arnaldo Carvalho de Melo Subject: Re: [PATCH 21/31] perf test: Enforce LLVM test, add kbuild test Message-ID: <20151019144231.GA14297@danjae.kornet> References: <1444826502-49291-1-git-send-email-wangnan0@huawei.com> <1444826502-49291-22-git-send-email-wangnan0@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1444826502-49291-22-git-send-email-wangnan0@huawei.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Wed, Oct 14, 2015 at 12:41:32PM +0000, Wang Nan wrote: > This patch enforces existing LLVM test, makes it compile more than one > BPF source file. The compiled results are stored, can be used for other > testcases. Except the first testcase (named LLVM_TESTCASE_BASE), failures > of other test cases are not considered as failure of the whole test. > > Adds a kbuild testcase to check whether kernel headers can be correctly > found. > > For example: > > # perf test LLVM > > 38: Test LLVM searching and compiling : (llvm.kbuild-dir can be fixed) Ok IMHO it'd be better to keep the test result simply as either "Ok" or "FAILED" and provide details with -v option. Anyway I found the tracepoint error message is annoying in the current perf test output. Will send a fix soon. Thanks, Namhyung