Fixup testcases outputting own name as a test name and standardize failed compilation...
authorLuis Machado <lgustavo@codesourcery.com>
Thu, 1 Dec 2016 20:47:50 +0000 (14:47 -0600)
committerLuis Machado <lgustavo@codesourcery.com>
Thu, 1 Dec 2016 20:47:50 +0000 (14:47 -0600)
Changes in v3:

- Adjusted some testcases where the message "failed to compile" was not unique.

Changes in v2:

- Addressed comments from reviewers.
- Fixed spurious whitespaces.
- Changed compilation failure messages that included source/binary paths to
  ones that are short and deterministic.

---

Another bit of cleanup to the testsuite. We have a number of tests that are
not honoring the rule of not outputting their own name as a test name.

I fixed up all the offenders i could find with the following regular
expression:

"(xfail|kfail|kpass|fail|pass|unsupported|untested) ([A-Za-z0-9]+|\\\$(.)*testfile(.)*)\.exp$"

gdb/testsuite/ChangeLog:
2016-12-01  Luis Machado  <lgustavo@codesourcery.com>

Fix test names and standardize compilation error messages throughout
the following files:

* gdb.ada/start.exp
* gdb.arch/alpha-step.exp
* gdb.arch/e500-prologue.exp
* gdb.arch/ftrace-insn-reloc.exp
* gdb.arch/gdb1291.exp
* gdb.arch/gdb1431.exp
* gdb.arch/gdb1558.exp
* gdb.arch/i386-dr3-watch.exp
* gdb.arch/i386-sse-stack-align.exp
* gdb.arch/ia64-breakpoint-shadow.exp
* gdb.arch/pa-nullify.exp
* gdb.arch/powerpc-aix-prologue.exp
* gdb.arch/thumb-bx-pc.exp
* gdb.base/annota1.exp
* gdb.base/annota3.exp
* gdb.base/arrayidx.exp
* gdb.base/assign.exp
* gdb.base/attach.exp
* gdb.base/auxv.exp
* gdb.base/bang.exp
* gdb.base/bfp-test.exp
* gdb.base/bigcore.exp
* gdb.base/bitfields2.exp
* gdb.base/break-fun-addr.exp
* gdb.base/break-probes.exp
* gdb.base/call-rt-st.exp
* gdb.base/callexit.exp
* gdb.base/catch-fork-kill.exp
* gdb.base/charset.exp
* gdb.base/checkpoint.exp
* gdb.base/comprdebug.exp
* gdb.base/constvars.exp
* gdb.base/coredump-filter.exp
* gdb.base/cursal.exp
* gdb.base/cvexpr.exp
* gdb.base/detach.exp
* gdb.base/display.exp
* gdb.base/dmsym.exp
* gdb.base/dprintf-pending.exp
* gdb.base/dso2dso.exp
* gdb.base/dtrace-probe.exp
* gdb.base/dump.exp
* gdb.base/enum_cond.exp
* gdb.base/exe-lock.exp
* gdb.base/exec-invalid-sysroot.exp
* gdb.base/execl-update-breakpoints.exp
* gdb.base/exprs.exp
* gdb.base/fileio.exp
* gdb.base/find.exp
* gdb.base/finish.exp
* gdb.base/fixsection.exp
* gdb.base/foll-vfork.exp
* gdb.base/frame-args.exp
* gdb.base/gcore.exp
* gdb.base/gdb1250.exp
* gdb.base/global-var-nested-by-dso.exp
* gdb.base/gnu-ifunc.exp
* gdb.base/hashline1.exp
* gdb.base/hashline2.exp
* gdb.base/hashline3.exp
* gdb.base/hbreak-in-shr-unsupported.exp
* gdb.base/huge.exp
* gdb.base/infcall-input.exp
* gdb.base/info-fun.exp
* gdb.base/info-shared.exp
* gdb.base/jit-simple.exp
* gdb.base/jit-so.exp
* gdb.base/jit.exp
* gdb.base/jump.exp
* gdb.base/label.exp
* gdb.base/lineinc.exp
* gdb.base/logical.exp
* gdb.base/longjmp.exp
* gdb.base/macscp.exp
* gdb.base/miscexprs.exp
* gdb.base/new-ui-echo.exp
* gdb.base/new-ui-pending-input.exp
* gdb.base/new-ui.exp
* gdb.base/nodebug.exp
* gdb.base/nofield.exp
* gdb.base/offsets.exp
* gdb.base/overlays.exp
* gdb.base/pending.exp
* gdb.base/pointers.exp
* gdb.base/pr11022.exp
* gdb.base/printcmds.exp
* gdb.base/prologue.exp
* gdb.base/ptr-typedef.exp
* gdb.base/realname-expand.exp
* gdb.base/relativedebug.exp
* gdb.base/relocate.exp
* gdb.base/remote.exp
* gdb.base/reread.exp
* gdb.base/return2.exp
* gdb.base/savedregs.exp
* gdb.base/sep.exp
* gdb.base/sepdebug.exp
* gdb.base/sepsymtab.exp
* gdb.base/set-inferior-tty.exp
* gdb.base/setshow.exp
* gdb.base/shlib-call.exp
* gdb.base/sigaltstack.exp
* gdb.base/siginfo-addr.exp
* gdb.base/signals.exp
* gdb.base/signull.exp
* gdb.base/sigrepeat.exp
* gdb.base/so-impl-ld.exp
* gdb.base/solib-display.exp
* gdb.base/solib-overlap.exp
* gdb.base/solib-search.exp
* gdb.base/solib-symbol.exp
* gdb.base/structs.exp
* gdb.base/structs2.exp
* gdb.base/symtab-search-order.exp
* gdb.base/twice.exp
* gdb.base/unload.exp
* gdb.base/varargs.exp
* gdb.base/watchpoint-solib.exp
* gdb.base/watchpoint.exp
* gdb.base/whatis.exp
* gdb.base/wrong_frame_bt_full.exp
* gdb.btrace/dlopen.exp
* gdb.cell/ea-standalone.exp
* gdb.cell/ea-test.exp
* gdb.cp/dispcxx.exp
* gdb.cp/gdb2384.exp
* gdb.cp/method2.exp
* gdb.cp/nextoverthrow.exp
* gdb.cp/pr10728.exp
* gdb.disasm/am33.exp
* gdb.disasm/h8300s.exp
* gdb.disasm/mn10300.exp
* gdb.disasm/sh3.exp
* gdb.dwarf2/dw2-dir-file-name.exp
* gdb.fortran/complex.exp
* gdb.fortran/library-module.exp
* gdb.guile/scm-pretty-print.exp
* gdb.guile/scm-symbol.exp
* gdb.guile/scm-type.exp
* gdb.guile/scm-value.exp
* gdb.linespec/linespec.exp
* gdb.mi/gdb701.exp
* gdb.mi/gdb792.exp
* gdb.mi/mi-breakpoint-changed.exp
* gdb.mi/mi-dprintf-pending.exp
* gdb.mi/mi-dprintf.exp
* gdb.mi/mi-exit-code.exp
* gdb.mi/mi-pending.exp
* gdb.mi/mi-solib.exp
* gdb.mi/new-ui-mi-sync.exp
* gdb.mi/pr11022.exp
* gdb.mi/user-selected-context-sync.exp
* gdb.opt/solib-intra-step.exp
* gdb.python/py-events.exp
* gdb.python/py-finish-breakpoint.exp
* gdb.python/py-mi.exp
* gdb.python/py-prettyprint.exp
* gdb.python/py-shared.exp
* gdb.python/py-symbol.exp
* gdb.python/py-template.exp
* gdb.python/py-type.exp
* gdb.python/py-value.exp
* gdb.reverse/solib-precsave.exp
* gdb.reverse/solib-reverse.exp
* gdb.server/solib-list.exp
* gdb.stabs/weird.exp
* gdb.threads/reconnect-signal.exp
* gdb.threads/stepi-random-signal.exp
* gdb.trace/actions.exp
* gdb.trace/ax.exp
* gdb.trace/backtrace.exp
* gdb.trace/change-loc.exp
* gdb.trace/deltrace.exp
* gdb.trace/ftrace-lock.exp
* gdb.trace/ftrace.exp
* gdb.trace/infotrace.exp
* gdb.trace/mi-tracepoint-changed.exp
* gdb.trace/packetlen.exp
* gdb.trace/passcount.exp
* gdb.trace/pending.exp
* gdb.trace/range-stepping.exp
* gdb.trace/report.exp
* gdb.trace/stap-trace.exp
* gdb.trace/tfind.exp
* gdb.trace/trace-break.exp
* gdb.trace/trace-condition.exp
* gdb.trace/trace-enable-disable.exp
* gdb.trace/trace-mt.exp
* gdb.trace/tracecmd.exp
* gdb.trace/tspeed.exp
* gdb.trace/tsv.exp
* lib/perftest.exp

193 files changed:
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/start.exp
gdb/testsuite/gdb.arch/alpha-step.exp
gdb/testsuite/gdb.arch/e500-prologue.exp
gdb/testsuite/gdb.arch/ftrace-insn-reloc.exp
gdb/testsuite/gdb.arch/gdb1291.exp
gdb/testsuite/gdb.arch/gdb1431.exp
gdb/testsuite/gdb.arch/gdb1558.exp
gdb/testsuite/gdb.arch/i386-dr3-watch.exp
gdb/testsuite/gdb.arch/i386-sse-stack-align.exp
gdb/testsuite/gdb.arch/ia64-breakpoint-shadow.exp
gdb/testsuite/gdb.arch/pa-nullify.exp
gdb/testsuite/gdb.arch/powerpc-aix-prologue.exp
gdb/testsuite/gdb.arch/thumb-bx-pc.exp
gdb/testsuite/gdb.base/annota1.exp
gdb/testsuite/gdb.base/annota3.exp
gdb/testsuite/gdb.base/arrayidx.exp
gdb/testsuite/gdb.base/assign.exp
gdb/testsuite/gdb.base/attach.exp
gdb/testsuite/gdb.base/auxv.exp
gdb/testsuite/gdb.base/bang.exp
gdb/testsuite/gdb.base/bfp-test.exp
gdb/testsuite/gdb.base/bigcore.exp
gdb/testsuite/gdb.base/bitfields2.exp
gdb/testsuite/gdb.base/break-fun-addr.exp
gdb/testsuite/gdb.base/break-probes.exp
gdb/testsuite/gdb.base/call-rt-st.exp
gdb/testsuite/gdb.base/callexit.exp
gdb/testsuite/gdb.base/catch-fork-kill.exp
gdb/testsuite/gdb.base/charset.exp
gdb/testsuite/gdb.base/checkpoint.exp
gdb/testsuite/gdb.base/comprdebug.exp
gdb/testsuite/gdb.base/constvars.exp
gdb/testsuite/gdb.base/coredump-filter.exp
gdb/testsuite/gdb.base/cursal.exp
gdb/testsuite/gdb.base/cvexpr.exp
gdb/testsuite/gdb.base/detach.exp
gdb/testsuite/gdb.base/display.exp
gdb/testsuite/gdb.base/dmsym.exp
gdb/testsuite/gdb.base/dprintf-pending.exp
gdb/testsuite/gdb.base/dso2dso.exp
gdb/testsuite/gdb.base/dtrace-probe.exp
gdb/testsuite/gdb.base/dump.exp
gdb/testsuite/gdb.base/enum_cond.exp
gdb/testsuite/gdb.base/exe-lock.exp
gdb/testsuite/gdb.base/exec-invalid-sysroot.exp
gdb/testsuite/gdb.base/execl-update-breakpoints.exp
gdb/testsuite/gdb.base/exprs.exp
gdb/testsuite/gdb.base/fileio.exp
gdb/testsuite/gdb.base/find.exp
gdb/testsuite/gdb.base/finish.exp
gdb/testsuite/gdb.base/fixsection.exp
gdb/testsuite/gdb.base/foll-vfork.exp
gdb/testsuite/gdb.base/frame-args.exp
gdb/testsuite/gdb.base/gcore.exp
gdb/testsuite/gdb.base/gdb1250.exp
gdb/testsuite/gdb.base/global-var-nested-by-dso.exp
gdb/testsuite/gdb.base/gnu-ifunc.exp
gdb/testsuite/gdb.base/hashline1.exp
gdb/testsuite/gdb.base/hashline2.exp
gdb/testsuite/gdb.base/hashline3.exp
gdb/testsuite/gdb.base/hbreak-in-shr-unsupported.exp
gdb/testsuite/gdb.base/huge.exp
gdb/testsuite/gdb.base/infcall-input.exp
gdb/testsuite/gdb.base/info-fun.exp
gdb/testsuite/gdb.base/info-shared.exp
gdb/testsuite/gdb.base/jit-simple.exp
gdb/testsuite/gdb.base/jit-so.exp
gdb/testsuite/gdb.base/jit.exp
gdb/testsuite/gdb.base/jump.exp
gdb/testsuite/gdb.base/label.exp
gdb/testsuite/gdb.base/lineinc.exp
gdb/testsuite/gdb.base/logical.exp
gdb/testsuite/gdb.base/longjmp.exp
gdb/testsuite/gdb.base/macscp.exp
gdb/testsuite/gdb.base/miscexprs.exp
gdb/testsuite/gdb.base/new-ui-echo.exp
gdb/testsuite/gdb.base/new-ui-pending-input.exp
gdb/testsuite/gdb.base/new-ui.exp
gdb/testsuite/gdb.base/nodebug.exp
gdb/testsuite/gdb.base/nofield.exp
gdb/testsuite/gdb.base/offsets.exp
gdb/testsuite/gdb.base/overlays.exp
gdb/testsuite/gdb.base/pending.exp
gdb/testsuite/gdb.base/pointers.exp
gdb/testsuite/gdb.base/pr11022.exp
gdb/testsuite/gdb.base/printcmds.exp
gdb/testsuite/gdb.base/prologue.exp
gdb/testsuite/gdb.base/ptr-typedef.exp
gdb/testsuite/gdb.base/realname-expand.exp
gdb/testsuite/gdb.base/relativedebug.exp
gdb/testsuite/gdb.base/relocate.exp
gdb/testsuite/gdb.base/remote.exp
gdb/testsuite/gdb.base/reread.exp
gdb/testsuite/gdb.base/return2.exp
gdb/testsuite/gdb.base/savedregs.exp
gdb/testsuite/gdb.base/sep.exp
gdb/testsuite/gdb.base/sepdebug.exp
gdb/testsuite/gdb.base/sepsymtab.exp
gdb/testsuite/gdb.base/set-inferior-tty.exp
gdb/testsuite/gdb.base/setshow.exp
gdb/testsuite/gdb.base/shlib-call.exp
gdb/testsuite/gdb.base/sigaltstack.exp
gdb/testsuite/gdb.base/siginfo-addr.exp
gdb/testsuite/gdb.base/signals.exp
gdb/testsuite/gdb.base/signull.exp
gdb/testsuite/gdb.base/sigrepeat.exp
gdb/testsuite/gdb.base/so-impl-ld.exp
gdb/testsuite/gdb.base/solib-display.exp
gdb/testsuite/gdb.base/solib-overlap.exp
gdb/testsuite/gdb.base/solib-search.exp
gdb/testsuite/gdb.base/solib-symbol.exp
gdb/testsuite/gdb.base/structs.exp
gdb/testsuite/gdb.base/structs2.exp
gdb/testsuite/gdb.base/symtab-search-order.exp
gdb/testsuite/gdb.base/twice.exp
gdb/testsuite/gdb.base/unload.exp
gdb/testsuite/gdb.base/varargs.exp
gdb/testsuite/gdb.base/watchpoint-solib.exp
gdb/testsuite/gdb.base/watchpoint.exp
gdb/testsuite/gdb.base/whatis.exp
gdb/testsuite/gdb.base/wrong_frame_bt_full.exp
gdb/testsuite/gdb.btrace/dlopen.exp
gdb/testsuite/gdb.cell/ea-standalone.exp
gdb/testsuite/gdb.cell/ea-test.exp
gdb/testsuite/gdb.cp/dispcxx.exp
gdb/testsuite/gdb.cp/gdb2384.exp
gdb/testsuite/gdb.cp/method2.exp
gdb/testsuite/gdb.cp/nextoverthrow.exp
gdb/testsuite/gdb.cp/pr10728.exp
gdb/testsuite/gdb.disasm/am33.exp
gdb/testsuite/gdb.disasm/h8300s.exp
gdb/testsuite/gdb.disasm/mn10300.exp
gdb/testsuite/gdb.disasm/sh3.exp
gdb/testsuite/gdb.dwarf2/dw2-dir-file-name.exp
gdb/testsuite/gdb.fortran/complex.exp
gdb/testsuite/gdb.fortran/library-module.exp
gdb/testsuite/gdb.guile/scm-pretty-print.exp
gdb/testsuite/gdb.guile/scm-symbol.exp
gdb/testsuite/gdb.guile/scm-type.exp
gdb/testsuite/gdb.guile/scm-value.exp
gdb/testsuite/gdb.linespec/linespec.exp
gdb/testsuite/gdb.mi/gdb701.exp
gdb/testsuite/gdb.mi/gdb792.exp
gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp
gdb/testsuite/gdb.mi/mi-dprintf-pending.exp
gdb/testsuite/gdb.mi/mi-dprintf.exp
gdb/testsuite/gdb.mi/mi-exit-code.exp
gdb/testsuite/gdb.mi/mi-pending.exp
gdb/testsuite/gdb.mi/mi-solib.exp
gdb/testsuite/gdb.mi/new-ui-mi-sync.exp
gdb/testsuite/gdb.mi/pr11022.exp
gdb/testsuite/gdb.mi/user-selected-context-sync.exp
gdb/testsuite/gdb.opt/solib-intra-step.exp
gdb/testsuite/gdb.python/py-events.exp
gdb/testsuite/gdb.python/py-finish-breakpoint.exp
gdb/testsuite/gdb.python/py-mi.exp
gdb/testsuite/gdb.python/py-prettyprint.exp
gdb/testsuite/gdb.python/py-shared.exp
gdb/testsuite/gdb.python/py-symbol.exp
gdb/testsuite/gdb.python/py-template.exp
gdb/testsuite/gdb.python/py-type.exp
gdb/testsuite/gdb.python/py-value.exp
gdb/testsuite/gdb.reverse/solib-precsave.exp
gdb/testsuite/gdb.reverse/solib-reverse.exp
gdb/testsuite/gdb.server/solib-list.exp
gdb/testsuite/gdb.stabs/weird.exp
gdb/testsuite/gdb.threads/reconnect-signal.exp
gdb/testsuite/gdb.threads/stepi-random-signal.exp
gdb/testsuite/gdb.trace/actions.exp
gdb/testsuite/gdb.trace/ax.exp
gdb/testsuite/gdb.trace/backtrace.exp
gdb/testsuite/gdb.trace/change-loc.exp
gdb/testsuite/gdb.trace/deltrace.exp
gdb/testsuite/gdb.trace/ftrace-lock.exp
gdb/testsuite/gdb.trace/ftrace.exp
gdb/testsuite/gdb.trace/infotrace.exp
gdb/testsuite/gdb.trace/mi-tracepoint-changed.exp
gdb/testsuite/gdb.trace/packetlen.exp
gdb/testsuite/gdb.trace/passcount.exp
gdb/testsuite/gdb.trace/pending.exp
gdb/testsuite/gdb.trace/range-stepping.exp
gdb/testsuite/gdb.trace/report.exp
gdb/testsuite/gdb.trace/stap-trace.exp
gdb/testsuite/gdb.trace/tfind.exp
gdb/testsuite/gdb.trace/trace-break.exp
gdb/testsuite/gdb.trace/trace-condition.exp
gdb/testsuite/gdb.trace/trace-enable-disable.exp
gdb/testsuite/gdb.trace/trace-mt.exp
gdb/testsuite/gdb.trace/tracecmd.exp
gdb/testsuite/gdb.trace/tspeed.exp
gdb/testsuite/gdb.trace/tsv.exp
gdb/testsuite/lib/perftest.exp

