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]

Re: [PATCH v3 0/4] Add some testcases


In patch v3, I used regexp to replace breakpoint number in [patch 4/4].

On 11/10/2015 03:56 PM, Fei Jie wrote:
I fixed my previous patches.These patches add testcases to files in gdb.base,
including default.exp, display.exp, list.exp, dfp-test.exp and break.exp so
they can test these commands under more conditions.

Fei Jie (4):
   Add testcases to default.exp
   Add testcases to display.exp
   Add testcases to list.exp and dfp-test.exp
   Add testcases to break.exp

  gdb/testsuite/gdb.base/break.exp    |  9 +++++++
  gdb/testsuite/gdb.base/default.exp  | 10 ++++++++
  gdb/testsuite/gdb.base/dfp-test.exp |  1 +
  gdb/testsuite/gdb.base/display.c    |  6 +++++
  gdb/testsuite/gdb.base/display.exp  | 17 ++++++++++---
  gdb/testsuite/gdb.base/list.exp     | 49 +++++++++++++++++++++++++++++++++++++
  6 files changed, 89 insertions(+), 3 deletions(-)


--
Thanks
Fei Jie


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