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

[Bug testsuite/12505] New: test comments ingdb.python/py-breakpoint.exp should be unique


http://sourceware.org/bugzilla/show_bug.cgi?id=12505

           Summary: test comments in gdb.python/py-breakpoint.exp should
                    be unique
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: minor
          Priority: P2
         Component: testsuite
        AssignedTo: unassigned@sourceware.org
        ReportedBy: brobecker@gnat.com


There are several tests in this testcase that share the same comment (the label
that gets displayed besides the test result) with other tests in the same
testcase.

We should make each comment unique, to facilitate test identification, as well
as helping with testcase result analysis/comparison.

Example:
gdb_py_test_silent_cmd "python blist = gdb.breakpoints()" "Get Breakpoint List"
0
[a few lines later...]
gdb_py_test_silent_cmd "python blist = gdb.breakpoints()" "Get Breakpoint List"
0

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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