aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Collapse)AuthorFilesLines
1996-03-05 * pr-9095.ch, pr-9095.exp: New test case.Per Bothner4-1/+82
1996-02-21Back out change to signals.exp (test_handle_all_print): Add setup_xfail for ↵Fred Fish1-1/+0
"alpha-dec-osf2*" This problem appears to be random, possibly a dejagnu problem.
1996-02-21 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"Fred Fish3-6/+32
to "alpha-*-osf2*" and add comment. * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*" setup_xfail for "step over execarg initialization" and "step over corearg initialization". * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*". * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not gcc compiled for "print coremaker_bss", "print coremaker_ro", "print func2::coremaker_local", and "backtrace in corefile.exp". * gdb.base/signals.exp: Build and source signals.ci. (test_handle_all_print): Add setup_xfail for "alpha-dec-osf2*". Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp" to be for gcc only. * lib/gdb.exp: Move verbose statements outside conditionals.
1996-02-20 * gdb.c++/misc.cc: Add test code from Mike Stump.Fred Fish1-0/+10
* gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
1996-02-16 * config/unix-gdb.exp: Remove extraneous newlines from end of file.Fred Fish2-9/+6
1996-02-15 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, upFred Fish2-2/+17
from dejagnu's apparent default of 10 seconds, which gives random results when running the tests over NFS on moderately loaded systems. * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
1996-02-13 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test result reports.Fred Fish1-0/+4
1996-02-09 * configure.in (CY_AC_PATH_TCLH): Remove.Fred Fish2-6/+5
* configure: Regenerate.
1996-02-09 * Makefile.in (clean): Add missing '{'.Fred Fish2-1/+5
1996-02-09 * gdb.c++/Makefile.in (clean): Add missing '{'.Fred Fish1-0/+6
1996-02-07 * pr-8894.exp, pr-8894.ch, pr-8894-grt.ch: New test case.Per Bothner5-0/+86
1996-02-02 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).Jeff Law2-17/+72
Load libgloss.exp.
1996-02-02 * gdb.disasm/hppa.exp: Compile directly into an executable, useJeff Law1-0/+5
the executable, not the .o to run the tests from. Remove a useless step and avoid loading a .o into a target board (loads into address zero which causes all kinds of problems).
1996-01-31 * gdb.base/break.exp: Don't test for program exit or exit statusJeff Law2-2/+13
if $noresults if nonzero. * gdb.base/langs.exp: Likewise. * gdb.base/watchpoint.exp: Likewise. For proelf targets were we can't even tell if a process exits.
1996-01-31 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.Jeff Law2-2/+9
* gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before trying to compile the testcase.
1996-01-30Enclose gdbtk stuff inside gdb sanitization lines. Regenerate configure.Fred Fish1-0/+2
1996-01-29 * builtins.ch, builtins.exp: Enhance test case.Wilfried Moser7-0/+120
* extstruct.ch, extstruct-grt.ch, extstruct.exp: New test case.
1996-01-25 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.David Edelsohn1-0/+4
1996-01-24Note gdb.c++/classes.exp update.Per Bothner1-0/+2
1996-01-24Updated for Tcl 7.5a2 and Tk 4.1a2Tom Tromey1-0/+10
1996-01-24 * enum.ch, enum.exp: New test case (covers PRs 8869 and 8870).Per Bothner4-0/+100
1996-01-24Note gdb.fortran/exprs.exp fix.Per Bothner1-0/+4
1996-01-23 * gdb.base/corefile.exp: Recognize "not found" as failureJeff Law1-0/+7
when trying to determine if a core file was generated. If no core file was generate the first time, try again without the ulimit -c to work around braindamaged shells. Gets corefile.exp running again on the PA.
1996-01-16Remove sh3e sanitization. Keep sh3e files.Jim Wilson3-28/+2
1996-01-16Remove SH3e sanitization.Jim Wilson2-22/+0
1996-01-15 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): ReplaceFred Fish2-5/+6
[] tests with "test" and enclose string in quotes. * gdb.stabs/configure: Rebuild
1996-01-15 * gdb.stabs/configure (alpha-*-*,mips-*-*): Add missingFred Fish2-0/+740
"test" and enclose string in quotes.
1996-01-12 * Makefile.in (PROGS): Removed.Per Bothner2-6/+4
(clean mostlyclean): Remove *.exe rather than ${PROGS}.
1996-01-12 * pr-8742.ch, pr-8742.exp: New test case.Per Bothner4-0/+97
1996-01-09 * misc.ch, misc.exp: Enhance test case.Wilfried Moser3-1/+14
1996-01-04 * gdb.base/corefile.exp: When generating a core, discard anyFred Fish2-5/+9
error messages about ulimit not found and the "core dumped" message from the shell that runs the coredumper.
1996-01-03 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.Jeff Law1-0/+2
I hate skipping tests, but these seem pretty broken on the PA...
1996-01-03 * gdb.stabs/weird.exp: Use ${target_triplet} to determineJeff Law1-0/+11
which sed script to run. Expect failure for v_comb test on PA targets too. Should get weird-stabs tests running on supported targets again. I'd also expect most (if not all) stabs targets to fail v_comb...
1995-12-31 * tests2.exp: Setup_xfail "i*86-*-linux" andFred Fish2-3/+19
"mips-sgi-irix*" for "real write 4" and "real write 8". Conditionalize both tests for system specific value of "infinity" string.
1995-12-30Forgot a few things...Fred Fish1-0/+3
1995-12-30 * builtins.exp (test_size): Alpha seems to have long builtins.Fred Fish4-24/+92
* tests1.exp: Setup xfail "*-*-*" for "ptype r2". * tests2.exp: Add check to skip chill tests.
1995-12-30 * lib/gdb.exp (default_gdb_start): Fix typo.Fred Fish3-41/+86
* gdb.base/corefile.exp: Allow "Core was generated by ..." messages to not include the full program name that caused the core dump since some systems (such as solaris) apparently truncate this path to about 80 characters. When generating a core file first try increasing the core file size limit to unlimited since some systems may default it to zero, and it is harmless to try it. Move the test for failing to generate a core file to where it will actually get executed. * gdb.c++/templates.exp (test_ptype_of_templates): Accept new gdb result from g++ debug info improvements and make old pattern obsolescent. Also account for size_t differences (may be int or long). * gdb.base/a1-selftest.exp (test_with_self): Check for case where initialization before function call is placed in the delay slot and thus appears to be skipped over by commands such as "next".
1995-12-30 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.Stan Shebs2-1/+12
1995-12-12 * tuples.ch, tuples.exp: Exhance test cases (from PR 8643).Per Bothner3-0/+64
1995-12-11 * builtins.exp, pr-5016.{ch,exp}, result.{ch,exp},Wilfried Moser8-22/+79
tests1.{ch,exp}: Enhance test cases.
1995-12-07 * builtins.ch, builtins.exp, Makefile.in: New test case.Wilfried Moser5-2/+453
1995-12-07Always keep the newly-added configure scripts.Stan Shebs5-6/+16
1995-12-05 * tests2.exp: Add compiling of the test case.Wilfried Moser2-0/+12
1995-12-01Ooops. Fix to work with new scheme (where runtest invokes the compiler).Per Bothner1-5/+9
1995-12-01 * pr-8405.ch, pr-8405.exp, Makefile.in: New test case.Per Bothner5-1/+81
1995-12-01 * tests1.exp, tests2.exp (test_print_reject): Remove; causesPer Bothner3-229/+40
conflicts with later tests using test_print_reject in ../lib/gdb.exp. (passcount): Remove. * tests2.exp (test_print_accept): Removed. (test_write): Re-write to use gdb_test rather than test_print_accept. * tests1.exp (test_print_accept_exact): Removed. (tests_locations): Rewrite to use gdb_test and not above proc.
1995-12-01 * tests1.ch, tests1.exp, tests2.ch, tests2.exp, Makefile.in:Per Bothner8-53/+1730
New (extensive) test cases. * chexp.exp: Fix relations to return TRUE or FALSE.
1995-11-30 * Makefile.in: Add .exp.check rule.Per Bothner8-15/+40
* callch.ch: Add missing "%." to format strings. * callch.exp: Fix argument to gdb_load. * chexp.exp: Add specific error messages to test_print_reject calls. * misc.exp: Add a test for PR 8496. * pr-6632.exp, pr-8136.exp: Link executables from two .o files.
1995-11-27 * pr-5016.exp: xfail "whatis i" for alpha-osf-dec-osf2*, same as linux.Fred Fish2-2/+6
1995-11-27 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail forFred Fish3-14/+38
"bt in signals.exp". * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for "step over execarg initialization" and "step over corearg initialization". * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.