index c1b04bea5ccc954daa4dded401d3fe1d4e180fd8..4060ea6409295e3fbffc9d705ac696542b373a6e 100644 (file)
@@ -1,3 +1,201 @@
+2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
+
+       Fix test names and standardize compilation error messages throughout
+       the following files:
+
+       * gdb.ada/start.exp
+       * gdb.arch/alpha-step.exp
+       * gdb.arch/e500-prologue.exp
+       * gdb.arch/ftrace-insn-reloc.exp
+       * gdb.arch/gdb1291.exp
+       * gdb.arch/gdb1431.exp
+       * gdb.arch/gdb1558.exp
+       * gdb.arch/i386-dr3-watch.exp
+       * gdb.arch/i386-sse-stack-align.exp
+       * gdb.arch/ia64-breakpoint-shadow.exp
+       * gdb.arch/pa-nullify.exp
+       * gdb.arch/powerpc-aix-prologue.exp
+       * gdb.arch/thumb-bx-pc.exp
+       * gdb.base/annota1.exp
+       * gdb.base/annota3.exp
+       * gdb.base/arrayidx.exp
+       * gdb.base/assign.exp
+       * gdb.base/attach.exp
+       * gdb.base/auxv.exp
+       * gdb.base/bang.exp
+       * gdb.base/bfp-test.exp
+       * gdb.base/bigcore.exp
+       * gdb.base/bitfields2.exp
+       * gdb.base/break-fun-addr.exp
+       * gdb.base/break-probes.exp
+       * gdb.base/call-rt-st.exp
+       * gdb.base/callexit.exp
+       * gdb.base/catch-fork-kill.exp
+       * gdb.base/charset.exp
+       * gdb.base/checkpoint.exp
+       * gdb.base/comprdebug.exp
+       * gdb.base/constvars.exp
+       * gdb.base/coredump-filter.exp
+       * gdb.base/cursal.exp
+       * gdb.base/cvexpr.exp
+       * gdb.base/detach.exp
+       * gdb.base/display.exp
+       * gdb.base/dmsym.exp
+       * gdb.base/dprintf-pending.exp
+       * gdb.base/dso2dso.exp
+       * gdb.base/dtrace-probe.exp
+       * gdb.base/dump.exp
+       * gdb.base/enum_cond.exp
+       * gdb.base/exe-lock.exp
+       * gdb.base/exec-invalid-sysroot.exp
+       * gdb.base/execl-update-breakpoints.exp
+       * gdb.base/exprs.exp
+       * gdb.base/fileio.exp
+       * gdb.base/find.exp
+       * gdb.base/finish.exp
+       * gdb.base/fixsection.exp
+       * gdb.base/foll-vfork.exp
+       * gdb.base/frame-args.exp
+       * gdb.base/gcore.exp
+       * gdb.base/gdb1250.exp
+       * gdb.base/global-var-nested-by-dso.exp
+       * gdb.base/gnu-ifunc.exp
+       * gdb.base/hashline1.exp
+       * gdb.base/hashline2.exp
+       * gdb.base/hashline3.exp
+       * gdb.base/hbreak-in-shr-unsupported.exp
+       * gdb.base/huge.exp
+       * gdb.base/infcall-input.exp
+       * gdb.base/info-fun.exp
+       * gdb.base/info-shared.exp
+       * gdb.base/jit-simple.exp
+       * gdb.base/jit-so.exp
+       * gdb.base/jit.exp
+       * gdb.base/jump.exp
+       * gdb.base/label.exp
+       * gdb.base/lineinc.exp
+       * gdb.base/logical.exp
+       * gdb.base/longjmp.exp
+       * gdb.base/macscp.exp
+       * gdb.base/miscexprs.exp
+       * gdb.base/new-ui-echo.exp
+       * gdb.base/new-ui-pending-input.exp
+       * gdb.base/new-ui.exp
+       * gdb.base/nodebug.exp
+       * gdb.base/nofield.exp
+       * gdb.base/offsets.exp
+       * gdb.base/overlays.exp
+       * gdb.base/pending.exp
+       * gdb.base/pointers.exp
+       * gdb.base/pr11022.exp
+       * gdb.base/printcmds.exp
+       * gdb.base/prologue.exp
+       * gdb.base/ptr-typedef.exp
+       * gdb.base/realname-expand.exp
+       * gdb.base/relativedebug.exp
+       * gdb.base/relocate.exp
+       * gdb.base/remote.exp
+       * gdb.base/reread.exp
+       * gdb.base/return2.exp
+       * gdb.base/savedregs.exp
+       * gdb.base/sep.exp
+       * gdb.base/sepdebug.exp
+       * gdb.base/sepsymtab.exp
+       * gdb.base/set-inferior-tty.exp
+       * gdb.base/setshow.exp
+       * gdb.base/shlib-call.exp
+       * gdb.base/sigaltstack.exp
+       * gdb.base/siginfo-addr.exp
+       * gdb.base/signals.exp
+       * gdb.base/signull.exp
+       * gdb.base/sigrepeat.exp
+       * gdb.base/so-impl-ld.exp
+       * gdb.base/solib-display.exp
+       * gdb.base/solib-overlap.exp
+       * gdb.base/solib-search.exp
+       * gdb.base/solib-symbol.exp
+       * gdb.base/structs.exp
+       * gdb.base/structs2.exp
+       * gdb.base/symtab-search-order.exp
+       * gdb.base/twice.exp
+       * gdb.base/unload.exp
+       * gdb.base/varargs.exp
+       * gdb.base/watchpoint-solib.exp
+       * gdb.base/watchpoint.exp
+       * gdb.base/whatis.exp
+       * gdb.base/wrong_frame_bt_full.exp
+       * gdb.btrace/dlopen.exp
+       * gdb.cell/ea-standalone.exp
+       * gdb.cell/ea-test.exp
+       * gdb.cp/dispcxx.exp
+       * gdb.cp/gdb2384.exp
+       * gdb.cp/method2.exp
+       * gdb.cp/nextoverthrow.exp
+       * gdb.cp/pr10728.exp
+       * gdb.disasm/am33.exp
+       * gdb.disasm/h8300s.exp
+       * gdb.disasm/mn10300.exp
+       * gdb.disasm/sh3.exp
+       * gdb.dwarf2/dw2-dir-file-name.exp
+       * gdb.fortran/complex.exp
+       * gdb.fortran/library-module.exp
+       * gdb.guile/scm-pretty-print.exp
+       * gdb.guile/scm-symbol.exp
+       * gdb.guile/scm-type.exp
+       * gdb.guile/scm-value.exp
+       * gdb.linespec/linespec.exp
+       * gdb.mi/gdb701.exp
+       * gdb.mi/gdb792.exp
+       * gdb.mi/mi-breakpoint-changed.exp
+       * gdb.mi/mi-dprintf-pending.exp
+       * gdb.mi/mi-dprintf.exp
+       * gdb.mi/mi-exit-code.exp
+       * gdb.mi/mi-pending.exp
+       * gdb.mi/mi-solib.exp
+       * gdb.mi/new-ui-mi-sync.exp
+       * gdb.mi/pr11022.exp
+       * gdb.mi/user-selected-context-sync.exp
+       * gdb.opt/solib-intra-step.exp
+       * gdb.python/py-events.exp
+       * gdb.python/py-finish-breakpoint.exp
+       * gdb.python/py-mi.exp
+       * gdb.python/py-prettyprint.exp
+       * gdb.python/py-shared.exp
+       * gdb.python/py-symbol.exp
+       * gdb.python/py-template.exp
+       * gdb.python/py-type.exp
+       * gdb.python/py-value.exp
+       * gdb.reverse/solib-precsave.exp
+       * gdb.reverse/solib-reverse.exp
+       * gdb.server/solib-list.exp
+       * gdb.stabs/weird.exp
+       * gdb.threads/reconnect-signal.exp
+       * gdb.threads/stepi-random-signal.exp
+       * gdb.trace/actions.exp
+       * gdb.trace/ax.exp
+       * gdb.trace/backtrace.exp
+       * gdb.trace/change-loc.exp
+       * gdb.trace/deltrace.exp
+       * gdb.trace/ftrace-lock.exp
+       * gdb.trace/ftrace.exp
+       * gdb.trace/infotrace.exp
+       * gdb.trace/mi-tracepoint-changed.exp
+       * gdb.trace/packetlen.exp
+       * gdb.trace/passcount.exp
+       * gdb.trace/pending.exp
+       * gdb.trace/range-stepping.exp
+       * gdb.trace/report.exp
+       * gdb.trace/stap-trace.exp
+       * gdb.trace/tfind.exp
+       * gdb.trace/trace-break.exp
+       * gdb.trace/trace-condition.exp
+       * gdb.trace/trace-enable-disable.exp
+       * gdb.trace/trace-mt.exp
+       * gdb.trace/tracecmd.exp
+       * gdb.trace/tspeed.exp
+       * gdb.trace/tsv.exp
+       * lib/perftest.exp
+
 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
 
        * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
index 9a55f8f63f6b018a8fbf3a7b9acb853228f53eb1..b01731ef292ac8da45d806f049ea5fef7c436622 100644 (file)
@@ -20,7 +20,7 @@ if { [skip_ada_tests] } { return -1 }
 # This testcase verifies the behavior of the `start' command, which
 # does not work when we use the gdb stub...
 if [target_info exists use_gdb_stub] {
-    untested start.exp
+    untested "skipping test due to gdb stub"
     return
 }
 
@@ -34,7 +34,7 @@ clean_restart ${testfile}
 
 # Verify that "start" lands inside the right procedure.
 if { [gdb_start_cmd] < 0 } {
-    untested start
+    untested "start failed to land inside the right procedure"
     return -1
 }
 
index 16743fba1a8c45732f7b1c9b7715bb7235b4d836..5395a0dacb319f2c15931b4438db1c6a526e1d88 100644 (file)
@@ -24,7 +24,7 @@ set srcfile ${testfile}.c
 set binfile ${objdir}/${subdir}/${testfile}
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {}] != "" } {
-    unsupported "testcase compile failed."
+    unsupported "failed to compile"
     return -1
 }
 
index 68e6664ba6610e7ca98e4973d4d6f1493ff7cf24..47f5d5fe86413c1a59a601ccc2664ebe48cd7925 100644 (file)
@@ -27,7 +27,7 @@ set testfile "e500-prologue"
 set srcfile ${testfile}.c
 set binfile ${objdir}/${subdir}/${testfile}
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {}] != "" } {
-    unsupported "testcase compile failed."
+    unsupported "failed to compile"
     return -1
 }
 
index edf767fbb90e9e132588960e02ed92e200c9207b..106261a6a88ef379381c37da40b8098e108af58e 100644 (file)
@@ -46,7 +46,7 @@ set remote_libipa [gdb_load_shlib $libipa]
 
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
          executable [list debug $additional_flags shlib=$libipa] ] != "" } {
-    untested "failed to compile ftrace tests"
+    untested "failed to compile"
     return -1
 }
 clean_restart ${executable}
