From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14969 invoked by alias); 16 Nov 2012 08:35:13 -0000 Received: (qmail 14659 invoked by uid 22791); 16 Nov 2012 08:35:09 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Nov 2012 08:35:03 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MDK00A00N1D8G00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Fri, 16 Nov 2012 10:35:01 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MDK009D0NUDJ4G0@a-mtaout20.012.net.il>; Fri, 16 Nov 2012 10:35:01 +0200 (IST) Date: Fri, 16 Nov 2012 08:35:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH, testsuite] Avoid testsuite harness failure on i686-mingw32 host In-reply-to: <6BFC66D7-25FA-466A-9F9C-51AB52C24848@codesourcery.com> To: Maxim Kuvyrkov Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83obiyrlnr.fsf@gnu.org> References: <6BFC66D7-25FA-466A-9F9C-51AB52C24848@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-11/txt/msg00457.txt.bz2 > From: Maxim Kuvyrkov > Date: Fri, 16 Nov 2012 16:50:50 +1300 > > This patch improves testing on i686-mingw32 host. One of the tests in interrupt.exp assumes that Control-D is EOF, which is not the case for Windows hosts. After the test timeouts the testsuite doesn't get GDB prompt back, which causes all subsequent tests to fail. Instead of sending Ctrl-C, isn't it better to send Ctrl-Z, which is the Windows equivalent of the Posix Ctrl-D?