From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14721 invoked by alias); 28 Sep 2012 00:04:39 -0000 Received: (qmail 14708 invoked by uid 22791); 28 Sep 2012 00:04:38 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 Sep 2012 00:04:34 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1THO4H-0003to-Lb from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Thu, 27 Sep 2012 17:04:33 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 27 Sep 2012 17:04:33 -0700 Received: from qiyao.dyndns.org.dyndns.org (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.1.289.1; Thu, 27 Sep 2012 17:04:32 -0700 From: Yao Qi To: Subject: [PATCH 0/11] Cleanup MI test cases Date: Fri, 28 Sep 2012 00:04:00 -0000 Message-ID: <1348790666-2544-1-git-send-email-yao@codesourcery.com> In-Reply-To: <1346419770-5718-1-git-send-email-yao@codesourcery.com> References: <1346419770-5718-1-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain 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-09/txt/msg00647.txt.bz2 Hi, This is a follow up to this thread, Re: [RFC] Merge mi-cli.exp and mi2-cli.exp http://sourceware.org/ml/gdb-patches/2012-09/msg00155.html in which we discussed that we are only using mi2 so far and some test cases are redundant. This patch is to get rid of the redundancy in test cases. Patch 01/11 simply removes mi-FOO.exp, because they are identical to mi2-FOO.exp. The rest of the patches merge mi-foo.exp with mi2-foo.exp, and remove mi-foo.exp. Note that this patch set doesn't cover mi2-var-child.exp and mi-var-child.exp, because they diverge too much for me to handle.