index 35c9ef061bbc433dfc9157d68399dc9633140d5a..ea61b397ae5363ab54ddc582bb3585b973be7b7d 100644 (file)
@@ -33,7 +33,7 @@ set testfile "gdb1291"
 set srcfile ${testfile}.s
 set binfile ${objdir}/${subdir}/${testfile}
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable ""] != "" } {
-    untested gdb1291.exp
+    untested "failed to compile"
     return -1
 }
 
index c35cc5dcba8cc28f9f8d15755af5054f21aab049..31bfb0a60e8c2050ea3045090174915e884202c7 100644 (file)
@@ -35,7 +35,7 @@ set testfile "gdb1431"
 set srcfile ${testfile}.s
 set binfile ${objdir}/${subdir}/${testfile}
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable ""] != "" } {
-    untested gdb1431.exp
+    untested "failed to compile"
     return -1
 }
 
index 8cea6d3988a2efc5118b25efcf41d0c83bca79c5..cd24bd56462d799736ef76aaa4424d8095cb64e3 100644 (file)
@@ -32,7 +32,7 @@ set srcfile ${testfile}.c
 set binfile ${objdir}/${subdir}/${testfile}
 # Note we have to compile WITH optimization and WITHOUT debugging information to expose the bug.
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {"additional_flags=-O2"}] != "" } {
-    untested gdb1558.exp
+    untested "failed to compile"
     return -1
 }
 
index 80acdb45ae787d1db69e150b315bc5abdd07732d..bdab7bf320e1aac896cc27f2dc6c4559829d87b5 100644 (file)
@@ -26,7 +26,7 @@ if { ![istarget "i?86-*-*"] && ![istarget "x86_64-*-*"] } then {
 standard_testfile
 
 if [prepare_for_testing ${testfile}.exp ${binfile} ${srcfile} {debug $additional_flags}] {
-    untested "failed to compile ${testfile}"
+    untested "failed to compile"
     return -1
 }
 
index 525cbd2ef01b1dad4c973017597c05f602ef070a..14ce92289960d35c7ec30bd07baf8168b9c432c2 100644 (file)
@@ -31,7 +31,7 @@ if [info exists COMPILE] {
 }
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable $opts] != "" } {
-    unsupported "cannot compile ${srcfile}"
+    unsupported "failed to compile"
     return -1
 }
 
index 32367c9d5af11c244dd9bb104897f482cc74054a..60b983035d45911d9fafc17bf60cfadf7dbdb239 100644 (file)
@@ -22,7 +22,7 @@ set testfile ia64-breakpoint-shadow
 set srcfile ${testfile}.S
 set binfile ${objdir}/${subdir}/${testfile}
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested "couldn't compile test program"
+    untested "failed to compile"
     return -1
 }
 
index 9a98fe48f1a1beb9433b08ae85eb15b991557eb2..55d38f8da91b2ad5867a67a43a8144fe1d3dc1c1 100644 (file)
@@ -36,7 +36,7 @@ set binfile ${objdir}/${subdir}/${testfile}
 set gcorefile ${objdir}/${subdir}/${testfile}.gcore
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {}] != "" } {
-    unsupported "testcase compile failed."
+    unsupported "failed to compile"
     return -1
 }
 
index f028e94348486773703baff3df701675ff9ee3c8..ed0c4a32558eeb188463e352bdd494fb96b4ee48 100644 (file)
@@ -27,7 +27,7 @@ set testfile "powerpc-aix-prologue"
 set srcfile ${testfile}.c
 set binfile ${objdir}/${subdir}/${testfile}
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {}] != "" } {
-    unsupported "testcase compile failed."
+    unsupported "failed to compile"
     return -1
 }
 
index b00571be2a86c21703ac92e357e344a47e94a9c6..0e80a903467ca6f96b5b5645c66081f173e17a44 100644 (file)
@@ -25,7 +25,7 @@ set srcfile ${testfile}.S
 set opts {}
 
 if [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} $opts] {
-    untested "failed to compile $srcfile"
+    untested "failed to compile"
     return -1
 }
 
index 38b594c42ddd37669a1924d2d1ed307aa4e822cd..4d4ba298ef60e13a031ca18608d791b6188ec84c 100644 (file)
@@ -34,7 +34,7 @@ set breakpoints_invalid "\r\n\032\032breakpoints-invalid\r\n"
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
-    untested annota1.exp
+    untested "failed to compile"
     return -1
 }
 
index de11c4a22fb2f32b656c26130f0bd0ed845bc23e..a472cb46074beba96f346e5db8ce783640f70377 100644 (file)
@@ -33,7 +33,7 @@ if [is_remote target] then {
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
-    untested annota3.exp
+    untested "failed to compile"
     return -1
 }
 
index c7c707adbc54054c01d9d6f0360a15ac39c55587..c9dc0113916cb08f35ad2f69ff14bcf68917eed4 100644 (file)
@@ -20,7 +20,7 @@
 standard_testfile .c
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested "couldn't compile ${srcfile}"
+    untested "failed to compile"
     return -1
 }
 
index 7f1484e68650d5e1d1009322fcd09b643d4d8232..bd9afc9426acdd45c74a5f8a80eed49f13cf3e22 100644 (file)
@@ -28,7 +28,7 @@
 standard_testfile all-types.c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
-     untested assign.exp
+     untested "failed to compile"
      return -1
     }
 
index bd0760c1141af85f201dcd77e2c40601337fcb46..99a1ae01ed252c7b080e634c69d79dff5e841c36 100644 (file)
@@ -30,14 +30,14 @@ remote_exec build "rm -f ${binfile} ${binfile2}"
 # build the first test case
 #
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested attach.exp
+    untested "failed to compile"
     return -1
 }
 
 # Build the in-system-call test
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${binfile2}" executable {debug}] != "" } {
-    untested attach.exp
+    untested "failed to compile in-system-call test"
     return -1
 }
 
index 484d2012c1c0110a4263af6143439959f985fe58..6edb36d95df4bf1dfff8d20b143baf078079b9f9 100644 (file)
@@ -33,7 +33,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable \
                  {debug additional_flags=-DUSE_RLIMIT}] != ""
      && [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable \
                  {debug}] != "" } {
-    untested "couldn't compile ${srcdir}/${subdir}/${srcfile}"
+    untested "failed to compile"
     return -1
 }
 
index 26a4156f14f5621de5313b1e2b3361c763a779c4..d9949cf688cba54d7e60377c41816b9680546a8a 100644 (file)
@@ -20,7 +20,7 @@ standard_testfile args.c
 
 if {[prepare_for_testing $testfile.exp ${testfile}! $srcfile \
         {debug nowarnings}]} {
-    untested bang.exp
+    untested "failed to compile"
     return -1
 }
 
index 91c7e513baa5f043e3da1a53859a1eaaa53f0239..2fc98774c09385f132eba1080660b4d4f55a8578 100644 (file)
@@ -19,7 +19,7 @@
 standard_testfile .c
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested "couldn't compile ${srcfile}"
+    untested "failed to compile"
     return -1
 }
 
index 62ca2b124b19f3a80ae4a6a64a7d7852ef8f99a5..14c6d76523ed820993f51e9189f9ebb2224b8db9 100644 (file)
@@ -42,7 +42,7 @@ standard_testfile .c
 set corefile [standard_output_file ${binfile}.corefile]
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested bigcore.exp
+     untested "failed to compile"
      return -1
 }
 
index 0f7b7c778801fe099fbc2bec1516767f775ceea5..b556eb93f45dd592775590d877f1f9c56efc1c49 100644 (file)
@@ -26,7 +26,7 @@
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested bitfields2.exp
+    untested "failed to compile"
     return -1
 }
 
index 938ec87c31ff61d9065ab2f5c597bcc93edb9872..2983bb84de09c36fb09b6a28b9fe7e44da21bed8 100644 (file)
@@ -36,7 +36,7 @@ set srcfile1 ${testfile1}.c
 set binfile1 [standard_output_file ${testfile1}]
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile1}" "${binfile1}" executable {debug}] != "" } {
-    untested "couldn't compile ${srcfile1}"
+    untested "failed to compile first testcase"
     return -1
 }
 
@@ -65,7 +65,7 @@ set srcfile2 ${testfile2}.c
 set binfile2 [standard_output_file ${testfile2}]
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${binfile2}" executable {debug}] != "" } {
-    untested "couldn't compile ${srcfile2}"
+    untested "failed to compile second testcase"
     return -1
 }
 
index bb8eee0b4062d81f0937c7a5dd582670d43829e1..68130435dcd2af7e789cad90711fcbe84b4859b5 100644 (file)
@@ -28,7 +28,7 @@ set probes_bp "dl_main"
 
 if { [gdb_compile_shlib $srcfile_lib $binfile_lib \
          [list additional_flags=-fPIC]] != "" } {
-    untested "could not compile $binfile_lib."
+    untested "failed to compile shared library"
     return -1
 }
 
index 7120b8b8d2114ea8c94cda93ffb376bd70b3786d..4351c412539967d10d1733271e83c74fc30f1bc0 100644 (file)
@@ -24,7 +24,7 @@
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
-    untested "couldn't compile ${srcdir}/${subdir}/${srcfile}"
+    untested "failed to compile"
     return -1
 }
 
index e904200d4836e7f11873e75b68c1cf68a4462a1b..c1e817a18bf9007a3b07bb69a2a78b7eaa0ea084 100644 (file)
@@ -17,7 +17,7 @@
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested callexit.exp
+     untested "failed to compile"
      return -1
 }
 
index 29d20771a0a549b31e5e0aa87b6cbb5bcdc13b01..a25147e60ccff847bb30c8bd469cf9ee0b87a1b7 100644 (file)
@@ -41,7 +41,7 @@ foreach kind {"fork" "vfork"} {
     set testfile [set testfile_$kind]
     if {[build_executable $testfile.exp $testfile ${srcfile} \
             ${compile_options}] == -1} {
-       untested "failed to compile $testfile"
+       untested "failed to compile"
        return -1
     }
 }
index 5e930efd415d3c685d45c60eae9f9237a103b6fc..7662937181ce20611416a4b9f8b7fdd878314dc4 100644 (file)
@@ -146,7 +146,7 @@ gdb_expect {
 # sets: "auto" and the default.  In this situation, this set of tests
 # is pointless.
 if {[llength [array names charsets]] < 3} {
-    untested charset.exp
+    untested "fewer than 3 charsets"
     return -1
 }
 
index 0c52092cee39d9eb5438be4ae56167149bc8d743..73ea08a92c867ab450efbb631d663b8f8a873d9d 100644 (file)
@@ -38,7 +38,7 @@ if {[is_remote host]} {
 
 if {[prepare_for_testing ${testfile}.exp $testfile $srcfile \
         [list debug "additional_flags=-DPI_TXT=\"$pi_txt\" -DCOPY1_TXT=\"$copy1_txt\""]]} {
-     untested checkpoint.exp
+     untested "failed to compile"
      return -1
 }
 
index 08d48ea6abf811232045a0273337a66f3a01f60b..09d426c49842f61395cc537b46c2ad6e191ac88d 100644 (file)
@@ -18,7 +18,7 @@ standard_testfile average.c
 set ofile "${binfile}0.o"
 if {[gdb_compile $srcdir/$subdir/$srcfile $ofile \
         object {debug}] != ""} {
-    untested comprdebug.exp
+    untested "failed to compile"
     return
 }
 
@@ -30,7 +30,7 @@ verbose "result is $result"
 verbose "output is $output"
 
 if {$result == 1} {
-    untested comprdebug.exp
+    untested "failed to execute objcopy"
     return
 }
 
index d6bae743ec971468a038148a46fa4835b84096f0..48cebe50ecd3be700e9a6a26381f75b85e26f0ee 100644 (file)
@@ -36,7 +36,7 @@ if [get_compiler_info] {
 }
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable debug ] != "" } {
-    untested constvars.exp
+    untested "failed to compile"
     return -1
 }
 
index bf1e8a5acd7462eaed3463c42a85dfd9a2baf305..574941847dfc3cf439ce76bac4ae95407ed44862 100644 (file)
@@ -22,7 +22,7 @@ if ![istarget *-*-linux*] then {
 }
 
 if { [prepare_for_testing "failed to prepare" $testfile $srcfile debug] } {
-    untested "could not compile test program"
+    untested "failed to compile"
     return -1
 }
 
index efaa7c7dfeed53014d55f3ffe80258f6ddeb7429..6834d76a8cd60fd4252c325400bcdb20cfea0a5a 100644 (file)
@@ -17,7 +17,7 @@
 standard_testfile
 
 if {[gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != ""} {
-    untested "couldn't compile $srcfile"
+    untested "failed to compile"
     return -1
 }
 
index 4bdda7623bd20ea09cc330b8a14e0a8f81401d84..26dd714181e0029c587ed9aff7d23dedc57efd5c 100644 (file)
@@ -25,7 +25,7 @@
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested cvexpr.exp
+     untested "failed to compile"
      return -1
 }
 
index b9343ee255a1d3847d214230c0599f7b6ef9f113..4095f90bb7f09353864164324adf2a20dc056150 100644 (file)
@@ -26,7 +26,7 @@ standard_testfile attach.c
 set escapedbinfile  [string_to_regexp ${binfile}]
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested detach.exp
+     untested "failed to compile"
      return -1
 }
 
index 9576be54c30d658c5ee370bca3e316b897bd2daa..c02fcf5d1347db1981dfa5b47e48007cc4c3ec97 100644 (file)
@@ -20,7 +20,7 @@ standard_testfile
 
 if {[prepare_for_testing $testfile.exp $testfile $srcfile \
         {debug nowarnings}]} {
-    untested display.exp
+    untested "failed to compile"
     return -1
 }
 
index b07142432e14e0ebbc776c1a1fd8e3acb59d44cb..3f59aead1db94aefe4f66b14009e89f059b38a32 100644 (file)
@@ -26,7 +26,7 @@ set dmsym_o [standard_output_file dmsym.o]
 if {[gdb_compile "${srcdir}/${subdir}/dmsym.c" \
                  $dmsym_o \
                  object {}] != ""} {
-  untested dmsym.exp
+  untested "failed to compile object file"
   return -1
 }
 
@@ -34,7 +34,7 @@ if {[gdb_compile \
       [list ${srcdir}/${subdir}/dmsym_main.c $dmsym_o] \
       [standard_output_file ${testfile}] \
       executable {debug}] != ""} {
-    untested dmsym.exp
+    untested "failed to compile"
     return -1
 }
 
