From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17789 invoked by alias); 9 Nov 2015 08:20:44 -0000 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 Received: (qmail 17779 invoked by uid 89); 9 Nov 2015 08:20:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: heian.cn.fujitsu.com Received: from cn.fujitsu.com (HELO heian.cn.fujitsu.com) (59.151.112.132) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Nov 2015 08:20:43 +0000 Received: from unknown (HELO edo.cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 09 Nov 2015 16:20:27 +0800 Received: from G08CNEXCHPEKD02.g08.fujitsu.local (localhost.localdomain [127.0.0.1]) by edo.cn.fujitsu.com (8.14.3/8.13.1) with ESMTP id tA98K0ek024765 for ; Mon, 9 Nov 2015 16:20:00 +0800 Received: from localhost.localdomain (10.167.226.91) by G08CNEXCHPEKD02.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server (TLS) id 14.3.181.6; Mon, 9 Nov 2015 16:20:39 +0800 From: Fei Jie To: Subject: [PATCH v2 0/4] Add some testcases Date: Mon, 09 Nov 2015 08:20:00 -0000 Message-ID: <1447057215-7574-1-git-send-email-feij.fnst@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00217.txt.bz2 I fixed my previous patches.These patches add testcases to files in gdb.base, including default.exp, display.exp, list.exp, dfp-test.exp and break.exp so they can test these commands under more conditions. Fei Jie (4): Add testcases to default.exp Add testcases to display.exp Add testcases to list.exp and dfp-test.exp Add testcases to break.exp gdb/testsuite/gdb.base/break.exp | 9 +++++++ gdb/testsuite/gdb.base/default.exp | 10 ++++++++ gdb/testsuite/gdb.base/dfp-test.exp | 1 + gdb/testsuite/gdb.base/display.c | 6 +++++ gdb/testsuite/gdb.base/display.exp | 17 ++++++++++--- gdb/testsuite/gdb.base/list.exp | 49 +++++++++++++++++++++++++++++++++++++ 6 files changed, 89 insertions(+), 3 deletions(-) -- 1.8.3.1