* gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
authorFred Fish <fnf@specifix.com>
Tue, 1 Oct 1996 03:29:45 +0000 (03:29 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 1 Oct 1996 03:29:45 +0000 (03:29 +0000)
commitf646eef47b3e027da0765c2588fd1afd3df7cd46
tree10848792f543ea203177ed251dd72689241d4930
parentb51843d888b7f0f26303742b70b035fdd4abd652
* gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
"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.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/mips_pro.exp [new file with mode: 0644]
gdb/testsuite/gdb.chill/misc.exp
gdb/testsuite/gdb.chill/pr-8742.exp
gdb/testsuite/gdb.chill/tests2.exp
gdb/testsuite/gdb.chill/tuples.exp
gdb/testsuite/lib/gdb.exp