index 10df3fb8bdeb7946e9759614fe8c91f045531d14..4a5fa9309929bc38ebc843e8883a1f36bcd03a43 100644 (file)
@@ -32,7 +32,7 @@ if { [get_compiler_info] } {
 
 if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != ""
      || [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != ""} {
-    untested "could not compile either $libsrc or $srcdir/$subdir/$srcfile."
+    untested "failed to compile shared library"
     return -1
 }
 
index f620d2c7a72c2c9f71b0423db25e8d656b664f42..bcec7312f7ccd174016e67e1b510ee8e07711d53 100644 (file)
@@ -41,13 +41,13 @@ set binfile_libdso1 [standard_output_file $libdso1.so]
 
 if { [gdb_compile_shlib $srcfile_libdso2 $binfile_libdso2 \
        [list debug additional_flags=-fPIC]] != "" } {
-  untested "could not compile $binfile_libdso2."
+  untested "failed to compile shared library 2"
   return -1
 }
 
 if { [gdb_compile_shlib $srcfile_libdso1 $binfile_libdso1 \
        [list debug additional_flags=-fPIC]] != "" } {
-  untested "could not compile $binfile_libdso1."
+  untested "failed to compile shared library 1"
   return -1
 }
 
index c4f1a78b068c6aa733daefad19b52f0036e1f81b..06a7ae05e330b6d8b155c4cd6c205eddbf887cc7 100644 (file)
@@ -23,7 +23,7 @@ proc dtrace_test {} {
     standard_testfile
     
     if {[dtrace_build_usdt_test_program] == -1} {
-        untested "could not compile test program"
+        untested "failed to compile"
         return -1
     }
 
index a38f9d1c5cf9de7e8b042b6ce5325c02f58848f7..58b012174442d86096e8887509f38844006c5de3 100644 (file)
@@ -37,7 +37,7 @@ if {[istarget "spu*-*-*"]} then {
 }
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable ${options}] != "" } {
-     untested dump.exp
+     untested "failed to compile"
      return -1
 }
 
@@ -95,7 +95,7 @@ remote_exec host "rm -f $filenames"
 # Run target program until data structs are initialized.
 
 if { ! [ runto checkpoint1 ] } then {
-    untested dump.exp
+    untested "couldn't run to checkpoint"
     return -1
 }
 
index 4be8a8ad00912ebf7b70ed17e7a0dad24a57dc1a..6626b019a56bef9d5b7db8af2e55e369fbe7ef32 100644 (file)
@@ -21,7 +21,7 @@ standard_testfile .c
 
 set opts [list debug additional_flags=-fshort-enums]
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable $opts] != "" } {
-    untested "could not compile ${srcfile}"
+    untested "failed to compile"
     return -1
 }
 
index 8cb8f9d307320b3ab4fe1b4e9de9a04a9f4a88e3..b09609f3c1fb70694d812337943ef6e17b3764cf 100644 (file)
@@ -23,7 +23,7 @@ standard_testfile arrayidx.c
 append binfile $EXEEXT
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested "couldn't compile ${srcfile}"
+    untested "failed to compile"
     return -1
 }
 
index a089e89420490664968c5a82d7d39c6f3aa704c0..b31da3db31e2b627e7094d1f5051c8200eae3b68 100644 (file)
@@ -29,12 +29,12 @@ set compile_options debug
 
 # build the first test case
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${binfile2}" executable $compile_options] != "" } {
-    untested "could not compile test program ${binfile2}"
+    untested "failed to compile secondary testcase"
     return -1
 }
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable $compile_options] != "" } {
-    untested "could not compile test program ${binfile}"
+    untested "failed to compile main testcase"
     return -1
 }
 
index 1c2713f27026f3967a3112ad4f0ebb2c80dbeb42..ad648f0d402e0c53166db42a13c5cc7b7e2d3629 100644 (file)
@@ -28,7 +28,7 @@ set exec2 ${binfile}2
 
 if { [gdb_compile [file join $srcdir $subdir $srcfile] $objfile \
          object [list debug]] != "" } {
-    untested "compile failed"
+    untested "failed to compile"
     return -1
 }
 
index 446f8cca12e70e9ffc9ee5611cc161ff8d73d205..2b1727085073b87c36deba20170d40887b8712fd 100644 (file)
@@ -22,7 +22,7 @@
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested exprs.exp
+     untested "failed to compile"
      return -1
 }
 
index 5dd2f2053a3a0096de643589b5566b0add802bc7..2265a15eeb4ea2a8858c46faa3a76ff6c2d339eb 100644 (file)
@@ -32,7 +32,7 @@ if {[is_remote host]} {
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" \
           executable \
           [list debug "additional_flags=-DOUTDIR=\"$outdir/\""]] != "" } {
-    untested fileio.exp
+    untested "failed to compile"
     return -1
 }
 
index c4bdfb76dd7d9a4ad6ccc2a2839aea5579c6350a..b6e96afca1791a181ecffbe3c0f2efeaadfc54e2 100644 (file)
@@ -18,7 +18,7 @@
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
-    untested find.exp
+    untested "failed to compile"
     return -1
 }
 
index c5387bb2d00d13cdb141e4ebf624e0118d68b5ae..35294ccb6e30697e99f50302d9abf87090974852 100644 (file)
@@ -90,7 +90,7 @@ proc finish_tests { } {
     global gdb_prompt skip_float_test
 
     if { ! [ runto_main ] } then {
-       untested finish.exp
+       untested "couldn't run to main"
        return -1
     }
 
index 5b7fdf6a356b19b1072a1ffd78488d251266493f..c00056219b6dacc8f6a72013355b002840f28bc3 100644 (file)
@@ -34,7 +34,7 @@ if [get_compiler_info] {
 if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != ""
      || [gdb_compile $srcdir/$subdir/$srcfile $binfile \
             executable $exec_opts] != ""} {
-    untested "could not compile either $libsrc or $srcfile."
+    untested "failed to compile"
     return -1
 }
 
index 481dcb7d6e156f86e25206e615f7f2c8d9e6cc19..f3e4d0e6fcfb4bb73bb0851251f1f793eb646c3c 100644 (file)
@@ -30,7 +30,7 @@ standard_testfile
 set compile_options debug
 
 if {[build_executable $testfile.exp $testfile $srcfile $compile_options] == -1} {
-    untested "failed to compile $testfile"
+    untested "failed to compile main testcase"
     return -1
 }
 
@@ -38,7 +38,7 @@ set testfile2 "vforked-prog"
 set srcfile2 ${testfile2}.c
 
 if {[build_executable $testfile.exp $testfile2 $srcfile2 $compile_options] == -1} {
-    untested "failed to compile $testfile2"
+    untested "failed to compile secondary testcase"
     return -1
 }
 
index 08eb5d80f1655d7b93847d0d3f48a2f41435424f..dbda4a9dbc0d020a0c67bb23ba5d3c4c7dab297f 100644 (file)
@@ -15,7 +15,7 @@
 
 standard_testfile .c
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested "couldn't compile ${srcfile}"
+    untested "failed to compile"
     return -1
 }
 
index a41f8e5b9f019d1a479f67d0c739f1ed30b08c73..9f271702a11028155c94d10ec3c13b7a42755902 100644 (file)
 standard_testfile
 
 if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} {
-    untested $testfile.exp
+    untested "failed to compile"
     return -1
 }
 
 if { ! [ runto_main ] } then {
-    untested gcore.exp
+    untested "couldn't run to main"
     return -1
 }
 
index 1a7c8e46ee82c70f90f05491829a5c0af23e1942..3d5cf54f2e6f498263f21fdbc32e33ff09c3a377 100644 (file)
@@ -25,7 +25,7 @@
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested gdb1250.exp
+     untested "failed to compile"
      return -1
 }
 
index 728596213d9006c254971420705e9d3fae7d282b..2ce198e3b4172a87b8656df6afb8aef353adf79f 100644 (file)
@@ -29,13 +29,13 @@ set binfile_lib2 [standard_output_file $lib2name.so]
 
 if { [gdb_compile_shlib $srcfile_lib1 $binfile_lib1 \
        [list debug additional_flags=-fPIC]] != "" } {
-  untested "could not compile $binfile_lib1."
+  untested "failed to compile shared library 1"
   return -1
 }
 
 if { [gdb_compile_shlib $srcfile_lib2 $binfile_lib2 \
        [list debug additional_flags=-fPIC]] != "" } {
-  untested "could not compile $binfile_lib2."
+  untested "failed to compile shared library 2"
   return -1
 }
 
index ce9e11f4625ed58677c1ca631fd2a2d047d17fcf..4b0b162ce8f8ddbb19063d6e46aa386f2a8a650e 100644 (file)
@@ -52,7 +52,7 @@ if [get_compiler_info] {
 
 if { [gdb_compile_shlib ${srcdir}/${subdir}/$libsrc $lib_so $lib_opts] != ""
      || [gdb_compile ${srcdir}/${subdir}/$srcfile $binfile executable $exec_opts] != ""} {
-    untested "could not compile dynamic executable $binfile."
+    untested "failed to compile first testcase"
     return -1
 }
 
@@ -144,7 +144,7 @@ gdb_test "info sym $expect_out(1,string)" "gnu_ifunc in section .*" "info sym <g
 
 if { [gdb_compile ${srcdir}/${subdir}/$libsrc $lib_o object {}] != ""
      || [gdb_compile "${srcdir}/${subdir}/$srcfile $lib_o" $staticbinfile executable {debug}] != "" } {
-    untested "could not compile static executable $staticbinfile."
+    untested "failed to compile second testcase"
     return -1
 }
 
index c57d4a6d0b4e9f9553b73d00741952ce2de1b3c6..d0e86ce21f1c26615be481eeb39db530dac50b70 100644 (file)
@@ -33,7 +33,7 @@ close $fd
 # the bug.  Using $new_srcfile here won't trigger the bug.
 set compile_name [relative_filename $objdir $new_srcfile]
 if { [gdb_compile $compile_name "${binfile}" executable {debug}] != "" } {
-    untested hashline1.exp
+    untested "failed to compile"
     return -1
 }
 
index bbdb5bd680ba37c247c9222936ffc8e40c8d75db..fce6e7e80f05171d03b324cb57a6dbc4f404f488 100644 (file)
@@ -30,7 +30,7 @@ puts $fd "int main () { return 0; } /* set breakpoint here */"
 close $fd
 
 if { [gdb_compile $new_srcfile "${binfile}" executable {debug}] != "" } {
-    untested hashline2.exp
+    untested "failed to compile"
     return -1
 }
 
index a2a9b3db78ecfa5b1a3ad8869ce971b93c1033e0..ace14dc8340b9f87ff1b3a9fc18ff189cbda7c0a 100644 (file)
@@ -31,7 +31,7 @@ puts $fd "int main () { return 0; } /* set breakpoint here */"
 close $fd
 
 if { [gdb_compile $new_srcfile "${binfile}" executable {debug}] != "" } {
-    untested hashline3.exp
+    untested "failed to compile"
     return -1
 }
 
index 28ab3d6952a66afa03d1e71f61ed4807e7ccb6c7..dee3bcaa8afb18ec9eaa9337596c640f3c4c863b 100644 (file)
@@ -36,7 +36,7 @@ if [get_compiler_info] {
 
 if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib_src} ${lib_so} $lib_opts] != ""
      || [gdb_compile ${srcdir}/${subdir}/${main_src} ${binfile} executable $exec_opts] != ""} {
-    untested "could not compile ${subdir}/$lib_src or ${subdir}/$srcfile."
+    untested "failed to compile"
     return -1
 }
 
index 4dca89b12b6591f0955c6513fca1db8779c79058..e95acd554d685d6611b4db2b80bd00ea7e39dc4c 100644 (file)
@@ -31,7 +31,7 @@ for { set size [expr 2 * 1024 * 1024] } { $size > 10 } { set size [expr $size /
       == "" } break
 }
 if { $size < 10 } {
-     untested huge.exp
+     untested "size less than 10"
      return -1
 }
 
@@ -43,7 +43,7 @@ set prev_timeout $timeout
 set timeout 30
 
 if { ! [ runto_main ] } then {
-    untested huge.exp
+    untested "couldn't run to main"
     return -1
 }
 
index c970c0e81e2fea6b8c4ba088ee09e20fcd5760e6..5e764f09336647deb4201c4a96c94a6b38044110 100644 (file)
@@ -24,7 +24,7 @@ if [target_info exists gdb,cannot_call_functions] {
 }
 
 if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} {
-    untested "compile failed"
+    untested "failed to compile"
     return -1
 }
 
index 2eec698ec13b647bf760500f5aac87902258ad9a..a5503e293f903e4e34169248fbe5040633ea7b96 100644 (file)
@@ -40,7 +40,7 @@ foreach libsepdebug {NO IN SEP} { with_test_prefix "$libsepdebug" {
     if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib} $sep_lib_flags] != ""
         || [gdb_compile $srcdir/$subdir/${srcfile} ${binfile} \
                 executable $bin_flags] != "" } {
-      untested "could not compile $binfile_lib or $binfile."
+      untested "failed to compile"
       return -1
     }
 
index 57aa1d0aba07375bcd4b98da006597753f72dcdb..e80326ae5a7b5e61d520814eed9cc048edaf38de 100644 (file)
@@ -31,13 +31,13 @@ set define2 -DSHLIB2_NAME=\"$binfile_lib2\"
 
 if { [gdb_compile_shlib $srcfile_lib1 $binfile_lib1 \
          [list additional_flags=-fPIC]] != "" } {
-    untested "could not compile $binfile_lib1."
+    untested "failed to compile shared library 1"
     return -1
 }
 
 if { [gdb_compile_shlib $srcfile_lib2 $binfile_lib2 \
          [list additional_flags=-fPIC]] != "" } {
-    untested "could not compile $binfile_lib2."
+    untested "failed to compile shared library 2"
     return -1
 }
 
index c1a079a67a8fe3354ec7736a9a9a563418756d98..30e41e14a140e8e4126ccc27be41833682940cf8 100644 (file)
@@ -64,12 +64,12 @@ proc build_shared_jit {{options ""}} {
 }
 
 if {[build_standalone_jit] == -1} {
-    untested "could not compile $binfile"
+    untested "failed to compile standalone testcase"
     return
 }
 
 if {[build_shared_jit] == -1} {
-    untested "could not compile $binfile_lib"
+    untested "failed to compile shared library testcase"
     return
 }
 
index b2e2955bbf5854a9c05274ba1fc4a5b18328b1ec..f9c6e13be15a2a8c1f70cdcff074e3efb2ca90bc 100644 (file)
 # library.
 
 if {[skip_shlib_tests]} {
-    untested jit-so.exp
+    untested "skipping shared library tests"
     return -1
 }
 
 if {[get_compiler_info]} {
-    warning "Could not get compiler info"
-    untested jit-so.exp
+    untested "could not get compiler info"
     return 1
 }
 
@@ -35,7 +34,7 @@ set testfile jit-dlmain
 set srcfile ${testfile}.c
 set binfile [standard_output_file ${testfile}]
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug shlib_load}] != "" } {
-    untested jit-so.exp
+    untested "failed to compile"
     return -1
 }
 
@@ -44,7 +43,7 @@ set srcfile2 ${testfile2}.c
 set binfile2 [standard_output_file ${testfile2}.so]
 set binfile2_dlopen [shlib_target_file ${testfile2}.so]
 if { [gdb_compile_shlib "${srcdir}/${subdir}/${srcfile2}" ${binfile2} {debug additional_flags="-DMAIN=jit_dl_main"}] != "" } {
-    untested jit.exp
+    untested "failed to compile main shared library"
     return -1
 }
 
@@ -57,7 +56,7 @@ set solib_binfile_test_msg "SHLIBDIR/${solib_testfile}.so"
 # renaming by munging on its symbol table, and that wouldn't work for .debug
 # sections.  Also, output for "info function" changes when debug info is resent.
 if { [gdb_compile_shlib ${solib_srcfile} ${solib_binfile} {}] != "" } {
-    untested jit-so.exp
+    untested "failed to compile jit shared library"
     return -1
 }
 
