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]
Other format: [Raw text]

Re: [RFA/testsuite] Update selftest.exp


Proofread.  Remember to update the copyright year on the first line.
Other than that, perfect.

Tested on 132 configurations:

  target   = native
  host     = i686-pc-linux-gnu%rh-8
  gdb      = gdb_5_3-branch%20021125, HEAD%20021125
  gcc      = 2.95.3, 3.0.4, 3.1, 3.1.1, 3.2, 3.2-7-rh, 3.2.1, gcc-3_2-branch%20021125, HEAD%20021125
  binutils = 2.13.1, 2.13.90.0.2-rh, binutils-2_13-branch%20021125, HEAD%20021125
  glibc    = 2.2.93-5-rh
  gformat  = dwarf2, stabs+

Fixes the bug in all configurations.  No regressions introduced.

Recommended for approval on mainline.  After commit to mainline, wait
one week, then recommended for approval on 5.3 branch if no problems arise.
Not a showstopper for 5.3 release.

Michael C

> > 2002-10-21  Daniel Jacobowitz  <drow@mvista.com>
> > 
> > 	* gdb.base/selftest.exp: Update for current gdb.
> > 
> > Index: testsuite/gdb.base/selftest.exp
> > ===================================================================
> > RCS file: /cvs/src/src/gdb/testsuite/gdb.base/selftest.exp,v
> > retrieving revision 1.4
> > diff -u -p -r1.4 selftest.exp
> > --- testsuite/gdb.base/selftest.exp	22 Jun 2002 22:19:37 -0000	1.4
> > +++ testsuite/gdb.base/selftest.exp	13 Oct 2002 22:55:02 -0000
> > @@ -392,7 +392,7 @@ GDB.*Copyright \[0-9\]+ Free Software Fo
> >      set description "backtrace through signal handler"
> >      send_gdb "backtrace\n"
> >      gdb_expect {
> > -	-re "#0.*read.*in main \\(.*\\) at .*main\\.c.*$gdb_prompt $" {
> > +	-re "#0.*(read|poll).*in main \\(.*\\) at .*gdb\\.c.*$gdb_prompt $" {
> >  	    pass "$description"
> >  	}
> >  	-re ".*$gdb_prompt $" {
> > 


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