This is the mail archive of the gdb-patches@sources.redhat.com 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]

RFC: Add linespec tests to the TODO file


I am adding this to the "Testsuite Support" section of the TODO file.
Our linespec parsing code is very easy to break.  You fix something
here, break something there.  This has been going on for ages.  Having a
good set of tests will help developers a lot (preventing the chain of
fixes, fixes to fixes, etc. to happen).

Comments?  Volunters?

Fernando


Index: TODO
===================================================================
RCS file: /cvs/src/src/gdb/TODO,v
retrieving revision 1.65
diff -c -p -r1.65 TODO
*** TODO	2001/03/14 22:05:34	1.65
--- TODO	2001/03/15 15:59:34
*************** determine of the integer tests are ok.
*** 958,963 ****
--- 958,967 ----
  
  --
  
+ Create a gdb.base/linespec.exp test and a gdb.c++/linespec2.exp.
+ 
+ --
+ 
  		Architectural Changes: General
  		==============================
  
                                                                               
-- 
Fernando Nasser
Red Hat Canada Ltd.                     E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


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