From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84512 invoked by alias); 13 May 2016 09:35:38 -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 84278 invoked by uid 89); 13 May 2016 09:35:36 -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,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=five X-HELO: mga11.intel.com Received: from mga11.intel.com (HELO mga11.intel.com) (192.55.52.93) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 13 May 2016 09:35:28 +0000 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 13 May 2016 02:35:28 -0700 X-ExtLoop1: 1 Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 13 May 2016 02:35:25 -0700 Received: from ulvlx001.iul.intel.com (ulvlx001.iul.intel.com [172.28.207.17]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u4D9ZOPl010348; Fri, 13 May 2016 10:35:24 +0100 Received: from ulvlx001.iul.intel.com (localhost [127.0.0.1]) by ulvlx001.iul.intel.com with ESMTP id u4D9ZOdM017915; Fri, 13 May 2016 11:35:24 +0200 Received: (from heckel@localhost) by ulvlx001.iul.intel.com with œ id u4D9ZOr2017911; Fri, 13 May 2016 11:35:24 +0200 From: Bernhard Heckel To: qiyaoltc@gmail.com Cc: gdb-patches@sourceware.org, Bernhard Heckel Subject: [PATCH V2 6/7] Fortran, testsuite: Fix duplicate testcase name. Date: Fri, 13 May 2016 09:35:00 -0000 Message-Id: <1463132086-17451-7-git-send-email-bernhard.heckel@intel.com> In-Reply-To: <1463132086-17451-1-git-send-email-bernhard.heckel@intel.com> References: <1463132086-17451-1-git-send-email-bernhard.heckel@intel.com> X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00216.txt.bz2 2016-05-13 Bernhard Heckel gdb/testsuite/Changelog: * gdb.fortran/vla-type.exp: Fix testcase name. --- gdb/testsuite/gdb.fortran/vla-type.exp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/gdb.fortran/vla-type.exp b/gdb/testsuite/gdb.fortran/vla-type.exp index 6c547e2..f2d434e 100755 --- a/gdb/testsuite/gdb.fortran/vla-type.exp +++ b/gdb/testsuite/gdb.fortran/vla-type.exp @@ -137,7 +137,8 @@ gdb_test "next" "" gdb_test "ptype fivedynarr(2)" \ [multi_line "type = Type five" \ "\\s+Type one :: tone" \ - "End Type five" ] + "End Type five" ] \ + "ptype fivedynarr(2), not allocated" gdb_test "ptype fivedynarr(2)%tone" \ [multi_line "type = Type one" \ " $int :: ivla\\(\\)" \ -- 2.7.1.339.g0233b80