aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/tuples.exp
AgeCommit message (Collapse)AuthorFilesLines
2002-12-16Remove obsolete testsuite code.Andrew Cagney1-161/+0
2002-08-02More obsolete CHILL.Andrew Cagney1-161/+161
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+1
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+161
1999-04-16Initial creation of sourceware repositoryStan Shebs1-161/+0
1997-09-10 * *.exp: The end-all be-all of quoting fixes. Ha.Bob Manson1-3/+3
At least I hope so.
1997-03-06 Added and updated copyright notices to testsuite expectBob Manson1-2/+2
scripts.
1997-02-02 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.Bob Manson1-1/+1
* 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 Manson1-3/+3
1996-11-23 * misc.exp: Change x86 linux setup_xfails to use newFred Fish1-6/+6
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 Fish1-39/+31
"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-01 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail forFred Fish1-1/+4
"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.
1995-12-12 * tuples.ch, tuples.exp: Exhance test cases (from PR 8643).Per Bothner1-0/+39
1995-11-25 From Rob Savoye (rob@poseidon.cygnus.com)Fred Fish1-15/+12
* Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in}, gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in, configure.in}, gdb.disasm/{Makefile.in, configure.in}, gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in, configure.in}: Major reworking for autoconfig. * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure, gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt : New files. * config/unix-gdb.exp: Make GDB global. * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp, callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp, funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp, nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp, regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp, term.exp, twice.exp, watchpoint.exp, whatis.exp}, gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp, templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp, misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp, pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp, pr-8136.exp, result.exp, string.exp, tuples.exp}, gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues to returns as necessary, arrange for test to compile own testcase executable. * lib/gdb.exp: Changes for testsuite to compile own test cases. From Fred Fish (fnf@cygnus.com) * gdb.c++/classes.exp (test_pointers_to_class_members): Add clear_xfail at end of test which might not call either pass or fail. * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for "backtrace through signal handler".
1995-10-18 * Many files: When warning about suppressed tests due to aJeff Law1-1/+1
nonexistant test binary, avoid incrementing the warning count. Fixes bogus UNRESOLVED test results.
1995-09-27 * tuples.ch. tuples.exp: Add new test for setting a variant recordPer Bothner1-1/+5
using a tuple, and access the fields.
1995-08-02Update FSF address.Fred Fish1-1/+1
1995-03-21* tuples.exp (do_tests): Make names of "print v_ps" test unique.Jim Kingdon1-1/+1
1995-03-15 * gdb.base/printcmds.exp (test_character_literals_accepted): TestJim Kingdon1-2/+2
printing of '\'' (which is what the comment says we are testing, even though we were not), not '''. (test_integer_literals_rejected): Test that printing ''' is an error. * gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp, gdb.base/printcmds.exp, gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp, gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp: Use gdb_test not test_print_accept. * lib/gdb.exp: Remove test_print_accept.
1995-03-08 * *.exp: Skip all tests silently if skip_chill_tests returns true.Jim Kingdon1-0/+2
* misc.exp: Remove reference to non-existent variable passcount.
1995-03-06 * tuples.ch (setnmode); New module.Per Bothner1-0/+11
* tuples.exp: Add some extra tests. These are from PR 5024.
1995-02-01 * tuples.ch, tuples.exp, Makefile.in: New test case.Per Bothner1-0/+113