From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751458AbdFEWuV (ORCPT ); Mon, 5 Jun 2017 18:50:21 -0400 Received: from mga05.intel.com ([192.55.52.43]:55523 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751239AbdFEWuU (ORCPT ); Mon, 5 Jun 2017 18:50:20 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,303,1493708400"; d="scan'208";a="1138264579" Date: Mon, 5 Jun 2017 15:49:55 -0700 From: Andi Kleen To: Jiri Olsa Cc: Andi Kleen , peterz@infradead.org, acme@kernel.org, eranian@google.com, jolsa@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/6] perf, tools: Add test cases for new data source encoding Message-ID: <20170605224955.GA30867@tassilo.jf.intel.com> References: <20170602201233.19490-1-andi@firstfloor.org> <20170602201233.19490-6-andi@firstfloor.org> <20170605103317.GA28871@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170605103317.GA28871@krava> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > [jolsa@krava perf]$ ./perf test source -v > 5: Test data source output : > --- start --- > test child forked, pid 8689 > FAILED tests/mem.c:20 unexpected FwdRAM miss > test child finished with -1 > ---- end ---- > Test data source output: FAILED! Ah, was a last minute edit that broke it. I posted a v2 that fixes the test. Thanks. -Andi