aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill
AgeCommit message (Collapse)AuthorFilesLines
1998-06-05 * chexp.exp: fix tests that assume >16-bit ints.Felix Lee2-5/+11
1998-03-24 * Makefile.in: Derive SHELL from configure.Stu Grossman1-12/+14
* config/d10v/d10v.mt config/d30v/d30v.mt config/m32r/m32r.mt config/mn10200/mn10200.mt config/mn10300/mn10300.mt : Remove -lm from SIM. This prevents dependency checking of -lm (under NT native builds). (It is automatically added by configure if it exists.) * doc/configure mswin/configure nlm/configure testsuite/gdb.base/configure testsuite/gdb.c++/configure testsuite/gdb.chill/configure testsuite/gdb.disasm/configure testsuite/gdb.stabs/configure testsuite/gdb.threads/configure: Regenerate with autoconf 2.12.1 to fix shell issues for NT native builds.
1997-12-15Revert addition of test suite from Alcatel --- we don't have papersJim Blandy3-83/+0
for these. Changes bracketed with tags jimb_pre_revert_pr13812, jimb_post_revert_pr13812, so we can easily re-add them when we receive papers.
1997-12-10*** empty log message ***Jim Blandy1-0/+4
1997-12-10* gch1494.ch, gch1494.exp: New tests, for PR 13812.Jim Blandy2-0/+79
1997-09-24 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,Bob Manson1-1/+1
define vxworks when building the testcase. * gdb.base/ptype.exp: Fix testnames to be unique. * gdb.base/radix.exp: Ditto. * gdb.base/term.exp: Ditto. * gdb.base/whatis.exp: Ditto. * gdb.c++/classes.exp: Ditto. More misc fixes.
1997-09-10 * *.exp: The end-all be-all of quoting fixes. Ha.Bob Manson25-104/+108
At least I hope so.
1997-08-21 * pr-9946.exp: Ditto.Bob Manson4-3/+6
* gch1280.exp: Ditto. * gch1272.exp: Ditto.
1997-08-21 * enum.exp: More quoting fixes.Bob Manson2-1/+5
*sigh*
1997-08-13 Fix quoting.Bob Manson11-10/+19
1997-08-13 Fix quoting.Bob Manson1-0/+1
1997-08-13 * tests2.exp: Fix quoting.Bob Manson3-2/+7
* tests1.exp: Ditto.
1997-03-06 Added and updated copyright notices to testsuite expectBob Manson33-66/+66
scripts.
1997-02-24 * config/vr4300.exp: New file.Bob Manson16-49/+49
* gdb.*/*.exp: Call gdb_expect instead of expect. * lib/gdb.exp(gdb_expect): New function.
1997-02-02 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.Bob Manson33-106/+106
* gdb.base/scope.exp: Use gdb_test. * gdb.c++/classes.exp: Ditto. * gdb.c++/inherit.exp: Ditto. More random cleanups. Still lots to go, however.
1997-01-29Major revision to testsuites for cross-testing and DOS testing support.Bob Manson33-179/+179
1996-11-26 * configure, */configure: Rebuild with autoconf 2.12.Ian Lance Taylor1-23/+89
1996-11-23 * misc.exp: Change x86 linux setup_xfails to use newFred Fish5-10/+23
i*86-pc-linux*-gnu quads. * tuples.exp: Ditto. * tests2.exp: Ditto. * pr-5016.exp: Ditto. * tuples.exp: Add i*86-pc-linux-gnu setup_fail to existing xfails for 'set var vs1 := [ "bar", 42, m_ps[ a ] ]', 'set var $i := m_s1["foo", 44, m_ps[a ]]', and 'set var vs2 := [ 10+3, m_s1[ "foo" , 42, m_ps[ b ]]]'.
1996-11-11 * callch.exp: Add mips*-sgi-irix* xfail forFred Fish4-41/+52
"call king(a, otto[[10, 15], [20, 25]])". * pr-8742.exp: Add mips*-sgi-irix* xfails for "pass int powerset tuple" "pass set powerset tuple" "pass modeless int powerset tuple" and "pass modeless set powerset tuple". * tuples.exp: Add sparc-*-solaris* and sparc-*-sunos* xfails for several "set var" commands that are failing. Convert most of the set commands into gdb_test_exact commands.
1996-10-11 * expstruct.exp (objfile2): Set and use, like other chill tests.Fred Fish5-8/+19
* pr-4975.exp: Ditto. * pr-5646.exp: Ditto. * pr-8134.exp: Ditto.
1996-10-01 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail forFred Fish4-3/+10
"p func1 ()" and note that rests of tests are skipped. * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux* setup_xfails for "print func2::coremaker_local". Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp". * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't affected by the previous run test. * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for "print array () ubyte (foo)" and "print/x array () byte (\$i)" * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for "pass int powerset tuple" and "pass modeless int powerset tuple". * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for "real write 4" and "real write 8". * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux* setup_xfails for "print vs1 after tuple assign 2", "print \$i after tuple assign 2", and "print vs2 after tuple assign 2". * lib/gdb.exp (gdb_test): When a gdb aborts, print a more meaningful error message and return -1 so the caller can suppress further tests and avoid a cascade of errors.
1996-09-05 * gch1280.exp: Enhance test case.Wilfried Moser2-0/+7
1996-09-04 * gch1272.{ch,exp}, gch1280.{ch,exp}, pr-9946.{ch,exp}:Wilfried Moser8-0/+293
New test cases.
1996-08-19 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,Fred Fish2-2/+7
PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations. * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris) and -lpthreads (everybody else). (test_startup): Fail gracefully if threads are not supported. * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for "p/c array_index("abcdef",2)" when not gcc compiled. * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for "print func2::coremaker_local" when not gcc compiled. * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for "ptype on opaque struct tagname (statically)", "ptype on opaque struct tagname (dynamically) 1", and "ptype on opaque struct tagname (dynamically) 2" for not compiled with gcc. * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for backtrace when compiled with gcc. * lib/gdb.exp (runto_main): Return result of "runto main" rather than always return success.
1996-06-25 * configure.in (AC_PREREQ): autoconf 2.5 or higher.Jason Molenda2-9/+5
* gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to @srcdir@. * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ): autoconf 2.5 or higher. * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
1996-06-23 * tests1.exp (test_modes): Remove *-*-* setup_sfail forFred Fish2-3/+6
"print unnumbered set range mode" and "print numbered set range mode".
1996-04-17 * tests1.{ch,exp}: Tets case modified and enhanced.Wilfried Moser3-8/+26
1996-04-09 * gch981.{ch,exp}, gch1041.{ch,exp}: New test cases.Wilfried Moser6-0/+410
1996-03-25Revert use of autoconf 2.9, it was causing too many regressions.Fred Fish1-4/+4
1996-03-24 * configure, testsuite/configure, testsuite/gdb.base/configure,Fred Fish1-17/+145
testsuite/gdb.c++/configure, testsuite/gdb.chill/configure, testsuite/gdb.disasm/configure, testsuite/gdb.stabs/configure: Regenerated with autoconf 2.9.
1996-03-06 * powerset.exp: Add test.Wilfried Moser2-0/+7
1996-03-06 * gch922.{ch,exp}, powerset.{ch,exp}: New test cases.Wilfried Moser10-21/+459
* builtins.exp, chillvars.exp, misc.exp, tests1.exp: Updated due to new format of nonprintable characters (control sequence instead of C'xx').
1996-03-05 * */Makefile.in (maintainer-clean): Remove config.log.Stan Shebs1-1/+1
* gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp. * gdb.c++/Makefile.in (PROGS): Add inherit. (clean): Remove *.ci.
1996-03-05 * string.ch, string.exp: Add tests (from Cygnus PR chill/9078).Per Bothner3-2/+20
1996-03-05 * pr-9095.ch, pr-9095.exp: New test case.Per Bothner4-1/+82
1996-02-09 * Makefile.in (clean): Add missing '{'.Fred Fish2-1/+5
1996-02-07 * pr-8894.exp, pr-8894.ch, pr-8894-grt.ch: New test case.Per Bothner5-0/+86
1996-01-31 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.Jeff Law1-2/+2
* gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before trying to compile the testcase.
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-24 * enum.ch, enum.exp: New test case (covers PRs 8869 and 8870).Per Bothner4-0/+100
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
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-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-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 Shebs1-1/+2
1995-12-05 * tests2.exp: Add compiling of the test case.Wilfried Moser2-0/+12