index 528c330703dec8f00e74d1487c809181d07cc64c..689bc27e749aa0b4ac54f79377a5569f7c5e4449 100644 (file)
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 if {[skip_shlib_tests]} {
-    untested jit.exp
+    untested "skipping shared library tests"
     return -1
 }
 
 if {[get_compiler_info]} {
-    warning "Could not get compiler info"
-    untested jit.exp
+    untested "could not get compiler info"
     return 1
 }
 
index 7e03d907896e8eb271ce4e6183f35d8221514b83..37f56dd04e136f16ff9ef64e47602544d59fca09 100644 (file)
@@ -20,7 +20,7 @@ standard_testfile .c
 
 # Build the test case
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
-     untested jump.exp
+     untested "failed to compile"
      return -1
     }
 
index 18b6f83bd4b65e7601466f4c010325b77b02e967..2901c332e74402e683515e6212be6ff69260a171 100644 (file)
@@ -26,7 +26,7 @@ if [is_remote target] then {
 standard_testfile .c
 
 if { [prepare_for_testing ${testfile}.exp $testfile ${srcfile} debug] } {
-    untested label.exp
+    untested "failed to compile"
     return -1
 }
 
index 4070f4e91f8bc327cc396e9efe29924168e130f3..97b61d452b8456a34e08cb044033bd957295852b 100644 (file)
@@ -81,7 +81,7 @@
 standard_testfile .c
 
 if {[gdb_compile "${srcdir}/${subdir}/${srcfile}" ${binfile} executable {debug}] != ""} {
-    untested lineinc.exp
+    untested "failed to compile"
     return -1
 }
 
index 1efc5f682538949d3449b3e62cfc9e601c223ae1..99e7a86ddf04d4f33c84ab48917deb17ae74b766 100644 (file)
@@ -28,7 +28,7 @@
 standard_testfile int-type.c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
-    untested logical.exp
+    untested "failed to compile"
     return -1
 }
 
index b8d67fdaad552080f8adb618e9527b05e5e86987..e0e47a7129b716a724b8cd09ab4008dd13e5c86c 100644 (file)
@@ -21,7 +21,7 @@
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
-     untested longjmp.exp
+     untested "failed to compile"
      return -1
 }
 
index aec18fb083ca276e2804b0b96dbb90118a31955e..a3246c59681b9905899183d10463b83727938b29 100644 (file)
@@ -30,7 +30,7 @@ if [test_compiler_info gcc*] {
 if  {[gdb_compile "${srcdir}/${subdir}/macscp1.c" "${objfile}" \
          object $options] != "" 
      || [gdb_compile "${objfile}" "${binfile}" executable $options] != "" } {
-    untested macscp.exp
+    untested "failed to compile"
     return -1
 }
 
index 059c4341febf67516f10b207de5bc1096849128a..297f792ca3546de1a62a4c4b0fc29f72c32caa00 100644 (file)
@@ -40,7 +40,7 @@ set additional_flags "additional_flags=${storage}"
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug ${additional_flags} nowarnings]] != "" } {
-    untested miscexprs.exp
+    untested "failed to compile"
     return -1
 }
 
index c18244554b716c968f6a5d114f8f1230354cf524..ab923dab7a1ba8aad885c217767a3cd106459770 100644 (file)
@@ -24,7 +24,7 @@ standard_testfile
 
 set compile_options "debug"
 if {[build_executable $testfile.exp $testfile ${srcfile} ${compile_options}] == -1} {
-    untested "failed to compile $testfile"
+    untested "failed to compile"
     return -1
 }
 
index 325c30f7b530bf55f6965400519957bdb5767d19..c51d878b8dabb8a8a5caa25d24959828e5cf93db 100644 (file)
@@ -21,7 +21,7 @@ standard_testfile
 
 set compile_options "debug"
 if {[build_executable $testfile.exp $testfile ${srcfile} ${compile_options}] == -1} {
-    untested "failed to compile $testfile"
+    untested "failed to compile"
     return -1
 }
 
index 22e8b79151de96899ecc1036825fc6fcb4d2ba9a..52b81ec307cb6bfc67d4b7e0340e366086741cd2 100644 (file)
@@ -17,7 +17,7 @@ standard_testfile
 
 set compile_options "debug"
 if {[build_executable $testfile.exp $testfile ${srcfile} ${compile_options}] == -1} {
-    untested "failed to compile $testfile"
+    untested "failed to compile"
     return -1
 }
 
index e0dd0e12a4e13218c21ed0b3e81562c1e84305e9..ff69c04dd44f63daab1562d33625e747ba21d50d 100644 (file)
@@ -31,7 +31,7 @@ if [test_compiler_info "xlc-*"] {
 }
 
 if  { [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != "" } {
-    untested "couldn't compile $srcfile."
+    untested "failed to compile"
     return -1
 }
 
index 9b06ba12df0904cc7cfd6d45df42824f4c57c2c5..b8837b72c1bad750c44ccb5065558b567e5a5f20 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile .c
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested "couldn't compile ${srcfile}"
+    untested "failed to compile"
     return -1
 }
 
index b65fac7902c2d6b9352bc166d3e0d161382de24f..9637eabe86cd1844e3070c50ab15cf9dbbc48c45 100644 (file)
@@ -19,7 +19,7 @@ standard_testfile offsets.c
 
 if { [prepare_for_testing "failed to prepare for testing large offsets" \
          ${testfile} ${srcfile}] } {
-    untested offsets.exp
+    untested "failed to compile"
     return -1
 }
 
index b76f445a2d5629b7aa5dc6f1ddba1d7a33ec611d..6b02bdfda20ddedc65ccc89604616d6c70fbd085 100644 (file)
@@ -42,7 +42,7 @@ standard_testfile overlays.c ovlymgr.c foo.c bar.c baz.c grbx.c
 if {[build_executable $testfile.exp $testfile \
         [list $srcfile $srcfile2 $srcfile3 $srcfile4 $srcfile5 $srcfile6] \
         {debug ldscript=-Wl,-T$linker_script}] == -1} {
-     untested overlays.exp
+     untested "failed to compile"
      return -1
 }
 
index e89f4a96ced24ba20ea5a73cc06cb4097aca965b..26f95a0ad3aa5c3762e6ca40602c750679226348 100644 (file)
@@ -37,7 +37,7 @@ if [get_compiler_info] {
 
 if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != ""
      || [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != ""} {
-    untested "could not compile either $libsrc or $srcdir/$subdir/$srcfile."
+    untested "failed to compile"
     return -1
 }
 
index fa1fe3e4d654045edfab9c03a8a4e3b7bb6bd778..03e70ee9fcf3f0d967a27428be5ebf74bd5d2f96 100644 (file)
@@ -28,7 +28,7 @@
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
-     untested pointers.exp
+     untested "failed to compile"
      return -1
     }
 
index c8b4be80cf777d93911e3ae6b7689ef214012dcc..d6b6150335d1e0761657fd3f8df5afcfe96383b7 100644 (file)
@@ -20,7 +20,7 @@ if {[skip_hw_watchpoint_tests]} {
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested pr11022.exp
+     untested "failed to compile"
      return -1
 }
 
index bdddde684105ae95bf7981c4a9941540b4ae4f81..c0cfeb47f2dec232e8afdbabbae52ae2e039895b 100644 (file)
@@ -23,7 +23,7 @@
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested printcmds.exp
+     untested "failed to compile"
      return -1
 }
 
index efd7e0c6cf3bd26d481b57cf59f74bace2788f6d..f2412f1589fe16d42d8a7fd1fb2258dfd8f5a203 100644 (file)
@@ -19,7 +19,7 @@ if { [skip_cplus_tests] } { continue }
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested prologue.exp
+     untested "failed to compile"
      return -1
 }
 
index e9f925de47806629dce7806fd636a76f69755df2..212b33803fb053dd1bfb0d03195b1a636109eba5 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested "couldn't compile test program"
+    untested "failed to compile"
     return -1
 }
 
index d21a4030a9ae87571d0f47f5da6ee6813d206456..3d6bf470a7d48aa05545b52b7c920b4a1ff1b931 100644 (file)
@@ -32,7 +32,7 @@ if { [file type $srcfilelink] != "link" } {
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile} ${srcfilelink}" "${binfile}" \
                  executable {debug}] != "" } {
-    untested "cannot compile ${srcdir}/${subdir}/${srcfile} and ${srcfilelink}"
+    untested "failed to compile"
     return -1
 }
 
index 9563576816d64797a5d52dbdf11d28c730a9b87c..677b3018e4d16fe07e5d90331045a8ab5be34508 100644 (file)
@@ -21,7 +21,7 @@ if [target_info exists gdb,nosignals] {
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested "couldn't compile test program"
+    untested "failed to compile"
     return -1
 }
 
index 52fc3ceccaff05c1b65baf1e9889242f05968965..62012c4774f4a467e9a2d4b17fd94b4d1a98771f 100644 (file)
@@ -21,7 +21,7 @@ append binfile .o
 
 remote_exec build "rm -f ${binfile}"
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" object {debug}] != "" } {
-     untested relocate.exp
+     untested "failed to compile"
      return -1
 }
 
index b75540aeca1b9608e6f8d320a478f4fef7bd2b05..7bc54c3e861256c65f2533ecf876d482c37912d9 100644 (file)
@@ -26,7 +26,7 @@ gdb_start
 
 set result [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}]
 if {$result != "" } then {
-    untested remote.exp
+    untested "failed to compile"
     return -1
 }
 
index 3116dbff7a43985fbe6b943aed1b10e97bc62d74..376a1b4c72f255ea598b45379ef5ffeff14ddc6b 100644 (file)
@@ -23,7 +23,7 @@ set srcfile1 ${testfile1}.c
 set binfile1 [standard_output_file ${testfile1}$EXEEXT]
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile1}" "${binfile1}" executable {debug nowarnings}] != "" } {
-    untested reread.exp
+    untested "failed to compile first testcase"
     return -1
 }
 
@@ -35,7 +35,7 @@ set binfile2 [standard_output_file ${testfile2}$EXEEXT]
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${binfile2}" executable {debug nowarnings}] != ""
       && [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${binfile2}" executable {debug nowarnings additional_flags=-DNO_SECTIONS}] != ""} {
-    untested reread.exp
+    untested "failed to compile second testcase"
     return -1
 }
 
index 77be75eb7165a461c0566b08db7b33dd044cab65..520d685e59bd18bbb98ff7ae7ba85babede36b74 100644 (file)
@@ -19,7 +19,7 @@
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested return2.exp
+     untested "failed to compile"
      return -1
 }
 
@@ -82,7 +82,7 @@ proc return2_tests { } {
     global gdb_prompt skip_float_test
 
     if { ! [ runto_main ] } then {
-       untested return2.exp
+       untested "couldn't run to main"
        return -1
     }
 
index 45174a57495f2c466901de8fde0132a69d9d0f52..b461782f638c87266fde7721f8ad90f057f8de29 100644 (file)
@@ -33,7 +33,7 @@ if [target_info exists gdb,nosignals] {
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested "couldn't compile ${srcfile}"
+    untested "failed to compile"
     return -1
 }
 
index dc860f612ff2a8553eafd4eb7970630e5112370c..3c96bb55d4980614f56491736a293669745dc45b 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
-    untested sep.exp
+    untested "failed to compile"
     return -1
 }
 
index c6694e6db6f84e8544cc7ec3d838894a22b84080..77b46fcdfeb6c4031507fd7ecde8fe5ccc979bb3 100644 (file)
@@ -32,7 +32,7 @@
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
-    untested sepdebug.exp
+    untested "failed to compile"
     return -1
 }
 
index 4f9a6821de316ddbbb6c13b7ff0ee5b4386f88e1..7d7289648be76ebe0c4fbc4936c203bc064d2815 100644 (file)
@@ -21,7 +21,7 @@ standard_testfile .c
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" \
          executable {debug}] != "" } {
-    untested sepsymtab.exp
+    untested "failed to compile"
     return -1
 }
 
index 1a5f49c0745c33023bded4a092b80ae611768022..97d2bc6956108345d42fb696652759527275bd17 100644 (file)
@@ -17,7 +17,7 @@ standard_testfile
 
 set compile_options "debug"
 if {[build_executable $testfile.exp $testfile ${srcfile} ${compile_options}] == -1} {
-    untested "failed to compile $testfile"
+    untested "failed to compile"
     return -1
 }
 
index 93dd92653baa7691bfd3e3556ffa90f17c5f2ba4..7db3c9357edcef3e088be898f01b69dba25c0238 100644 (file)
@@ -19,7 +19,7 @@
 standard_testfile .c
 
 if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable {debug}] != "" } {
-     untested setshow.exp
+     untested "failed to compile"
      return -1
 }
 
index fff147142d7a153de8f28151ba2c084d94b4b190..762a3f38c0cba6239067f63802e6e20f22534026 100644 (file)
@@ -50,7 +50,7 @@ if [get_compiler_info] {
 if { [gdb_compile_shlib ${lib1src} ${lib1} $lib_opts] != ""
      || [gdb_compile_shlib ${lib2src} ${lib2} $lib_opts] != ""
      || [gdb_compile ${srcfile} ${binfile} executable $exec_opts] != ""} {
-    untested "could not compile $lib1, $lib2, or $srcfile."
+    untested "failed to compile"
     return -1
 }
 
index 23373fc4bfcc5ed937abf162060aa80cb8f4ffcd..1384642acf9e2e5861f9f459de8cbec1310c9030 100644 (file)
@@ -31,7 +31,7 @@ if [target_info exists gdb,nosignals] {
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested "couldn't compile ${srcfile}.c"
+    untested "failed to compile"
     return -1
 }
 
index 480110e6fd03153fed93b7a730003e51f6c766db..70900d4266392a7f91806e99c69a17acfc860c13 100644 (file)
@@ -28,7 +28,7 @@ if [target_info exists gdb,nosignals] {
 
 standard_testfile
 if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} {
-    untested "couldn't compile ${srcfile}.c"
+    untested "failed to compile"
     return -1
 }
 
index 677e77fe87f72fdd8105b4dc01eaecf333563c53..5d7fdd1590ec81d6b42b560bb92d9670a9f7daaa 100644 (file)
@@ -22,7 +22,7 @@ if [target_info exists gdb,nosignals] {
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested signals.exp
+    untested "failed to compile"
     return -1
 }
 
index 5a14bffb0a8dd6ec8fad8927ff7b22172358c346..78225108c5f5ecc2e1c8b3eb3230fc96b9eea8c2 100644 (file)
@@ -36,7 +36,7 @@ if [target_info exists gdb,nosignals] {
 standard_testfile .c
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested signull.exp
+    untested "failed to compile"
     return -1
 }
 
index 82a9e0b6a1a538b96a4824bc1a78ab76e908ffa9..d7dd791abcb4143e888651f3dfbfcfcac04e1cb0 100644 (file)
@@ -28,7 +28,7 @@ if [target_info exists gdb,nosignals] {
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested "couldn't compile ${srcfile}"
+    untested "failed to compile"
     return -1
 }
 
index 875242de1ac039504fa48b56291946c46a85d549..6c95c875819fa389f42f9933c7215895fa7f376c 100644 (file)
@@ -33,7 +33,7 @@ if [get_compiler_info] {
 if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != ""
      || [gdb_compile $srcdir/$subdir/$srcfile $binfile \
             executable $exec_opts] != ""} {
-    untested "couldn't compile $libsrc or $srcfile."
+    untested "failed to compile"
     return -1
 }
 
index f4d6bb82174aa6721ba2284e762a2b58654727ef..bc6cfa1a22bca2bcf3d198cbe4636deef03fd311 100644 (file)
@@ -74,7 +74,7 @@ foreach libsepdebug {NO IN SEP} { with_test_prefix "$libsepdebug" {
     }
     if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib} $sep_lib_flags] != ""
         || [gdb_compile ${srcfile} ${binfile} executable $bin_flags] != "" } {
-      untested "could not compile $binfile_lib or $binfile."
+      untested "failed to compile"
       return -1
     }
 
