From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btwJw-0001GT-E7 for qemu-devel@nongnu.org; Tue, 11 Oct 2016 08:38:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1btwJq-0002mx-Hm for qemu-devel@nongnu.org; Tue, 11 Oct 2016 08:38:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btwJq-0002md-B2 for qemu-devel@nongnu.org; Tue, 11 Oct 2016 08:38:06 -0400 From: Eduardo Habkost Date: Tue, 11 Oct 2016 09:37:45 -0300 Message-Id: <1476189467-11804-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] tests: A few check-qom-proplist fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Markus Armbruster , =?UTF-8?q?Andreas=20F=C3=A4rber?= , "Daniel P. Berrange" A few fixes on check-qom-proplist that will ensure we test both class properties and object properties, and catch errors when registering properties in test code. Eduardo Habkost (2): tests: check-qom-proplist: Remove "bv" class property from class tests: check-qom-proplist: Use &error_abort to catch errors tests/check-qom-proplist.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) -- 2.7.4