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: [patch/rfc] Rewrite "structs" testcase


Ah, this version is much beter.

The results are:

                        PASS  FAIL
  gcc 2.95.3 -gdwarf-2  290   3
  gcc 2.95.3 -gstabs+   290   3
  gcc 3.3.2  -gdwarf-2  290   3
  gcc 3.3.2  -gstabs+   290   3

The three FAIL results are:

  p/c fun1()^M
  $1 = {a = 0x08044004c400000000000000}^M
  (gdb) FAIL: gdb.base/structs.exp: p/c fun1() for call-tld 1

  p/c L1^M
  $3 = {a = 0x00004004c400000000000000}^M
  (gdb) FAIL: gdb.base/structs.exp: p/c L1 for call-tld 1

  p/c L1^M
  $1 = {a = 0 '\0'}^M
  (gdb) FAIL: gdb.base/structs.exp: p/c L1 for return-tc

All the test names are unique.

Michael C


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