index 5b90894a6a56eac9b5c2b8988519c64cc65c68ef..dec00be615ccc49983f8749d2281349b55416747 100644 (file)
@@ -70,7 +70,7 @@ foreach prelink_lib1 {0x40000000 0x50000000} { with_test_prefix "$prelink_lib1"
     if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib1} $lib_flags] != ""
         || [gdb_compile_shlib ${srcfile_lib} ${binfile_lib2} $lib_flags] != ""
         || [gdb_compile ${srcfile} ${binfile} executable $bin_flags] != "" } {
-       untested "could not compile ${binfile_lib1_test_msg}, ${binfile_lib2_test_msg} or ${binfile_test_msg}."
+       untested "failed to compile"
        return -1
     }
 
@@ -92,7 +92,7 @@ foreach prelink_lib1 {0x40000000 0x50000000} { with_test_prefix "$prelink_lib1"
 
     if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib1} $lib_flags] != ""
         || [gdb_compile_shlib ${srcfile_lib} ${binfile_lib2} $lib_flags] != ""} {
-       untested "could not recompile ${binfile_lib1_test_msg} or ${binfile_lib2_test_msg}."
+       untested "failed to compile shared library"
        kill_wait_spawned_process $test_spawn_id
        return -1
     }
index 9acd34772aa039aa3603359cdae0048473512d25..a080f2b714d3b802d03503b87e7ed4b12874bd6d 100644 (file)
@@ -69,7 +69,7 @@ if { [gdb_compile_shlib ${srcfile1_lib} ${wrong_binfile1_lib} $wrong_lib_flags]
      || [gdb_compile_shlib ${srcfile2_lib} ${wrong_binfile2_lib} $wrong_lib_flags] != ""
      || [gdb_compile_shlib ${srcfile1_lib} ${right_binfile1_lib} $right_lib_flags] != ""
      || [gdb_compile_shlib ${srcfile2_lib} ${right_binfile2_lib} $right_lib_flags] != "" } {
-    untested "could not compile libs."
+    untested "failed to compile shared library"
     return -1
 }
 
@@ -78,7 +78,7 @@ remote_exec build "ln -sf ${right_lib_subdir}/${libname1}.so ${binfile1_lib}"
 remote_exec build "ln -sf ${right_lib_subdir}/${libname2}.so ${binfile2_lib}"
 if { [gdb_compile $srcdir/$subdir/${srcfile} ${binfile} \
          executable $bin_flags] != "" } {
-    untested "could not compile $binfile."
+    untested "failed to compile"
     return -1
 }
 
index 2d5631f306afb07867997ead6a1814dcfc8f7c4a..f74b90f9783d8c45f9e482df491e3f47bf302c12 100644 (file)
@@ -36,7 +36,7 @@ if [get_compiler_info] {
 
 if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib} $lib_flags] != ""
      || [gdb_compile ${srcfile} ${binfile} executable $bin_flags] != "" } {
-  untested "could not compile $binfile_lib or $binfile."
+  untested "failed to compile"
   return -1
 }
 
index 912eb82584ad5c472c8a678df38fb3240133a558..505894f6956c6a9cec70099744cdd9afb26d2669 100644 (file)
@@ -70,7 +70,7 @@ proc start_structs_test { types } {
        # built the second test case since we can't use prototypes
        warning "Prototypes not supported, rebuilding with -DNO_PROTOTYPES"
        if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable "${flags} additional_flags=-DNO_PROTOTYPES"] != "" } {
-           untested structs.exp
+           untested "failed to compile"
            return -1
        }
     }
index 5eaf936e92165d6073a6fb28d1a453e47876332d..fb20cd05fdb5292c7260e6845071ffa01c475d12 100644 (file)
@@ -27,7 +27,7 @@ if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
     # built the second test case since we can't use prototypes
     warning "Prototypes not supported, rebuilding with -DNO_PROTOTYPES"
     if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags=-DNO_PROTOTYPES}] != "" } {
-       untested structs2.exp
+       untested "failed to compile"
        return -1
     }
     set prototypes 0
index c8d058a663bc5ff4d563eb719a765d7c2432fd78..d4cf7314ec6b6f03c14271c1da909317d3e4b4ff 100644 (file)
@@ -33,7 +33,7 @@ if [get_compiler_info] {
 if { [gdb_compile_shlib $lib1src $lib1 $lib_opts] != ""
      || [gdb_compile [list $srcfile $srcfile2] $binfile executable \
             $exec_opts] != ""} {
-    untested "could not compile $lib1, or $srcfile."
+    untested "failed to compile"
     return -1
 }
 
index c0e8318f6d69327190c66870de54b8b87a11b985..cd5b2ef5d1c3467ad257268a33e401c4d8e2d121 100644 (file)
@@ -26,7 +26,7 @@ close $fileid
 gdb_remote_download host ${srcdir}/${subdir}/twice.c
 
 if  { [gdb_compile $local_srcfile "${binfile}" executable $options] != "" } {
-     untested twice.exp
+     untested "failed to compile"
      return -1
 }
 
index aa256972f478e14cba764c578e30d36e3436e8f2..6644724661475f36729000b72258aa5f06c393aa 100644 (file)
@@ -52,7 +52,7 @@ set exec_opts [list debug shlib_load additional_flags=-DSHLIB_NAME=\"${lib_dlope
 if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != ""
      || [gdb_compile_shlib $libsrc2 $lib_sl2 $lib_opts] != ""
      || [gdb_compile $srcfile $binfile executable $exec_opts] != ""} {
-    untested "couldn't compile $libsrc or $libsrc2 or $srcfile."
+    untested "failed to compile"
     return -1
 }
 
index 36b01078bc7469e529a40e57a87320c1ad035da3..33e6b0e554a24ae5eb715221d2b879c1534299ed 100644 (file)
@@ -47,7 +47,7 @@ if [support_complex_tests] {
 # build the first test case
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" \
           executable ${additional_flags}] != "" } {
-     untested varargs.exp
+     untested "failed to compile"
      return -1
 }
 
index 1ae972f5d549e63e6fa33bff5db332bdccb932e8..5626975375cc1120f2befbb99a2860214998a807 100644 (file)
@@ -42,7 +42,7 @@ set exec_opts [list debug shlib_load additional_flags=-DSHLIB_NAME=\"${lib_dlope
 
 if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != ""
      || [gdb_compile $srcfile $binfile executable $exec_opts] != ""} {
-    untested "couldn't compile $libsrc or $srcfile."
+    untested "failed to compile"
     return -1
 }
 
index fb20a0a14b437569c57e0cf26c23ef5e767c9c39..f8d20e0fd23d1dcd6c9461e92aa1e4763406d519 100644 (file)
@@ -23,7 +23,7 @@ if [get_compiler_info] {
 }
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested watchpoint.exp
+     untested "failed to compile"
      return -1
 }
 
index 0cdcf5b53da5d1467b1c4d96aa740368b8c439c9..99719685d7979d48750e946907013911a9381134 100644 (file)
@@ -28,7 +28,7 @@ if [target_info exists no_long_long] {
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable $exec_opts] != "" } {
-     untested whatis.exp
+     untested "failed to compile"
      return -1
 }
 
index cc4d87955bca670cb25affd5e733f1fa68b01fc7..589ed558bb864fdde3de02c32bf0828d774ade5a 100644 (file)
@@ -28,7 +28,7 @@ set opaque_objfile [standard_output_file "$opaque_testfile.o"]
 if {[gdb_compile "${srcdir}/${subdir}/$opaque_testfile.c" \
                  $opaque_objfile \
                  object {}] != ""} {
-  untested "failed to compile $opaque_testfile.c"
+  untested "failed to compile"
   return -1
 }
 
index 05354f526fe4a4f60d75bae1bc1b829e0f5107a7..1e5b4f13c74ac07962846de2faea1f581d72d5a0 100644 (file)
@@ -26,7 +26,7 @@ set binfile_lib [standard_output_file $basename_lib.so]
 
 if { [gdb_compile_shlib $srcfile_lib $binfile_lib \
          [list additional_flags=-fPIC]] != "" } {
-    untested "could not compile $binfile_lib."
+    untested "failed to compile shared library"
     return -1
 }
 
