From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx0RQ-0000WW-UA for qemu-devel@nongnu.org; Fri, 26 Aug 2011 13:43:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qx0RP-0005TA-Jn for qemu-devel@nongnu.org; Fri, 26 Aug 2011 13:43:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx0RP-0005Sy-Ba for qemu-devel@nongnu.org; Fri, 26 Aug 2011 13:43:39 -0400 Date: Fri, 26 Aug 2011 14:43:25 -0300 From: Luiz Capitulino Message-ID: <20110826144325.0a41947a@doriath> In-Reply-To: <4E57CE74.5070708@siemens.com> References: <4E57CE74.5070708@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] check-qdict and check-qjson fail List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , qemu-devel , mdroth@linux.vnet.ibm.com On Fri, 26 Aug 2011 18:48:52 +0200 Jan Kiszka wrote: > Hi all, > > current master has some qregressions: > > # ./check-qdict > Running suite(s): QDict test-suite > 93%: Checks: 16, Failures: 1, Errors: 0 > check-qdict.c:289:F:Stress Test:qdict_stress_test:0: Assertion 'test_file != NULL' failed I guess you build qemu from a different directory, right? This test only works from the source dir. I'll fix it (actually I thought I had already fixed it!). > # ./check-qjson > Running suite(s): QJSON test-suite > 95%: Checks: 21, Failures: 1, Errors: 0 > check-qjson.c:59:F:String Literals:escaped_string:0: / != \/ I found this problem while reading the parser code and added the test so that we don't forget fixing it. However, at the time I looked at the issue, I didn't know how to fix it. Michael, would you mind to take a look at it? > > Already known? > > Jan >