From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkbTO-0003sk-Ct for qemu-devel@nongnu.org; Tue, 10 Jan 2012 08:10:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkbTI-0008SD-GV for qemu-devel@nongnu.org; Tue, 10 Jan 2012 08:10:42 -0500 Received: from e9.ny.us.ibm.com ([32.97.182.139]:50407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkbTI-0008Rl-DC for qemu-devel@nongnu.org; Tue, 10 Jan 2012 08:10:36 -0500 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 10 Jan 2012 08:10:31 -0500 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0ADARuV346540 for ; Tue, 10 Jan 2012 08:10:27 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q0ADARWm030919 for ; Tue, 10 Jan 2012 11:10:27 -0200 Message-ID: <4F0C38C2.20403@us.ibm.com> Date: Tue, 10 Jan 2012 07:10:26 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1326124572-8312-1-git-send-email-aliguori@us.ibm.com> <1326124572-8312-10-git-send-email-aliguori@us.ibm.com> <4F0C0228.4000104@redhat.com> In-Reply-To: <4F0C0228.4000104@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 10/11] test: eliminate libcheck tests and have make check use gtester List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, Luiz Capitulino On 01/10/2012 03:17 AM, Gerd Hoffmann wrote: > Hi, > > While being at it: The check should not be killed. It should be > replaced by one which checks whenever glib is new enough. Right now > qemu doesn't build on RHEL-5 because the glib shipped with it is too old > to run the tests. Good point. Regards, Anthony Liguori > > cheers, > Gerd > > ----------------- [ cut here ] ------------------- > CC test-coroutine.o > cc1: warnings being treated as errors > test-coroutine.c: In function 'test_nesting': > test-coroutine.c:92: warning: implicit declaration of function > 'g_assert_cmpint' > test-coroutine.c:92: warning: nested extern declaration of 'g_assert_cmpint' > test-coroutine.c:92: error: expected expression before '==' token > test-coroutine.c:93: error: expected expression before '==' token > test-coroutine.c: In function 'test_yield': > test-coroutine.c:122: error: expected expression before '==' token > test-coroutine.c: In function 'perf_lifecycle': > test-coroutine.c:170: warning: implicit declaration of function > 'g_test_timer_start' > test-coroutine.c:170: warning: nested extern declaration of > 'g_test_timer_start' > test-coroutine.c:175: warning: implicit declaration of function > 'g_test_timer_elapsed' > test-coroutine.c:175: warning: nested extern declaration of > 'g_test_timer_elapsed' > test-coroutine.c:177: warning: implicit declaration of function > 'g_test_message' > test-coroutine.c:177: warning: nested extern declaration of 'g_test_message' > test-coroutine.c: In function 'main': > test-coroutine.c:182: warning: implicit declaration of function > 'g_test_init' > test-coroutine.c:182: warning: nested extern declaration of 'g_test_init' > test-coroutine.c:183: warning: implicit declaration of function > 'g_test_add_func' > test-coroutine.c:183: warning: nested extern declaration of > 'g_test_add_func' > test-coroutine.c:188: warning: implicit declaration of function > 'g_test_perf' > test-coroutine.c:188: warning: nested extern declaration of 'g_test_perf' > test-coroutine.c:191: warning: implicit declaration of function 'g_test_run' > test-coroutine.c:191: warning: nested extern declaration of 'g_test_run' > make: *** [test-coroutine.o] Error 1 >