index 9f8f81c469bd04ad3ccc311b2f352ed12c01c205..7bd37ff76713690f47804278257e805109994581 100644 (file)
@@ -30,7 +30,7 @@ if {[skip_cell_tests]} {
 
 # Compile SPU binary.
 if { [gdb_compile_cell_spu $srcfile $binary executable {debug}]  != "" } {
-  unsupported "compile spu binary failed, so all tests in this file will automatically fail."
+  unsupported "failed to compile"
   return -1
 }
 
index 57ed9e2d015da49e46beea37d12e5ef1a8f9b442..853e4922f025d1b505ba74f3278cef3954d4fcda 100644 (file)
@@ -30,7 +30,7 @@ if {[skip_cell_tests]} {
 
 # Compile SPU binary.
 if { [gdb_compile_cell_spu $source $binary executable {debug}]  != "" } {
-  unsupported "compile spu binary failed, so all tests in this file will automatically fail."
+  unsupported "failed to compile"
   return -1
 }
 
index 3ca4c2ba69f6173a8c3fa1db6ad92e8300a3fb7d..0be6b78087d34c759b819c0572a99b4257115939 100644 (file)
@@ -18,7 +18,7 @@ if { [skip_cplus_tests] } { continue }
 standard_testfile .cc
 
 if [get_compiler_info "c++"] {
-    untested dispcxx.exp
+    untested "couldn't find a valid c++ compiler"
     return -1
 }
 
index 66c6cb100a8afb79f544b04cd210856d5b873fb4..75ee14b08c8c1729648cfdfc39a1a2d445565a2b 100644 (file)
@@ -36,7 +36,7 @@ if [get_compiler_info "c++"] {
 
 if { [gdb_compile_shlib $srcdir/$subdir/$srcfile2 $sofile {debug c++}] != ""
      || [gdb_compile $srcdir/$subdir/$srcfile $binfile executable [list debug "c++" shlib=${sofile}]] != ""} {
-    untested gdb2384.exp
+    untested "failed to compile"
     return -1
 }
 
index a163b0c5be6c46d25f51574448723f81920f3c2d..5204a3988b32d0bcc5110cbe78d8d8bc7c4311d3 100644 (file)
@@ -23,7 +23,7 @@ if { [skip_cplus_tests] } { continue }
 standard_testfile .cc
 
 if  {[prepare_for_testing $testfile.exp $testfile $srcfile {debug c++}]} {
-     untested method2.exp
+     untested "failed to compile"
      return -1
 }
 
index 0a9973dba260a019a617a2c814c10df13bba7f3c..6d36c3fa83347037cedd6626277ff2f636c47a00 100644 (file)
@@ -21,7 +21,7 @@ standard_testfile .cc
 # Create and source the file that provides information about the compiler
 # used to compile the test case.
 if [get_compiler_info "c++"] {
-    untested nextoverthrow.exp
+    untested "couldn't find a valid c++ compiler"
     return -1
 }
 
index 39d1140f106f9f9ddcf46719cc5f3a6f3b780cab..0696005cb5b70cd0120c244b7c944c12e82b21cb 100644 (file)
@@ -26,17 +26,17 @@ set tfx [standard_output_file pr10728-x.o]
 set tfy [standard_output_file pr10728-y.o]
 
 if  { [gdb_compile "${srcdir}/${subdir}/$srcfile2" "${tfy}.o" object {c++}] != "" } {
-     untested pr10728.exp
+     untested "failed to compile second object file"
      return -1
 }
 
 if  { [gdb_compile "${srcdir}/${subdir}/$srcfile" "${tfx}.o" object {debug c++}] != "" } {
-     untested pr10728.exp
+     untested "failed to compile first object file"
      return -1
 }
 
 if  { [gdb_compile "${tfx}.o ${tfy}.o" ${binfile} executable {debug c++}] != "" } {
-     untested pr10728.exp
+     untested "failed to compile"
      return -1
 }
 
index 73ad07f71c167b64f29a30d26088c05045979662..7bc6d1b45109a31e0186f7b44958c349c142b047 100644 (file)
@@ -27,7 +27,7 @@ set testfile "am33"
 set srcfile ${srcdir}/${subdir}/${testfile}.s
 set binfile ${objdir}/${subdir}/${testfile}
 if  { [gdb_compile "${srcfile}" "${binfile}" object ""] != "" } {
-     untested am33.exp
+     untested "failed to compile"
      return -1
 }
 
index 2d2c3d52b410c6595d66fd1c5e203b184da9f7d5..ee9cea48d1a06297e2f5f0a9139a8cad7edb2f6f 100644 (file)
@@ -25,7 +25,7 @@ set testfile "h8300s"
 set srcfile ${srcdir}/${subdir}/${testfile}.s
 set binfile ${objdir}/${subdir}/${testfile}
 if  { [gdb_compile "${srcfile}" "${binfile}" executable {debug additional_flags=-ms}] != "" } {
-     untested h8300s.exp
+     untested "failed to compile"
      return -1
 }
 
index 477211b36e845db7dce7fe23e8ec03216652354c..3e99d6df3fdadd3f7725f0dc5ac158f9a02b7d12 100644 (file)
@@ -27,7 +27,7 @@ set testfile "mn10300"
 set srcfile ${srcdir}/${subdir}/${testfile}.s
 set binfile ${objdir}/${subdir}/${testfile}
 if  { [gdb_compile "${srcfile}" "${binfile}" executable ""] != "" } {
-     untested mn10300.exp
+     untested "failed to compile"
      return -1
 }
 
index 9e6e9f19eeae483dad289e4a39df705057713548..1f5ff649ec48de622c2415b82256d060a117a75f 100644 (file)
@@ -25,7 +25,7 @@ set testfile "sh3"
 set srcfile ${srcdir}/${subdir}/${testfile}.s
 set binfile ${objdir}/${subdir}/${testfile}
 if  { [gdb_compile "${srcfile}" "${binfile}" executable ""] != "" } {
-     untested sh3.exp
+     untested "failed to compile"
      return -1
 }
 
index 313b56f5bbcfa74bdaec510ff94852162dba03b1..2d1223e6ed0b720c8239e9266070aa6e4aa4c643 100644 (file)
@@ -327,7 +327,7 @@ lappend opts "additional_flags=-DFDIR=\"fdir\""
 lappend opts "additional_flags=-DFILE=\"${srctmpfile}\""
 
 if { [gdb_compile "${asmsrcfile} ${srcdir}/${subdir}/$srcfile" "${binfile}" executable $opts] != "" } {
-    untested "cannot compile ${asmsrcfile} or $srcfile"
+    untested "failed to compile"
     return -1
 }
 
index 7046ba2cc17c6cdb6227acad2b11f3398a6c0876..961e427604374e2ea2ad6346577d60b0bd8edffe 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile .f
 
 if {[prepare_for_testing $testfile.exp $testfile $srcfile {debug f90 quiet}]} {
-    untested "couldn't compile ${srcfile}"
+    untested "failed to compile"
     return -1
 }
 
index e2f03c32d8abdac32b51b0164899735d0268a512..b7ffad98d639c1f0a2478f73e6faee3e3a502c8a 100644 (file)
@@ -24,7 +24,7 @@ if [get_compiler_info] {
 }
 
 if  { [gdb_compile_shlib "${srcdir}/${subdir}/${srclibfile}" $libfile {debug f90}] != "" } {
-    untested "couldn't compile ${srclibfile}"
+    untested "failed to compile shared library"
     return -1
 }
 
@@ -33,7 +33,7 @@ if  { [gdb_compile_shlib "${srcdir}/${subdir}/${srclibfile}" $libfile {debug f90
 # warnings on ignored $libfile abort the process.
 
 if  { [gdb_compile $srcdir/$subdir/$srcfile $binfile executable [list debug f90 shlib=$libfile]] != "" } {
-    untested "couldn't compile ${srcfile}"
+    untested "failed to compile"
     return -1
 }
 
index f17d827d103f73f0828729b0940396d0bce2bda0..2f7438da414da459f2e5b2bae3665001d307bf67 100644 (file)
@@ -30,7 +30,7 @@ if { [skip_guile_tests] } { continue }
 proc run_lang_tests {exefile lang} {
     global srcdir subdir srcfile testfile hex
     if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${exefile}" executable "debug $lang"] != "" } {
-       untested "couldn't compile ${srcfile} in $lang mode"
+       untested "failed to compile in $lang mode"
        return
     }
 
index e143045159bde6bdcfa11ef94e910b6a8f361fba..3a7476df51cda22f110e4ae23f74aee65b7ad853 100644 (file)
@@ -138,7 +138,7 @@ gdb_test "guile (print (symbol-symtab t))" "= #<gdb:symtab .*gdb.guile/scm-symbo
 # C++ tests
 # Recompile binary.
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}-cxx" executable "debug c++"] != "" } {
-    untested "couldn't compile ${srcfile} in c++ mode"
+    untested "failed to compile in C++ mode"
     return -1
 }
 
index 455d948cbe50d8962bd20a4245978e272692ef81..604cf45f2ecdd8480f246d6ef597c69146493710 100644 (file)
@@ -30,7 +30,7 @@ proc build_inferior {exefile lang} {
     global srcdir subdir srcfile
 
     if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${exefile}" executable "debug $lang"] != "" } {
-       untested "couldn't compile ${srcfile} in $lang mode"
+       untested "failed to compile in $lang mode"
        return -1
     }
     return 0
index 76ec990d9b6324fb2a09d455d4f41f2c5ebd5830..062f2d1cdbae04e5b3ee36091618091164b509cc 100644 (file)
@@ -39,7 +39,7 @@ proc build_inferior {exefile lang} {
 
     if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${objfile}" object "debug $lang"] != ""
         || [gdb_compile "${objfile}" "${exefile}" executable "debug $lang"] != "" } {
-       untested "couldn't compile ${srcfile} in $lang mode"
+       untested "failed to compile in $lang mode"
        return -1
     }
     return 0
index 2fe4312db96c150f9a685e316f1051a0a114ed7d..223d7d7a5a669383377520408df6a7426f9f60d6 100644 (file)
@@ -23,7 +23,7 @@ set baseone base/one/thefile.cc
 set basetwo base/two/thefile.cc
 
 if {[skip_cplus_tests]} {
-    unsupported linespec.exp
+    unsupported "skipping c++ tests"
     return
 }
 
index be1fb85f14268985d18486156b43da3072619a9d..65f6686fd4fa35c8cda877570eb5f64f382a8991 100644 (file)
@@ -28,7 +28,7 @@ if [mi_gdb_start] {
 standard_testfile
 
 if {[gdb_compile $srcdir/$subdir/$srcfile $binfile executable debug] != ""} {
-  untested gdb701.exp
+  untested "failed to compile"
   return -1
 }
 
index 7dfd08a18cf589c6f19d0dedcfac7a812b93746f..e723800adf2794a5dc03d1c53c0000760da5921b 100644 (file)
@@ -34,7 +34,7 @@ if [get_compiler_info "c++"] {
 }
 
 if {[gdb_compile $srcdir/$subdir/$srcfile $binfile executable {debug c++}] != ""} {
-  untested gdb792.exp
+  untested "failed to compile"
   return -1
 }
 
index dc427209a899b763b3a080fcf73828df13d6e1f6..c49c5c88fb5a625616755e9bffa2371306027456 100644 (file)
@@ -31,7 +31,7 @@ set lib_opts "debug"
 
 if { [gdb_compile_shlib $libsrc1 $lib_sl1 $lib_opts] != ""
      || [gdb_compile_shlib $libsrc2 $lib_sl2 $lib_opts] != ""} {
-    untested "could not compile either $libsrc1 or $libsrc2"
+    untested "failed to compile shared library"
     return -1
 }
 
@@ -39,7 +39,7 @@ set MIFLAGS "-i=mi"
 
 set exec_opts [list debug shlib=$lib_sl1 shlib_load]
 if { [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != "" } {
-    untested "failed to compile $srcfile"
+    untested "failed to compile"
     return -1
 }
 
index b1c870ef98c75076989663ca7481ff62fd3875b2..2f556d81a36729a746a8474dc6051717802adb53 100644 (file)
@@ -36,12 +36,12 @@ if {[get_compiler_info]} {
 }
 
 if {[gdb_compile_shlib $libsrc1 $lib_sl1 $lib_opts] != ""} {
-    untested "could not compile $libsrc1"
+    untested "failed to compile shared library"
     return -1
 }
 
 if {[gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != ""} {
-    untested "could not compile $srcdir/$subdir/$srcfile"
+    untested "failed to compile"
     return -1
 }
 
index 760c75613ad5201eec55d15c9c0139d2321827f5..4a3429fd7055c584c0e22a6131c6aec50040f5b3 100644 (file)
@@ -25,7 +25,7 @@ if [mi_gdb_start] {
 standard_testfile
 
 if {[build_executable $testfile.exp $testfile $srcfile {debug}] == -1} {
-    untested "failed to compile $testfile"
+    untested "failed to compile"
     return -1
 }
 
index 2700c0a50e80b2c8aefbbebf53442de704fa481d..dbbdbb4a1b29a8e37b8263d7e56781826a16317d 100644 (file)
@@ -24,7 +24,7 @@ if [mi_gdb_start] {
 standard_testfile
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested "failed to compile $testfile"
+    untested "failed to compile"
     return -1
 }
 
index 1a2773357877e236777bb982deaf152cd940e031..f10fd4de2a3014fab68769448e998e87ad997989 100644 (file)
@@ -41,12 +41,12 @@ if [get_compiler_info] {
 
 if { [gdb_compile_shlib $libsrc1 $lib_sl1 $lib_opts] != ""
      || [gdb_compile_shlib $libsrc2 $lib_sl2 $lib_opts] != ""} {
-    untested "could not compile either $libsrc1 or $libsrc2"
+    untested "failed to compile shared library"
     return -1
 }
 
 if { [gdb_compile_pthreads $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != ""} {
-    untested "could not compile  $srcdir/$subdir/$srcfile."
+    untested "failed to compile"
     return -1
 }
 
index 6ac8c3a36a9665aa3891e82b5583e7e5265a1958..e4936c4c521363a6b148c6e1679ba6106abec1dd 100644 (file)
@@ -42,7 +42,7 @@ if [get_compiler_info] {
 
 if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib} $lib_flags] != ""
      || [gdb_compile ${srcfile_main} ${binfile} executable $bin_flags] != "" } {
-  untested "could not compile $binfile_lib or $binfile."
+  untested "failed to compile"
   return -1
 }
 
index b0f6c31e35433801eb08e9d1feaecc5e100a9fc1..89c9a92c9df9984e142799b0d64f5116bfd3d9d3 100644 (file)
@@ -25,7 +25,7 @@ load_lib mi-support.exp
 standard_testfile
 
 if {[build_executable $testfile.exp $testfile ${srcfile} "debug"] == -1} {
-    untested "failed to compile $testfile"
+    untested "failed to compile"
     return -1
 }
 
index 6f6902b5463c9f094861265ad8ad55ebf09ec6ef..d59fa68d15e681442a4b14ca9a509d099c7d9846 100644 (file)
@@ -23,7 +23,7 @@ set MIFLAGS "-i=mi"
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested pr11022.exp
+     untested "failed to compile"
      return
 }
 
index 6b6ec2d1c9ae33aeadbf52a538a45e46cc29e298..8c9e4e054a49846d582b8ddaa271bfb5ab1d5f34 100644 (file)
@@ -42,7 +42,7 @@ if [use_gdb_stub] {
 
 set compile_options "debug pthreads"
 if {[build_executable $testfile.exp $testfile ${srcfile} ${compile_options}] == -1} {
-    untested "failed to compile $testfile"
+    untested "failed to compile"
     return -1
 }
 
index d6ec63235517983dc292467e1a9184d39ba1ff95..8453324efe35dc4beed104d436a701f80b53fd96 100644 (file)
@@ -36,7 +36,7 @@ if [get_compiler_info] {
 
 if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib} $lib_flags] != ""
      || [gdb_compile ${srcfile} ${binfile} executable $bin_flags] != "" } {
-  untested "could not compile $binfile_lib or $binfile."
+  untested "failed to compile"
   return -1
 }
 
index 144cc4b513ae4aa6d56dfb27147ad52bf71f08ec..449062ffb1e39a4416bc9f33168c9d71cb8d7e5e 100644 (file)
@@ -34,7 +34,7 @@ if [get_compiler_info] {
 
 if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != ""
      || [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != ""} {
-    untested "could not compile either $libsrc or $srcdir/$subdir/$srcfile."
+    untested "failed to compile"
     return -1
 }
 
index 218baed540ba778961282ace405bb57f7812b3fe..03341f57d0758b5803039fc96c43be88cf10fbf9 100644 (file)
@@ -37,7 +37,7 @@ if [get_compiler_info] {
 
 if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != ""
      || [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != ""} {
-    untested "could not compile either $libsrc or $srcdir/$subdir/$srcfile."
+    untested "failed to compile"
     return -1
 }
 
index 6bbc51026a8896ce93419925992c8e2953ffc040..3272f21f63ac2ad9c0fd4ed8b4c3366b2515123d 100644 (file)
@@ -321,7 +321,7 @@ mi_gdb_test "-var-update c" \
 gdb_exit
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}-cxx" \
           executable {debug c++ additional_flags=-DMI}] != "" } {
-    untested "couldn't compile ${srcfile} in c++ mode"
+    untested "failed to compile in C++ mode"
     return -1
 }
 
index 86491e4e5e3acd54d69cf2a6eb2852111ba19be6..9a1ed1f35a347c31dc51740bb7d7d6b6d418078e 100644 (file)
@@ -30,7 +30,7 @@ if { [skip_python_tests] } { continue }
 proc run_lang_tests {exefile lang} {
     global srcdir subdir srcfile testfile hex
     if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${exefile}" executable "debug $lang"] != "" } {
-       untested "couldn't compile ${srcfile} in $lang mode"
+       untested "failed to compile in $lang mode"
        return -1
     }
 
index 3e049b32495cfb7d12446abb57f20934b69a458b..d3ac90680f6fd25ff299772a45bcf20e73f64f0a 100644 (file)
@@ -28,14 +28,14 @@ set libsrc   ${libfile}.c
 set library  [standard_output_file ${libfile}.sl]
 
 if { [gdb_compile_shlib ${srcdir}/${subdir}/${libsrc} ${library} "debug"] != "" } {
-    untested "could not compile shared library."
+    untested "failed to compile shared library"
     return -1
 }
 
 set exec_opts [list debug shlib=${library}]
 
 if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable $exec_opts] != "" } {
-    untested "could not compile $binfile."
+    untested "failed to compile"
     return -1
 }
 
index c4b3f2e4a3f12887ff6feee582119030bf7931bf..79abe646ca9998bc9fbf1e95db43e3889ba3633f 100644 (file)
@@ -127,7 +127,7 @@ gdb_test "python print (t\[0\].symtab)" "${py_symbol_c}" "get symtab"
 # C++ tests
 # Recompile binary.
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}-cxx" executable "debug c++"] != "" } {
-    untested "couldn't compile ${srcfile} in c++ mode"
+    untested "failed to compile in C++ mode"
     return -1
 }
 
index 28a5177850b05ffb1018be84e2a3121d15b66c42..63f0bddb90aea2e841154748a277b994617b3e3c 100644 (file)
@@ -21,7 +21,7 @@ if { [skip_cplus_tests] } { continue }
 standard_testfile .cc
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable \
          {debug c++}] != "" } {
-    untested "couldn't compile ${srcfile}"
+    untested "failed to compile"
     return -1
 }
 
index 782bd431dbb812563cf27961ad9cbfd3df63c56e..4a63f73df8c0fba760433ed488eb8dcf8b2253b1 100644 (file)
@@ -29,7 +29,7 @@ proc build_inferior {exefile lang} {
   global srcdir subdir srcfile testfile hex
 
   if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${exefile}" executable "debug $lang"] != "" } {
-      untested "couldn't compile ${srcfile} in $lang mode"
+      untested "failed to compile in $lang mode"
       return -1
   }
 
index fb489e1f2195e58fe4755125c126ac9ab388829b..0585f8ceaf712ec41ea7903ea741f2c5826fca53 100644 (file)
@@ -39,7 +39,7 @@ proc build_inferior {exefile lang} {
 
   if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${objfile}" object "debug $lang"] != ""
        || [gdb_compile "${objfile}" "${exefile}" executable "debug $lang"] != "" } {
-      untested "couldn't compile ${srcfile} in $lang mode"
+      untested "failed to compile in $lang mode"
       return -1
   }
   return 0
index 1db4f3fb4f72234d16339513aa9304b85baee3c6..6f33fbf86d2ad50a5130e890ad7e9c32e517db2b 100644 (file)
@@ -40,12 +40,12 @@ if [get_compiler_info] {
 # Compile the first without debug info so that
 # stepping and reverse stepping doesn't end up inside them.
 if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib1src} ${library1} ""] != "" } {
-    untested "could not compile shared library1."
+    untested "failed to compile shared library 1"
     return -1
 }
 
 if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib2src} ${library2} "debug"] != "" } {
-    untested "could not compile shared library2."
+    untested "failed to compile shared library 2"
     return -1
 }
 
@@ -58,7 +58,7 @@ set exec_opts [list debug shlib=${library1} shlib=${library2}]
 if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable \
                     [concat $exec_opts additional_flags=-Wl,-z,norelro]] != ""
      && [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable $exec_opts] != "" } {
-    untested "could not compile $binfile."
+    untested "failed to compile"
     return -1
 }
      
index 61c76d39ee0dd40646c8cd924a0fb54553000cf4..a90c4d2e4bbffc9b1b24f716b4c55a75da0dc4a1 100644 (file)
@@ -38,19 +38,19 @@ if [get_compiler_info] {
 # Compile the first without debug info so that
 # stepping and reverse stepping doesn't end up inside them.
 if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib1src} ${library1} ""] != "" } {
-    untested "could not compile shared library1."
+    untested "failed to compile shared library 1"
     return -1
 }
 
 if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib2src} ${library2} "debug"] != "" } {
-    untested "could not compile shared library2."
+    untested "failed to compile shared library 2"
     return -1
 }
 
 set exec_opts [list debug shlib=${library1} shlib=${library2}]
 
 if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable $exec_opts] != "" } {
-    untested "could not compile $binfile."
+    untested "failed to compile"
     return -1
 }
      
