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

Sunday Project gdb test results, 2001-10-28


The Sunday Project is back, although I have just one platform
this week.

The merged results for 1 platform contain 0 build failures,
4 ERRORs, 0 WARNINGs, and 122 FAILs.

Native i686-pc-linux-gnu (Red Hat Linux 7.1):

  === gdb Summary ===
  # of ERRORs                     4
  # of WARNINGs                   0
  # of expected passes            7669
  # of unexpected failures        122
  # of unexpected successes       28
  # of expected failures          192
  # of unresolved testcases       4
  === libiberty regress-demangle ===
  All 645 tests passed

I ran the tests with:

  Gnu Make 3.79.1
  Gnu As 2.11.2
  Gnu Ld 2.11.2
  gcc version 3.0.3 20011027 (prerelease)
  tcl 8.0.5
  expect 5.30.1
  dejagnu (cvs 2001-10-27)
  GNU gdb 2001-10-28-cvs

I am testing mainline gdb with gcc-3_0-branch.

All results are in Terf, http://sources.redhat.com/cgi-bin/gdb.cgi .
Note that Terf does not report ERRORs or WARNINGs.  Also, Terf has
problems with duplicate test names.

Here are the merged ERRORs categorized by test script:

    4 TOTAL
    = =====
    2 gdb.base/setvar.exp
    2 gdb.base/weird.exp

gdb.base/setvar.exp:

  This script produces 2 ERRORs on native i686-pc-linux-gnu (red hat linux 7.1):

    set variable *(v_signed_short_pointer+1)=-456
    (gdb) PASS: gdb.base/setvar.exp: set variable *(v_signed_short_pointer+1)=-456
    ERROR: Process no longer exists
    UNRESOLVED: gdb.base/setvar.exp: set variable signed short pointer
    print v_signed_short_array
    $83 = {123, -456}

    set variable *(v_unsigned_short_pointer+1)=-456
    (gdb) PASS: gdb.base/setvar.exp: set variable *(v_unsigned_short_pointer+1)=-456
    ERROR: Process no longer exists
    UNRESOLVED: gdb.base/setvar.exp: set variable unsigned short pointer
    print v_unsigned_short_array
    $85 = {123, 65080}
    (gdb) print *(v_unsigned_short_pointer+1)
    $86 = 65080

  I have not analyzed these errors.

gdb.base/weird.exp:

  This script produces 2 ERRORs on native i686-pc-linux-gn (red hat linux 7.1):

    ptype bad_type1
    type = <unknown type>
    (gdb) PASS: gdb.stabs/weird.exp: print bad_type1
    ERROR: Process no longer exists
    UNRESOLVED: gdb.stabs/weird.exp: array0 with strange index
    ERROR: Process no longer exists
    UNRESOLVED: gdb.stabs/weird.exp: array1 with strange index

  I have not analyzed these errors.

Here are the merged FAILs categorized by test script:

    122 TOTAL
    === ====
      2 gdb.base/return2.exp
      6 gdb.base/step-line.exp
      2 gdb.base/structs2.exp
      2 gdb.c++/annota2.exp
     17 gdb.c++/classes.exp
      8 gdb.c++/cplusfuncs.exp
      1 gdb.c++/demangle.exp
      4 gdb.c++/derivation.exp
      6 gdb.c++/inherit.exp
      2 gdb.c++/local.exp
      4 gdb.c++/method.exp
      2 gdb.c++/namespace.exp
      1 gdb.c++/overload.exp
      6 gdb.c++/templates.exp
      1 gdb.c++/userdef.exp
     31 gdb.c++/virtfunc.exp
      1 gdb.java/jmisc.exp
      1 gdb.mi/mi-break.exp
      1 gdb.mi/mi-console.exp
      1 gdb.mi/mi-simplerun.exp
      6 gdb.mi/mi-stack.exp
      3 gdb.mi/mi-var-display.exp
      1 gdb.mi/mi0-break.exp
      1 gdb.mi/mi0-console.exp
      1 gdb.mi/mi0-simplerun.exp
      6 gdb.mi/mi0-stack.exp
      3 gdb.mi/mi0-var-display.exp
      1 gdb.stabs/weird.exp
      1 gdb.trace/packetlen.exp


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