This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] MI: mi-file.exp


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  <nickrob@snap.net.nz>

	* 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."
  }
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]