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


Michael,

On Sep 23 13:26, Michael Chastain wrote:
> Corinna Vinschen <vinschen@redhat.com> wrote:
> > # of expected passes            8954
> > # of unexpected failures        119
> > # of expected failures          41
> > # of known failures             40
> > # of unresolved testcases       4
> > # of untested testcases         5
> > # of unsupported tests          29
> 
> That is pretty good ... better than native hppa2.0w-hp-hpux11.11
> for sure!
> 
> Hmmm, the UNSUPPORTED count looks high.
> It should be about 3 or 4.

Please note that XStormy16 is a very tiny 16 bit target.  No signal
support, no core file support, no shared libs, no libstdc++-v3,
no threads.

  UNSUPPORTED: gdb.ada/null_record.exp: Ada compilation failed [...]
  UNSUPPORTED: gdb.base/auxv.exp: generate native core dump
  UNSUPPORTED: gdb.base/auxv.exp: info auxv on native core dump
  UNSUPPORTED: gdb.base/auxv.exp: matching auxv data from live and core
  UNSUPPORTED: gdb.base/auxv.exp: info auxv on gcore-created dump
  UNSUPPORTED: gdb.base/auxv.exp: matching auxv data from live and gcore
  UNSUPPORTED: gdb.base/gcore.exp: gdb does not support gcore on this target
  UNSUPPORTED: gdb.base/info-proc.exp: gdb does not support info proc on this target
  UNSUPPORTED: gdb.base/list.exp: list default lines around main
  UNSUPPORTED: gdb.base/reread.exp: run to foo() second time
  UNSUPPORTED: gdb.base/reread.exp: second pass: GDB should check for changes before running
  UNSUPPORTED: gdb.base/scope.exp: print 'scope0.c'::filelocal_bss before run
  UNSUPPORTED: gdb.base/sepdebug.exp: cannot produce separate debug info files
  UNSUPPORTED: gdb.objc/basicclass.exp: Couldn't compile [...]
  UNSUPPORTED: gdb.objc/nondebug.exp: Couldn't compile [...]
  UNSUPPORTED: gdb.objc/objcdecode.exp: Couldn't compile [...]
  UNSUPPORTED: gdb.threads/bp_in_thread.exp: Couldn't compile [...]
  UNSUPPORTED: gdb.threads/gcore-thread.exp: Couldn't compile [...]
  UNSUPPORTED: gdb.threads/killed.exp: Couldn't compile [...]
  UNSUPPORTED: gdb.threads/manythreads.exp: Couldn't compile [...]
  UNSUPPORTED: gdb.threads/print-threads.exp: Couldn't compile [...]
  UNSUPPORTED: gdb.threads/pthread_cond_wait.exp: Couldn't compile [...]
  UNSUPPORTED: gdb.threads/schedlock.exp: Couldn't compile [...]
  UNSUPPORTED: gdb.threads/staticthreads.exp: Couldn't compile [...]
  UNSUPPORTED: gdb.threads/switch-threads.exp: Couldn't compile [...]
  UNSUPPORTED: gdb.threads/thread-specific.exp: Couldn't compile [...]
  UNSUPPORTED: gdb.threads/thread_check.exp: Couldn't compile [...]
  UNSUPPORTED: gdb.threads/tls-shared.exp: Couldn't compile [...]
  UNSUPPORTED: gdb.threads/tls.exp: Couldn't compile [...]

> Can you look in your gdb.sum and count the ERROR and WARNING lines?
> 
>   grep -c ERROR gdb.sum

12

>   grep -c WARNING gdb.sum

39

See the below list.  If you're interested in more details, I can
send you the gdb.log file.

gdb.base/auxv.exp:

  ERROR: Undefined command "gcore [...]testsuite/gdb.base/auxv.gcore".
  UNRESOLVED: gdb.base/auxv.exp: gcore

gdb.base/default.exp:

  WARNING: Skipping backtrace and break tests because of GDB stub.

gdb.base/sigbpt.exp:

  WARNING: Testcase compile failed [...]
  ERROR: (timeout) GDB never initialized after 10 seconds.
  WARNING: remote_expect statement without a default case?!
  ERROR: couldn't unload file in [...]
  ERROR: couldn't load [...]
  ERROR: Delete all breakpoints [...]
  UNRESOLVED: gdb.base/sigbpt.exp: setting breakpoint at main (timeout)
  WARNING: remote_expect statement without a default case?!
  ERROR: tcl error sourcing [...]/gdb.base/sigbpt.exp.
  ERROR: can't read "segv_addr": no such variable while executing [...]

gdb.base/signull.exp:

  WARNING: Testcase compile failed [...]
  ERROR: (timeout) GDB never initialized after 10 seconds.
  WARNING: remote_expect statement without a default case?!
  ERROR: couldn't unload file in [...]
  ERROR: couldn't load [...]
  ERROR: Delete all breakpoints [...]
  UNRESOLVED: gdb.base/signull.exp: setting breakpoint at main (timeout)
  WARNING: remote_expect statement without a default case?!
  ERROR: Jump to start() failed (timeout)
  UNRESOLVED: gdb.base/signull.exp: (timeout) rerun to main

gdb.mi/gdb701.exp, gdb.mi/gdb792.exp, gdb.mi/mi-cli.exp,
gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
gdb.mi/mi-read-memory.exp, gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp,
gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp:

 WARNING: Using CLI jump command, expect run-to-main FAIL


HTH,
Corinna

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat, Inc.


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