From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxHlr-0005J5-Eb for qemu-devel@nongnu.org; Thu, 20 Oct 2016 14:08:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bxHlo-0006R1-74 for qemu-devel@nongnu.org; Thu, 20 Oct 2016 14:08:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53072) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bxHlo-0006Qh-1W for qemu-devel@nongnu.org; Thu, 20 Oct 2016 14:08:48 -0400 Date: Thu, 20 Oct 2016 16:08:45 -0200 From: Eduardo Habkost Message-ID: <20161020180845.GH5057@thinpad.lan.raisama.net> References: <1476985679-4456-1-git-send-email-ehabkost@redhat.com> <20161020180509.502017.66594@ex-std-node742.prod.rhcloud.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161020180509.502017.66594@ex-std-node742.prod.rhcloud.com> Subject: Re: [Qemu-devel] [PATCH v2 0/6] qdev class properties + abstract class support on device-list-properties List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: no-reply@ec2-52-6-146-230.compute-1.amazonaws.com Cc: famz@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com, afaerber@suse.de On Thu, Oct 20, 2016 at 11:06:11AM -0700, no-reply@ec2-52-6-146-230.compute-1.amazonaws.com wrote: [...] > Found prop 'bv' > ** > ERROR:/tmp/qemu-test/src/tests/check-qom-proplist.c:521:test_dummy_class_iterator: code should not be reached False positive, because the series depend on the "tests: A few check-qom-proplist fixes" series I have submitted earlier. -- Eduardo