diff options
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/bigcore.exp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 08a6219..fb8cc9a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-07-01 Tristan Gingold <gingold@adacore.com> + + * gdb.base/bigcore.exp: Make darwin untested. + 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.base/completion.exp (directory completion): Create the directory. diff --git a/gdb/testsuite/gdb.base/bigcore.exp b/gdb/testsuite/gdb.base/bigcore.exp index 485ba6e..acbfdd6 100644 --- a/gdb/testsuite/gdb.base/bigcore.exp +++ b/gdb/testsuite/gdb.base/bigcore.exp @@ -40,6 +40,7 @@ if ![isnative] then { if { [istarget "*-*-*bsd*"] || [istarget "*-*-hpux*"] || [istarget "*-*-solaris*"] + || [istarget "*-*-darwin*"] || [istarget "*-*-cygwin*"] } { untested "Kernel lacks sparse corefile support (PR gdb/1551)" return |