This is the mail archive of the gdb@sourceware.cygnus.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]

Testsuite regression


Hi all,

Somewhere between March 9 and March 15, the following failure appears:

  FAIL: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 16

This is the output from a run where the test still passed:

  p &ctable2[15*16]
  $538 = (unsigned char *) 'a' <repeats 16 times>

And this the current output:

  p &ctable2[15*16]
  $538 = (unsigned char *) 'a' <repeats 16 times>...

I'm a bit puzzled though what change is responsible for this
regression.  Is there anybody else observing this failure?

Mark

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