diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-07-01 10:17:06 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-07-01 10:17:06 +0000 |
commit | af589bd0cded56d05c19e06555b08ee9d5c41761 (patch) | |
tree | 18326a7b7e75468e9ba08c0a07decb64b14b7d95 /gdb | |
parent | c2786637bca76989405621fd78c8567372a8d627 (diff) | |
download | gdb-af589bd0cded56d05c19e06555b08ee9d5c41761.zip gdb-af589bd0cded56d05c19e06555b08ee9d5c41761.tar.gz gdb-af589bd0cded56d05c19e06555b08ee9d5c41761.tar.bz2 |
2009-07-01 Tristan Gingold <gingold@adacore.com>
* gdb.base/bigcore.exp: Make darwin untested.
Diffstat (limited to 'gdb')
-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 |