index 57647e1a2e16e3c84cbc87393b86b5bce18b5a84..50edf6fa380154bf01e2e253c40be7ed34d2d268 100644 (file)
@@ -34,7 +34,7 @@ set binlibfile [standard_output_file ${testfile}.so]
 if { [get_compiler_info]
      || [gdb_compile_shlib "${srcdir}/${subdir}/${srclibfile}" "${binlibfile}" {debug}] != ""
      || [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable "shlib=${binlibfile}"] != "" } {
-    untested "could not compile sources"
+    untested "failed to compile"
     return -1
 }
 
index b8c72daf3c24ce47ca448907b3c75e4de62f2bd7..af512521a074c4fdd77d8e15330d418665928d11 100644 (file)
@@ -271,7 +271,7 @@ if { [lindex $exec_output 0] != 0 } {
 }
 
 if  { [gdb_compile "${srcfile}" "${binfile}" object ""] != "" } {
-     untested weird.exp
+     untested "failed to compile"
      return -1
 }
 
index 1d134e209a1db584983d80c1d5c1922f99f34765..0a3c17db914351b20c53444aeda861e22b0cf27f 100644 (file)
@@ -27,7 +27,7 @@ if { [gdb_compile_pthreads \
          "${srcdir}/${subdir}/${srcfile}" \
          "${binfile}" \
          executable {debug}] != "" } {
-    untested "couldn't compile test program."
+    untested "failed to compile"
     return -1
 }
 
index 5e558ddc21a080beb868868bf643947146a05364..2e28209a42099fe56119bc70c994cff03d461b20 100644 (file)
@@ -20,7 +20,7 @@ if { [gdb_compile_pthreads \
          "${srcdir}/${subdir}/${srcfile}" \
          "${binfile}" \
          executable {debug}] != "" } {
-    untested "couldn't compile test program."
+    untested "failed to compile"
     return -1
 }
 
index 46890f5a919d0f1d5222a85c8400d013bb1e0daf..cd23cb4ff8ed30698d874e6c000a8725a9a146d4 100644 (file)
@@ -24,7 +24,7 @@ gdb_start
 standard_testfile
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
          executable {debug nowarnings}] != "" } {
-    untested actions.exp
+    untested "failed to compile"
     return -1
 }
 gdb_reinitialize_dir $srcdir/$subdir
index 5e9783f72820578f1eb612c3761d26b55927e6fe..979a5f33ee1b90a46a407eb2b01bc62289624dc7 100644 (file)
@@ -26,7 +26,7 @@ gdb_start
 standard_testfile actions.c
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
          executable {debug nowarnings}] != "" } {
-    untested ax.exp
+    untested "failed to compile"
     return -1
 }
 
index 44a76579711da154f02747e1d4085e461b7cc52e..bdebc2e745a5b394af8c08824b354c2889449c18 100644 (file)
@@ -91,13 +91,13 @@ gdb_test_multiple "list $baseline, +12" "all tests in this module will fail" {
     }
     -re ".*$gdb_prompt $" {
        if { ($testline1 == 0) || ($testline2 == 0) || ($testline3 == 0) || ($testline4 == 0) || ($testline5 == 0) || ($testline6 == 0) } {
-           untested backtrace.exp
+           untested "unexpected testline values"
            set return_me 1
 all tests in this module will fail."
        }
     }
     default {
-           untested backtrace.exp
+           untested "couldn't match pattern"
            set return_me 1
 all tests in this module will fail."
     }
index 118060a82518d3ed235a796f25a6b38ad01b4291..e57930153ac19b70b00363a41b4bbdac6ae26b1c 100644 (file)
@@ -39,7 +39,7 @@ set additional_flags [list debug shlib=$lib_sl1 shlib_load [gdb_target_symbol_pr
 if { [gdb_compile_shlib $libsrc1 $lib_sl1 $lib_opts] != ""
      || [gdb_compile_shlib $libsrc2 $lib_sl2 $lib_opts] != ""
      || [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $additional_flags] != ""} {
-    untested "could not compile either $libsrc1 or $srcdir/$subdir/$srcfile."
+    untested "failed to compile"
     return -1
 }
 
index bffd5759dd54a304c88e1a5ff324e64ed263246e..04e7f5afb2c42f3f4e7d719073be940d7bb37c9d 100644 (file)
@@ -24,7 +24,7 @@ gdb_start
 standard_testfile actions.c
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
          executable {debug nowarnings}] != "" } {
-    untested deltrace.exp
+    untested "failed to compile"
     return -1
 }
 gdb_reinitialize_dir $srcdir/$subdir
index b48d969930185b7db27d49eae45fb1059e12a46f..436062cdac24610f024d7d60c0168eb7672c5f70 100644 (file)
@@ -30,7 +30,7 @@ set options [list debug [gdb_target_symbol_prefix_flags] \
 
 # Check that the target supports trace.
 if { [gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
-    untested "couldn't compile test program"
+    untested "failed to compile"
     return -1
 }
 
@@ -53,7 +53,7 @@ set remote_libipa [gdb_load_shlib $libipa]
 lappend options shlib=$libipa
 
 if { [gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
-    untested "couldn't compile test program with in-process agent library"
+    untested "failed to compile with in-process agent library"
     return -1
 }
 
index 8b720d42e10c24d9358ccb7f6d6326e9440372b1..97dff8c2d8722002644941e5bea148574405551c 100644 (file)
@@ -46,7 +46,7 @@ set remote_libipa [gdb_load_shlib $libipa]
 
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
          executable [list debug $additional_flags shlib=$libipa] ] != "" } {
-    untested "failed to compile ftrace tests"
+    untested "failed to compile"
     return -1
 }
 clean_restart ${executable}
index 1561ead24b06c7e8dc197fc63531f14851ceb771..be78d4c9b5d8c841f20ee19f6e3d2fb2e49f54c1 100644 (file)
@@ -24,7 +24,7 @@ gdb_start
 standard_testfile actions.c
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
          executable {debug nowarnings}] != "" } {
-    untested infotrace.exp
+    untested "failed to compile"
     return -1
 }
 gdb_reinitialize_dir $srcdir/$subdir
index 43b34c996630a148b49f3bd54e7cf04688bdd03b..370c89ff7e74827bb377c65698cdb7b2f3efff3f 100644 (file)
@@ -32,13 +32,13 @@ set lib_opts [gdb_target_symbol_prefix_flags]
 
 if { [gdb_compile_shlib $libsrc1 $lib_sl1 $lib_opts] != ""
      || [gdb_compile_shlib $libsrc2 $lib_sl2 $lib_opts] != ""} {
-    untested "could not compile either $libsrc1 or $libsrc2"
+    untested "failed to compile shared library"
     return -1
 }
 
 set exec_opts [list debug shlib=$lib_sl1 shlib_load]
 if { [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != "" } {
-    untested "failed to compile $srcfile"
+    untested "failed to compile"
     return -1
 }
 
index a790063c4386646d82f9a97ce27873f30922a944..25b735505207234154c515383149cad799e642db 100644 (file)
@@ -24,7 +24,7 @@ gdb_start
 standard_testfile actions.c
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
          executable {debug nowarnings}] != "" } {
-    untested packetlen.exp
+    untested "failed to compile"
     return -1
 }
 gdb_load $binfile
index df7e39d165521b924227d4739688f0d66177dc16..0774a4ecf1441e9b5a2015a16b4cf700f90a1eed 100644 (file)
@@ -23,7 +23,7 @@ gdb_start
 standard_testfile actions.c
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
          executable {debug nowarnings}] != "" } {
-    untested passcount.exp
+    untested "failed to compile"
     return -1
 }
 gdb_reinitialize_dir $srcdir/$subdir
index 28ffc2859a58be9d266ae81b47da4751f137563a..30d14faf3ac2febb6bddd584323c540c30679a97 100644 (file)
@@ -31,13 +31,13 @@ set lib_opts [gdb_target_symbol_prefix_flags]
 
 if { [gdb_compile_shlib $libsrc1 $lib_sl1 $lib_opts] != ""
      || [gdb_compile_shlib $libsrc2 $lib_sl2 $lib_opts] != ""} {
-    untested "could not compile either $libsrc1 or $libsrc2"
+    untested "failed to compile shared library"
     return -1
 }
 
 set exec_opts [list debug shlib=$lib_sl1 shlib_load]
 if { [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != "" } {
-    untested "failed to compile $srcfile"
+    untested "failed to compile"
     return -1
 }
 
@@ -508,7 +508,7 @@ gdb_load_shlib $libipa
 lappend exec_opts "shlib=$libipa"
 
 if { [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != "" } {
-    untested "failed to compile $srcfile"
+    untested "failed to compile with in-process agent library"
     return -1
 }
 
index 81da27d2cde338ba0c1d2f01a3d8020e1029a2dd..88aa3ff21fe7f14bfb3d0695d775407a631f815f 100644 (file)
@@ -71,7 +71,7 @@ set remote_libipa [gdb_load_shlib $libipa]
 
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
          executable [list debug nowarnings shlib=$libipa] ] != "" } {
-    untested "failed to compile ftrace tests"
+    untested "failed to compile"
     return -1
 }
 
index f487ec6507fbfe19a280bea194ddf6306f5cf15d..ef7ef6259a122f007726ca141c1f44619f470ef0 100644 (file)
@@ -24,7 +24,7 @@ gdb_start
 standard_testfile actions.c
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
          executable {debug nowarnings}] != "" } {
-    untested report.exp
+    untested "failed to compile"
     return -1
 }
 gdb_load $binfile
@@ -97,13 +97,13 @@ gdb_test_multiple "list $gdb_recursion_test_baseline, +12" "" {
     }
     -re ".*$gdb_prompt $" {
        if { ($testline1 == 0) || ($testline2 == 0) || ($testline3 == 0) || ($testline4 == 0) || ($testline5 == 0) || ($testline6 == 0) } {
-           untested report.exp
+           untested "unexpected testline values"
            set return_me 1
 all tests in this module will fail."
        }
     }
     default {
-           untested report.exp
+           untested "couldn't match pattern"
            set return_me 1
 all tests in this module will fail."
     } 
index 4cb05d512f378ffc8a25ca720f3ba44d6a7af5e5..44583d106a9eb705288996c9e87dc8ce9fff34bd 100644 (file)
@@ -42,7 +42,7 @@ proc compile_stap_bin {exec_name {arg ""}} {
     if { [gdb_compile "$srcdir/$subdir/$srcfile" \
              [standard_output_file $exec_name] \
              executable [concat $arg debug nowarnings]] != "" } {
-       untested "could not compile ${srcfile}"
+       untested "failed to compile"
        return 0
     }
 
index cfd7db350cca1cfbbfea5cf501216d7fa76246f0..39c54a16a4cb7ee56438635db8a2c6c3bc51d5a1 100644 (file)
@@ -25,7 +25,7 @@ standard_testfile actions.c
 
 if { [gdb_compile "$srcdir/$subdir/$srcfile" "$binfile" \
          executable {debug nowarnings}] != "" } {
-    untested tfind.exp
+    untested "failed to compile"
     return -1
 }
 gdb_load $binfile
index b7b2ea1491a4da6dcd2e4e92521e8aa2b23ce355..facf0618edde1ff8d921a0d187e8cc42952eac0f 100644 (file)
@@ -357,7 +357,7 @@ set remote_libipa [gdb_load_shlib $libipa]
 
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
          executable [list debug $additional_flags shlib=$libipa] ] != "" } {
-    untested "failed to compile ftrace tests"
+    untested "failed to compile"
     return -1
 }
 clean_restart ${executable}
index 0e93e5171259afccb2d0c4a9bc37aa9a63b3ad3e..02a0c0c8705ccdd505c6c6c11ac1a98a7d21c39a 100644 (file)
@@ -46,7 +46,7 @@ set remote_libipa [gdb_load_shlib $libipa]
 
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
          executable [list debug $additional_flags shlib=$libipa] ] != "" } {
-    untested "failed to compile ftrace tests"
+    untested "failed to compile"
     return -1
 }
 
index 43891fa99c89fa6678c4617033b43de55acbb3ed..27c43f42136ad6a9eea83cc5eb9406933ad0160f 100644 (file)
@@ -23,7 +23,7 @@ set options [list debug [gdb_target_symbol_prefix_flags]]
 
 # Check that the target supports trace.
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
-    untested "couldn't compile test program"
+    untested "failed to compile"
     return -1
 }
 
@@ -46,7 +46,7 @@ gdb_load_shlib $libipa
 lappend options shlib=$libipa
 
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
-    untested "couldn't compile test program with in-process agent library"
+    untested "failed to compile with in-process agent library"
     return -1
 }
 
index bab2a615682a8c5266497c9eec7ed0ea06954c05..795c65e89a654e63a3df31991662883a82f029e2 100644 (file)
@@ -23,7 +23,7 @@ set additional_flags [gdb_target_symbol_prefix_flags]
 
 if { [gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile \
          executable [list debug $additional_flags] ] != "" } {
-    untested "couldn't compile test program"
+    untested "failed to compile"
     return -1
 }
 
@@ -112,7 +112,7 @@ set remote_libipa [gdb_load_shlib $libipa]
 # Compile test case again with IPA.
 if { [gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile \
          executable [list debug $additional_flags shlib=$libipa] ] != "" } {
-    untested "failed to compile ftrace tests"
+    untested "failed to compile with in-process agent library"
     return -1
 }
 clean_restart ${executable}
index 7ad6c914d7f449cfd77d0babcdfd0235b804c88f..6266e273f21b2687ca8c7798c9f2bb53b617f9de 100644 (file)
@@ -23,7 +23,7 @@ gdb_start
 standard_testfile actions.c
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
          executable {debug nowarnings}] != "" } {
-    untested tracecmd.exp
+    untested "failed to compile"
     return -1
 }
 gdb_reinitialize_dir $srcdir/$subdir
index 885fe23a3d71306265cd06b536b189d286f95052..8a9917c8e04d243eb87ef491090106cbf0d7187e 100644 (file)
@@ -22,7 +22,7 @@ set ipalib [get_in_proc_agent]
 
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
          executable [concat {debug nowarnings c} shlib=$ipalib]] != "" } {
-    untested tspeed.exp
+    untested "failed to compile"
     return -1
 }
 
index a97648023121c6ecd6ce18bcbcc609b53d36a49b..a2e808a06acf09bd0a9b6aac3beb7c485ec04443 100644 (file)
@@ -21,7 +21,7 @@ gdb_start
 standard_testfile actions.c
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
          executable {debug nowarnings}] != "" } {
-    untested tsv.exp
+    untested "failed to compile"
     return -1
 }
 gdb_load $binfile
index 2f8da14217c6e4f23a94ec552f0e09ebcf153fe0..082c10d6d469793500565eaf7c644a00e98cb8e6 100644 (file)
@@ -90,7 +90,7 @@ namespace eval PerfTest {
 
        if { [string compare $GDB_PERFTEST_MODE "run"] != 0 } {
            if { [eval compile {$compile}] } {
-               untested "could not compile source files."
+               untested "failed to compile"
                return
            }
        }
This page took 0.124547 seconds and 4 git commands to generate.