From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kgvhp-00041t-IK for qemu-devel@nongnu.org; Sat, 20 Sep 2008 02:12:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kgvhn-00041J-It for qemu-devel@nongnu.org; Sat, 20 Sep 2008 02:12:32 -0400 Received: from [199.232.76.173] (port=43339 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kgvhn-00041G-Ch for qemu-devel@nongnu.org; Sat, 20 Sep 2008 02:12:31 -0400 Received: from yx-out-1718.google.com ([74.125.44.158]:16671) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kgvhn-0002Ud-6B for qemu-devel@nongnu.org; Sat, 20 Sep 2008 02:12:31 -0400 Received: by yx-out-1718.google.com with SMTP id 3so127262yxi.82 for ; Fri, 19 Sep 2008 23:12:29 -0700 (PDT) Message-ID: <12d7e64c0809192312t7af09724of201de5bfa3ea6a2@mail.gmail.com> Date: Sat, 20 Sep 2008 09:12:29 +0300 From: "Zeev Tarantov" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] errors running make test on svn r5273 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Although my previous posts were completely disregarded (is there a secret handshake?), a bug report: After the latest linux-user emulation patches, I get the following (used to be clean): ../i386-linux-user/qemu-i386 test-i386 > test-i386.out ERROR: ioctl: target=0x82187201 host=0x82287201 ERROR: ioctl: target=0x82187202 host=0x82287202 Auto Test OK Also notice it says "Auto Test OK" although message were printed to stderr, so maybe the test running machinery needs to be told stderr must be clear for the tests to pass. -Zeev