diff options
author | Fred Fish <fnf@specifix.com> | 1996-08-19 17:59:46 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-08-19 17:59:46 +0000 |
commit | 6f5fbad32862b11c76cf6b40f4b40abc35d99342 (patch) | |
tree | 9161024ad998434e1508c23a4b938ceadb60b928 /gdb/testsuite/gdb.chill | |
parent | 9099ec8fb4c0b45cbaafc4043d05e7369bbeed0e (diff) | |
download | gdb-6f5fbad32862b11c76cf6b40f4b40abc35d99342.zip gdb-6f5fbad32862b11c76cf6b40f4b40abc35d99342.tar.gz gdb-6f5fbad32862b11c76cf6b40f4b40abc35d99342.tar.bz2 |
* gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
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.
Diffstat (limited to 'gdb/testsuite/gdb.chill')
-rw-r--r-- | gdb/testsuite/gdb.chill/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.chill/tests2.exp | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.chill/ChangeLog b/gdb/testsuite/gdb.chill/ChangeLog index 466b5c5..3f90c652 100644 --- a/gdb/testsuite/gdb.chill/ChangeLog +++ b/gdb/testsuite/gdb.chill/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 18 13:29:48 1996 Fred Fish <fnf@cygnus.com> + + * tests2.exp: Remove mips-sgi-irix* setup_xfail for + "real write 4" and "real write 8". + Mon Jun 10 14:04:05 1996 Fred Fish <fnf@cygnus.com> * tests1.exp (test_modes): Remove *-*-* setup_sfail for diff --git a/gdb/testsuite/gdb.chill/tests2.exp b/gdb/testsuite/gdb.chill/tests2.exp index 2630a16..719572f 100644 --- a/gdb/testsuite/gdb.chill/tests2.exp +++ b/gdb/testsuite/gdb.chill/tests2.exp @@ -211,12 +211,12 @@ proc write_access { } { test_write re1 0 "real write 2" test_write re1 "1e+38" {1e\+38|1\.0[0-9]*e\+38|9\.9[0-9]*e\+37} \ "real write 3" - setup_xfail "i*86-*-linux" "mips-sgi-irix*" + setup_xfail "i*86-*-linux" test_write re1 "1e+39" $infinity "real write 4" test_write re2 42.03 {42.0[0-9]*} "real write 5" test_write re2 0 "real write 6" test_write re2 "1e+308" {1e\+308} "real write 7" - setup_xfail "i*86-*-linux" "mips-sgi-irix*" + setup_xfail "i*86-*-linux" test_write re2 "1e+309" $infinity "real write 8" # array modes test_write arrl1 {[(1:3): [(1:2): -128]]} {\[\(1:3\): \[\(1:2\): -128\]\]}\ |