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 ada/23381] New: FAIL: gdb.ada/rename_subscript_param.exp: print b before changing its value


https://sourceware.org/bugzilla/show_bug.cgi?id=23381

            Bug ID: 23381
           Summary: FAIL: gdb.ada/rename_subscript_param.exp: print b
                    before changing its value
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ada
          Assignee: unassigned at sourceware dot org
          Reporter: palves at redhat dot com
  Target Milestone: ---

On Fedora 27, I get:

 +FAIL: gdb.ada/rename_subscript_param.exp: print b before changing its value 
 +FAIL: gdb.ada/rename_subscript_param.exp: print b before changing its value 

Two problems here:

 #1 - the FAILs, of course.
 #2 - the duplicated test names

gdb.log shows:

(gdb) print b
No definition of "b" in current context.
(gdb) FAIL: gdb.ada/rename_subscript_param.exp: print b before changing its
value
break pkg.adb:27
Breakpoint 2 at 0x401ea6: file
src/gdb/testsuite/gdb.ada/rename_subscript_param/pkg.adb, line 27.
(gdb) PASS: gdb.ada/rename_subscript_param.exp: insert second breakpoint in
pkg.adb
cont
Continuing.

Breakpoint 2, pkg.flip (bits=..., i=2) at
src/gdb/testsuite/gdb.ada/rename_subscript_param/pkg.adb:27
27               Do_Nothing (Bits'Address);
(gdb) PASS: gdb.ada/rename_subscript_param.exp: Continuing to breakpoint on
call to Do_Nothing
print b
No definition of "b" in current context.
(gdb) FAIL: gdb.ada/rename_subscript_param.exp: print b before changing its
value

-- 
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]