aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-11-01 16:21:55 +0000
committerJoseph Myers <joseph@codesourcery.com>2011-11-01 16:21:55 +0000
commit58e8570aabfeb4e0e21f376d260b8ae26761ff1f (patch)
tree35c5e94597b3d091b5272ee4815597ce93449771
parent1bfeeb0f75817b38f7ca569b347cce0873754985 (diff)
downloadgdb-58e8570aabfeb4e0e21f376d260b8ae26761ff1f.zip
gdb-58e8570aabfeb4e0e21f376d260b8ae26761ff1f.tar.gz
gdb-58e8570aabfeb4e0e21f376d260b8ae26761ff1f.tar.bz2
* gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
well as Cygwin.
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/maint.exp3
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index e5d8114..8f275c6 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-01 Joseph Myers <joseph@codesourcery.com>
+
+ * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
+ well as Cygwin.
+
2011-10-06 Justin Lebar <justin.lebar@gmail.com>
Add tests for skip command.
diff --git a/gdb/testsuite/gdb.base/maint.exp b/gdb/testsuite/gdb.base/maint.exp
index 2bd25936..befcdba 100644
--- a/gdb/testsuite/gdb.base/maint.exp
+++ b/gdb/testsuite/gdb.base/maint.exp
@@ -431,9 +431,10 @@ gdb_test_multiple "maint info sections CODE" "maint info sections CODE" {
# Test for new option: DATA section flag
# If your text section is tagged DATA, xfail this test.
#
-# The "maint info sections DATA" test is marked for XFAIL on Cygwin,
+# The "maint info sections DATA" test is marked for XFAIL on Windows,
# because Windows has text sections marked DATA.
setup_xfail "*-*-*cygwin*"
+setup_xfail "*-*-*mingw*"
gdb_test_multiple "maint info sections DATA" "maint info sections DATA" {
-re ".* $text_section .*$gdb_prompt $" { fail "maint info sections DATA" }