From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41609 invoked by alias); 30 Jun 2016 11:15:28 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 41578 invoked by uid 89); 30 Jun 2016 11:15:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:794 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 30 Jun 2016 11:15:16 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Make testing gdb with FORCE_SEPARATE_MI_TTY=1 actually work From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <994e9c834d916af85e0fe0e8c3e18259aa4be389@gdb-build> Date: Thu, 30 Jun 2016 11:28:00 -0000 X-SW-Source: 2016-q2/txt/msg06280.txt.bz2 *** TEST RESULTS FOR COMMIT 994e9c834d916af85e0fe0e8c3e18259aa4be389 *** Author: Pedro Alves Branch: master Commit: 994e9c834d916af85e0fe0e8c3e18259aa4be389 Make testing gdb with FORCE_SEPARATE_MI_TTY=1 actually work Runing the whole gdb testsuite with MI on a separate tty, with: make check RUNTESTFLAGS="FORCE_SEPARATE_MI_TTY=1" Doesn't actually work because commit 51f77c3704a6 ("Add testing infrastruture bits for running with MI on a separate UI") included a last-minute rename typo, now fixed with this commit. gdb/testsuite/ChangeLog: 2016-06-30 Pedro Alves * lib/mi-support.exp (default_mi_gdb_start): Declare global FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.