From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29088 invoked by alias); 12 Sep 2006 10:26:48 -0000 Received: (qmail 29078 invoked by uid 22791); 12 Sep 2006 10:26:47 -0000 X-Spam-Check-By: sourceware.org Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 12 Sep 2006 10:26:45 +0000 Received: from kahikatea.snap.net.nz (p202-124-120-214.snap.net.nz [202.124.120.214]) by viper.snap.net.nz (Postfix) with ESMTP id C72D47B667E for ; Tue, 12 Sep 2006 22:26:41 +1200 (NZST) Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 89D54BE3CF; Tue, 12 Sep 2006 22:24:18 +1200 (NZST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17670.35536.754536.208923@kahikatea.snap.net.nz> Date: Tue, 12 Sep 2006 10:26:00 -0000 To: gdb-patches@sources.redhat.com Subject: [PATCH] MI: mi-file.exp X-Mailer: VM 7.19 under Emacs 22.0.50.12 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00052.txt.bz2 I don't know how this test ever worked, but for me it certainly hasn't for a long time. -- Nick http://www.inet.net.nz/~nickrob 2006-09-12 Nick Roberts * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just check for one file. *** mi-file.exp 10 Aug 2006 17:27:21 +1200 1.6 --- mi-file.exp 12 Sep 2006 22:14:27 +1200 *************** *** 75,81 **** # get the path and absolute path to the current executable mi_gdb_test "222-file-list-exec-source-files" \ ! "222\\\^done,files=\\\[\{file=\".*/${srcfile}\",fullname=\"$fullname_syntax${srcfile}\"\},\{file=\".*\"\},\{file=\".*\"\},\{file=\".*\"\},\{file=\".*\"\}\\\]" \ "Getting a list of source files." } --- 75,81 ---- # get the path and absolute path to the current executable mi_gdb_test "222-file-list-exec-source-files" \ ! "222\\\^done,files=\\\[\{file=\".*/${srcfile}\",fullname=\"$fullname_syntax${srcfile}\"\}.*]" \ "Getting a list of source files." }